Go to the source code of this file.
|
subroutine | diraux (X, Y, Z, W, F, INDIC, CRITER, MESH) |
|
◆ diraux()
subroutine diraux |
( |
type(bief_obj), intent(inout) |
X, |
|
|
type(bief_obj), intent(in) |
Y, |
|
|
type(bief_obj), intent(in) |
Z, |
|
|
type(bief_obj), intent(inout) |
W, |
|
|
type(bief_obj), intent(inout) |
F, |
|
|
integer, dimension(*), intent(in) |
INDIC, |
|
|
integer, intent(in) |
CRITER, |
|
|
type(bief_mesh), intent(in) |
MESH |
|
) |
| |
- Parameters
-
[in,out] | x | [in] CRITER Integer, convention for dirichlet |
[in] | F | Variable that will be given its dirichlet value TAKEN IN Z |
[in] | INDIC | Boundary conditions at value criter or not |
[in] | MESH | Mesh structure |
[in,out] | W | Work array |
[out] | X | Y multiplied by z if indic(k) = criter |
[in] | Y | Vector, a data |
[in] | Z | Dirichlet values |
[in,out] | w | [in] CRITER Integer, convention for dirichlet |
[in] | F | Variable that will be given its dirichlet value TAKEN IN Z |
[in] | INDIC | Boundary conditions at value criter or not |
[in] | MESH | Mesh structure |
[in,out] | W | Work array |
[out] | X | Y multiplied by z if indic(k) = criter |
[in] | Y | Vector, a data |
[in] | Z | Dirichlet values |
[in,out] | f | [in] CRITER Integer, convention for dirichlet |
[in] | F | Variable that will be given its dirichlet value TAKEN IN Z |
[in] | INDIC | Boundary conditions at value criter or not |
[in] | MESH | Mesh structure |
[in,out] | W | Work array |
[out] | X | Y multiplied by z if indic(k) = criter |
[in] | Y | Vector, a data |
[in] | Z | Dirichlet values |
Definition at line 7 of file diraux.f.