Neko  0.8.1
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. More...

Data Types

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

Functions/Subroutines

subroutine non_normal_init_msk (this)
 Initialize symmetry mask for each axis. More...
 
subroutine non_normal_free (this)
 

Detailed Description

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

Function/Subroutine Documentation

◆ non_normal_free()

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

Definition at line 139 of file non_normal.f90.

◆ non_normal_init_msk()

subroutine non_normal::non_normal_init_msk ( class(non_normal_t), intent(inout)  this)

Initialize symmetry mask for each axis.

Definition at line 58 of file non_normal.f90.