Loading [MathJax]/extensions/tex2jax.js
Neko 0.9.99
A portable framework for high-order spectral element flow simulations
All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Pages
filter Module Reference

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.
 

Function/Subroutine Documentation

◆ filter_free_base()

subroutine filter::filter_free_base ( class(filter_t), intent(inout this)
private

Definition at line 116 of file filter.f90.

◆ filter_init_base()

subroutine filter::filter_init_base ( class(filter_t), intent(inout this,
type(json_file), intent(inout json,
type(coef_t), intent(in), target  coef 
)
private

Definition at line 102 of file filter.f90.