|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|
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, json) |
| Constructor. | |
| subroutine | non_normal_init_from_components (this, coef) |
| Constructor from components. | |
| subroutine | non_normal_finalize (this, only_facets) |
| Finalize. | |
| subroutine | non_normal_free (this) |
| Destructor. | |
|
private |
Definition at line 84 of file non_normal.f90.
|
private |
Definition at line 134 of file non_normal.f90.
| subroutine non_normal::non_normal_init | ( | class(non_normal_t), intent(inout), target | this, |
| type(coef_t), intent(in), target | coef, | ||
| type(json_file), intent(inout) | json | ||
| ) |
| [in] | coef | The SEM coefficients. |
| [in,out] | json | The JSON object configuring the boundary condition. |
Definition at line 64 of file non_normal.f90.
|
private |
| [in] | coef | The SEM coefficients. |
Definition at line 74 of file non_normal.f90.