Go to the source code of this file.
|
subroutine | ovbd (OP, X, Y, Z, C, NBOR, NPTFR) |
|
◆ ovbd()
subroutine ovbd |
( |
character(len=8), intent(in) |
OP, |
|
|
double precision, dimension(*), intent(inout) |
X, |
|
|
double precision, dimension(*), intent(in) |
Y, |
|
|
double precision, dimension(*), intent(in) |
Z, |
|
|
double precision, intent(in) |
C, |
|
|
integer, dimension(*), intent(in) |
NBOR, |
|
|
integer, intent(in) |
NPTFR |
|
) |
| |
- Parameters
-
[in] | nptfr | C A given constant |
[in] | NBOR | Global number of boundary points |
[in] | NPTFR | Number of boundary points |
[in] | OP | String indicating the operation to be done |
[out] | X | Result (a bief_obj structure) |
[in] | Y | To be used in the operation |
[in] | Z | To be used in the operation |
[in] | nbor | C A given constant |
[in] | NBOR | Global number of boundary points |
[in] | NPTFR | Number of boundary points |
[in] | OP | String indicating the operation to be done |
[out] | X | Result (a bief_obj structure) |
[in] | Y | To be used in the operation |
[in] | Z | To be used in the operation |
Definition at line 7 of file ovbd.f.