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 | space::space_t |
The function space for the SEM solution fields. More... | |
interface | space::operator(.eq.) |
interface | space::operator(.ne.) |
Modules | |
module | space |
Defines a function space. | |
Functions/Subroutines | |
subroutine | space::space_init (s, t, lx, ly, lz) |
Initialize a function space s with given polynomial dimensions. More... | |
subroutine | space::space_free (s) |
Deallocate a space s. More... | |
pure logical function | space::space_eq (Xh, Yh) |
Check if \( X_h = Y_H \). More... | |
pure logical function | space::space_ne (Xh, Yh) |
Check if \( X_h \ne Y_H \). More... | |
subroutine | space::space_compute_dist (dx, x, lx) |
subroutine | space::space_generate_transformation_matrices (Xh) |
Generate spectral tranform matrices. More... | |
Variables | |
integer, parameter, public | space::gl = 0 |
integer, parameter, public | space::gll = 1 |
integer, parameter, public | space::gj = 2 |