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