|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
| type | filter::filter_t |
| Base abstract class for filter. More... | |
| interface | filter::filter_init |
| The common constructor using a JSON dictionary. More... | |
| interface | filter::filter_free |
| Destructor. More... | |
| interface | filter::filter_apply |
| The application of the filter. More... | |
Modules | |
| module | filter |
| Filter to be applied to a scalar field. | |
Functions/Subroutines | |
| subroutine | filter::filter_init_base (this, json, coef) |
| Filter factory. Both constructs and initializes the object. | |
| subroutine | filter::filter_free_base (this) |
Destructor for the filter_t (base) class. | |