Neko 0.9.99
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) |
Constructor for the filter_t (base) class. | |
subroutine | filter_free_base (this) |
Destructor for the filter_t (base) class. | |
|
private |
Definition at line 116 of file filter.f90.