Definition at line 53 of file mask_ops.f90.
◆ mask_exterior_const_fld()
subroutine mask_ops::mask_exterior_const::mask_exterior_const_fld |
( |
type(field_t), intent(inout) |
fld, |
|
|
class(point_zone_t), intent(inout) |
mask, |
|
|
real(kind=rp), intent(in) |
const |
|
) |
| |
- Parameters
-
[in,out] | fld | The field being masked |
[in,out] | mask | The mask being applied. |
[in] | const | The value to be filled |
Definition at line 118 of file mask_ops.f90.
◆ mask_exterior_const_vec()
subroutine mask_ops::mask_exterior_const::mask_exterior_const_vec |
( |
type(vector_t), intent(inout) |
vec, |
|
|
class(point_zone_t), intent(inout) |
mask, |
|
|
real(kind=rp), intent(in) |
const |
|
) |
| |
- Parameters
-
[in,out] | vec | The field being masked |
[in,out] | mask | The mask being applied. |
[in] | const | The value to be filled |
Definition at line 64 of file mask_ops.f90.
The documentation for this interface was generated from the following file:
- /home/runner/work/neko-top/neko-top/sources/neko_ext/mask_ops.f90