Go to the source code of this file.
|
subroutine | filter (VEC, BLDMAT, T1, T2, A, FORMUL, XMUL, F, G, H, U, V, W, MESH, MSK, MASKEL, N) |
|
◆ filter()
subroutine filter |
( |
type(bief_obj), intent(inout) |
VEC, |
|
|
logical, intent(in) |
BLDMAT, |
|
|
type(bief_obj), intent(inout) |
T1, |
|
|
type(bief_obj), intent(inout) |
T2, |
|
|
type(bief_obj), intent(inout) |
A, |
|
|
character(len=16), intent(in) |
FORMUL, |
|
|
double precision, intent(in) |
XMUL, |
|
|
type(bief_obj), intent(in) |
F, |
|
|
type(bief_obj), intent(in) |
G, |
|
|
type(bief_obj), intent(in) |
H, |
|
|
type(bief_obj), intent(in) |
U, |
|
|
type(bief_obj), intent(in) |
V, |
|
|
type(bief_obj), intent(in) |
W, |
|
|
type(bief_mesh), intent(inout) |
MESH, |
|
|
logical, intent(in) |
MSK, |
|
|
type(bief_obj), intent(in) |
MASKEL, |
|
|
integer, intent(in) |
N |
|
) |
| |
- Parameters
-
[in] | n | FORMUL Formula describing the matrix (as in matrix) |
[in] | MSK | If yes, there is masked elements. |
[in] | MASKEL | Masking of elements =1. : NORMAL =0. : MASKED ELEMENT |
[in] | N | Filtering will be done n times |
[in,out] | T1 | Work array |
[in,out] | T2 | Work array. matrix a lumped at the end |
[in,out] | VEC | Vector to be filtered |
[in] | XMUL | Multiplication factor NO INFLUENCE EXCEPT ON T2. |
Definition at line 10 of file filter.f.