Go to the source code of this file.
|
subroutine | osdb (OP, X, Y, Z, C, MESH) |
|
◆ osdb()
subroutine osdb |
( |
character(len=8), intent(in) |
OP, |
|
|
type(bief_obj), intent(inout) |
X, |
|
|
type(bief_obj), intent(in) |
Y, |
|
|
type(bief_obj), intent(in) |
Z, |
|
|
double precision, intent(in) |
C, |
|
|
type(bief_mesh), intent(in) |
MESH |
|
) |
| |
- Parameters
-
[in] | c | C A given constant used in operation op |
[in] | MESH | Mesh structure |
[in] | OP | Operation to be done (see above) |
[out] | X | Resulting vector |
[in] | Y | Vector used in operation op |
[in] | Z | Vector used in operation op |
Definition at line 7 of file osdb.f.