Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
type | elementwise_filter::elementwise_filter_t |
Implements the explicit filter for SEM. More... | |
Modules | |
module | elementwise_filter |
Implements explicit_filter_t . | |
Functions/Subroutines | |
subroutine | elementwise_filter::elementwise_filter_init (this, nx, filter_type) |
Constructor. More... | |
subroutine | elementwise_filter::elementwise_filter_free (this) |
Destructor. More... | |
subroutine | elementwise_filter::build_1d (this) |
Build the 1d filter for an element. More... | |
subroutine | elementwise_filter::elementwise_field_filter_3d (this, v, u, nelv) |
Filter a 3D field. More... | |