Go to the source code of this file.
|
subroutine | om (OP, M, N, D, C, MESH) |
|
◆ om()
subroutine om |
( |
character(len=8), intent(in) |
OP, |
|
|
type(bief_obj), intent(inout), optional, target |
M, |
|
|
type(bief_obj), intent(in), optional, target |
N, |
|
|
type(bief_obj), intent(in), optional, target |
D, |
|
|
double precision, intent(in), optional |
C, |
|
|
type(bief_mesh), intent(in), optional |
MESH |
|
) |
| |
- Parameters
-
[in] | op | C A given constant used in operation op |
[in] | D | A diagonal matrix |
[in,out] | M | Resulting matrix |
[in] | MESH | Mesh structure |
[in] | N | Matrix used in formula op |
[in] | OP | Operation to be done (see above) |
Definition at line 7 of file om.f.