Go to the source code of this file.
|
subroutine | dirich (F, S, SM, FBOR, LIMDIR, WORK, MESH, KDIR, MSK, MASKPT) |
|
◆ dirich()
subroutine dirich |
( |
type(bief_obj), intent(inout) |
F, |
|
|
type(bief_obj), intent(inout) |
S, |
|
|
type(bief_obj), intent(inout) |
SM, |
|
|
type(bief_obj), intent(in) |
FBOR, |
|
|
integer, dimension(*), intent(in) |
LIMDIR, |
|
|
type(bief_obj), intent(inout) |
WORK, |
|
|
type(bief_mesh), intent(inout) |
MESH, |
|
|
integer, intent(in) |
KDIR, |
|
|
logical, intent(in) |
MSK, |
|
|
type(bief_obj), intent(in) |
MASKPT |
|
) |
| |
- Parameters
-
[in,out] | mesh | [in] F Variable that will be given its dirichlet value |
[in] | FBOR | Dirichlet boundary conditions |
[in] | KDIR | Convention for dirichlet boundary conditions |
[in] | LIMDIR | Types of boundary conditions IF LIMDIR(K) = KDIR LE KTH BOUNDARY POINT IS OF DIRICHLET TYPE. |
[in] | MASKPT | Masking per point. =1. : NORMAL =0. : MASKED |
[in] | MESH | Mesh structure |
[in] | MSK | If yes, there is masked elements. |
[in,out] | S | Matrix of the linear system |
[in] | SM | Right hand side |
[in] | WORK | Block of work arrays |
Definition at line 7 of file dirich.f.