|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Modules | |
| module | filters |
| A module containing filter functions and subroutines. These functions are used to modify fields in a way that is useful for various simulations. | |
Functions/Subroutines | |
| subroutine, public | filters::smooth_step_field (f, edge0, edge1) |
| Apply a smooth step function to a field. | |
| subroutine, public | filters::permeability_field (f, k_0, k_1, q) |
| Apply a permeability function to a field. | |
| subroutine, public | filters::step_function_field (f, x0, value0, value1) |
| Apply a step function to a field. | |