Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
mask_ops::mask_exterior_const Interface Reference

Public Member Functions

subroutine mask_exterior_const_vec (vec, mask, const)
 Force everything outside the mask to be a constant value.
 
subroutine mask_exterior_const_fld (fld, mask, const)
 Force everything outside the mask to be a constant value.
 

Detailed Description

Definition at line 52 of file mask_ops.f90.

Member Function/Subroutine Documentation

◆ 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]fldThe field being masked
[in,out]Themask being applied.
[in]Thevalue to be filled

Definition at line 117 of file mask_ops.f90.

Here is the call graph for this function:

◆ 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]fldThe field being masked
[in,out]Themask being applied.
[in]Thevalue to be filled

Definition at line 63 of file mask_ops.f90.

Here is the call graph for this function:

The documentation for this interface was generated from the following file: