Neko  0.8.99
A portable framework for high-order spectral element flow simulations
non_normal Module Reference

Dirichlet condition on axis aligned plane in the non normal direction.

Data Types

type  non_normal_t
 Dirichlet condition in non normal direction of a plane. More...
 

Functions/Subroutines

subroutine non_normal_init (this, coef)
 Constructor. More...
 
subroutine non_normal_free (this)
 Destructor. More...
 

Function/Subroutine Documentation

◆ non_normal_free()

subroutine non_normal::non_normal_free ( class(non_normal_t), intent(inout), target  this)
private

Definition at line 137 of file non_normal.f90.

◆ non_normal_init()

subroutine non_normal::non_normal_init ( class(non_normal_t), intent(inout)  this,
type(coef_t), intent(in), target  coef 
)

Definition at line 55 of file non_normal.f90.