Go to the source code of this file.
|
subroutine | vgfpsi (RES, IELM, U, V, F, DT, XMUL, CFLMAX, T1, T2, MESH, MSK, MASKEL) |
|
◆ 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] | DT | Time-step |
[in] | F | Function f |
[in] | IELM | Type of element of result |
[in] | MASKEL | Masking of elements =1. : NORMAL =0. : MASKED ELEMENT |
[in] | MESH | Mesh structure |
[in] | MSK | If yes, there is masked elements. |
[out] | RES | Resulting vector |
[in,out] | T1 | Work array in bief_obj structure |
[in,out] | T2 | Work array in bief_obj structure |
[in] | U | X-component of advection field |
[in] | V | Y-component of advection field |
[in] | XMUL | Multiplication factor |
Definition at line 7 of file vgfpsi.f.