serv_xnl4v5 Module Reference
Functions/Subroutines | |
subroutine | y_gauleg (x1, x2, x, w, n) |
subroutine | z_cmpcg (sigma, depth, grav_w, cg) |
subroutine | z_intp1 (x1, y1, x2, y2, n1, n2, ierr) |
subroutine | z_polyarea (xpol, ypol, npol, area) |
subroutine | z_steps (x, dx, nx) |
real function | z_root2 (func, x1, x2, xacc, iprint, ierr) |
subroutine | z_upper (str) |
real function | z_wnumb (w, d, grav_w) |
Function/Subroutine Documentation
subroutine serv_xnl4v5::y_gauleg | ( | real, intent(in) | x1, |
real, intent(in) | x2, | ||
real, dimension(n), intent(out) | x, | ||
real, dimension(n), intent(out) | w, | ||
integer, intent(in) | n | ||
) |
Here is the caller graph for this function:

subroutine serv_xnl4v5::z_cmpcg | ( | real, intent(in) | sigma, |
real, intent(in) | depth, | ||
real, intent(in) | grav_w, | ||
real, intent(out) | cg | ||
) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine serv_xnl4v5::z_intp1 | ( | real, dimension(n1), intent(in) | x1, |
real, dimension(n1), intent(in) | y1, | ||
real, dimension(n2), intent(in) | x2, | ||
real, dimension(n2), intent(out) | y2, | ||
integer, intent(in) | n1, | ||
integer, intent(in) | n2, | ||
integer, intent(out) | ierr | ||
) |
Here is the caller graph for this function:

subroutine serv_xnl4v5::z_polyarea | ( | real, dimension(npol), intent(in) | xpol, |
real, dimension(npol), intent(in) | ypol, | ||
integer, intent(in) | npol, | ||
real, intent(out) | area | ||
) |
Here is the caller graph for this function:

real function serv_xnl4v5::z_root2 | ( | external | func, |
real, intent(in) | x1, | ||
real, intent(in) | x2, | ||
real, intent(in) | xacc, | ||
integer, intent(in) | iprint, | ||
integer, intent(out) | ierr | ||
) |
Here is the caller graph for this function:

subroutine serv_xnl4v5::z_steps | ( | real, dimension(nx), intent(in) | x, |
real, dimension(nx), intent(out) | dx, | ||
integer, intent(in) | nx | ||
) |
Here is the caller graph for this function:

subroutine serv_xnl4v5::z_upper | ( | character(len=*), intent(inout) | str | ) |
Here is the caller graph for this function:

real function serv_xnl4v5::z_wnumb | ( | real, intent(in) | w, |
real, intent(in) | d, | ||
real, intent(in) | grav_w | ||
) |
Here is the caller graph for this function:
