Go to the source code of this file.
|
subroutine | matvec (OP, X, A, Y, C, MESH, LEGO) |
|
◆ matvec()
subroutine matvec |
( |
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, |
|
|
logical, intent(in), optional |
LEGO |
|
) |
| |
- Parameters
-
[in] | op | A Matrix |
[in] | C | A given constant |
[in] | LEGO | If present and false, no assembly |
[in] | MESH | Mesh structure |
[in] | OP | Operation to be done |
[out] | X | Resulting vector |
[in] | Y | A given vector used in operation op |
Definition at line 7 of file matvec.f.