TPLS
Two-phaselevelset
 All Classes Files Functions Variables
Functions/Subroutines
weno.f90 File Reference

Functions/Subroutines

subroutine wenoappoxconvection (phi, u, v, w, sx, ex, sy, ey, l, n, dfx, dfy, dfz)
 
double precision function weno5 (v1, v2, v3, v4, v5)
 

Function/Subroutine Documentation

double precision function weno5 ( double precision  v1,
double precision  v2,
double precision  v3,
double precision  v4,
double precision  v5 
)

Here is the caller graph for this function:

subroutine wenoappoxconvection ( double precision, dimension(sx-3:ex+3, sy-3:ey+3, 0:n), intent(in)  phi,
double precision, dimension(sx-1:ex+1, sy-1:ey+1, 0:n-2), intent(in)  u,
double precision, dimension(sx-1:ex+1, sy-1:ey+1, 0:n-2), intent(in)  v,
double precision, dimension(sx-1:ex+1, sy-1:ey+1, 0:n-1), intent(in)  w,
integer, intent(in)  sx,
integer, intent(in)  ex,
integer, intent(in)  sy,
integer, intent(in)  ey,
integer, intent(in)  l,
integer, intent(in)  n,
double precision, dimension(sx-1:ex+1, sy-1:ey+1, 0:n-2), intent(out)  dfx,
double precision, dimension(sx-1:ex+1, sy-1:ey+1, 0:n-2), intent(out)  dfy,
double precision, dimension(sx-1:ex+1, sy-1:ey+1, 0:n-1), intent(out)  dfz 
)

Here is the call graph for this function:

Here is the caller graph for this function: