Neko 0.9.99
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) |
Constructor for the filter_t (base) class. | |
subroutine | filter::filter_free_base (this) |
Destructor for the filter_t (base) class. | |