Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Go to the source code of this file.
Data Types | |
interface | mask_ops::mask_exterior_const |
Modules | |
module | mask_ops |
Some common Masking operations we may need. | |
Functions/Subroutines | |
subroutine | mask_ops::mask_exterior_const_vec (vec, mask, const) |
Force everything outside the mask to be a constant value. | |
subroutine | mask_ops::mask_exterior_const_fld (fld, mask, const) |
Force everything outside the mask to be a constant value. | |
subroutine, public | mask_ops::mask_exterior_fld (fld, mask, background) |
Force everything outside the mask to be a background field. | |