The TELEMAC-MASCARET system  trunk
Functions/Subroutines
vgfpsi.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine vgfpsi (RES, IELM, U, V, F, DT, XMUL, CFLMAX, T1, T2, MESH, MSK, MASKEL)
 

Function/Subroutine Documentation

◆ vgfpsi()

subroutine vgfpsi ( type(bief_obj), intent(inout)  RES,
integer, intent(in)  IELM,
type(bief_obj), intent(in)  U,
type(bief_obj), intent(in)  V,
type(bief_obj), intent(in)  F,
double precision, intent(in)  DT,
double precision, intent(in)  XMUL,
double precision, intent(out)  CFLMAX,
type(bief_obj), intent(inout)  T1,
type(bief_obj), intent(inout)  T2,
type(bief_mesh), intent(inout)  MESH,
logical, intent(in)  MSK,
type(bief_obj), intent(in)  MASKEL 
)
Parameters
[in]ielm[out] CFLMAX Maximum cfl number
[in]DTTime-step
[in]FFunction f
[in]IELMType of element of result
[in]MASKELMasking of elements =1. : NORMAL =0. : MASKED ELEMENT
[in]MESHMesh structure
[in]MSKIf yes, there is masked elements.
[out]RESResulting vector
[in,out]T1Work array in bief_obj structure
[in,out]T2Work array in bief_obj structure
[in]UX-component of advection field
[in]VY-component of advection field
[in]XMULMultiplication factor

Definition at line 7 of file vgfpsi.f.

+ Here is the call graph for this function: