Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Filter to be applied to a scalar field.
Data Types | |
interface | filter_apply |
The application of the filter. More... | |
interface | filter_free |
Destructor. More... | |
interface | filter_init |
The common constructor using a JSON dictionary. More... | |
type | filter_t |
Base abstract class for filter. More... | |
Functions/Subroutines | |
subroutine | filter_init_base (this, json, coef) |
Filter factory. Both constructs and initializes the object. | |
subroutine | filter_free_base (this) |
Destructor for the filter_t (base) class. | |
|
private |
Definition at line 128 of file filter.f90.
|
private |
object | The object to be allocated. |
type_name | The name of the filter. |
json | A dictionary with parameters. |
coef | SEM coefficients. Constructor for the filter_t (base) class. |
Definition at line 118 of file filter.f90.