Go to the source code of this file.
|
subroutine | matrbl (OP, X, A, Y, C, MESH) |
|
◆ matrbl()
subroutine matrbl |
( |
character(len=8), intent(in) |
OP, |
|
|
type(bief_obj), intent(inout) |
X, |
|
|
type(bief_obj), intent(in) |
A, |
|
|
type(bief_obj), intent(in) |
Y, |
|
|
double precision, intent(in) |
C, |
|
|
type(bief_mesh), intent(inout) |
MESH |
|
) |
| |
- Parameters
-
[in] | op | A Matrix or block of matrices |
[in] | C | A given constant |
[in] | MESH | Mesh structure |
[in] | OP | The operation to be done |
[out] | X | Resulting vector or block of vectors |
[in] | Y | Given vector or block of vectors |
Definition at line 7 of file matrbl.f.