| 
    Neko 0.9.1
    
   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.   | |
| subroutine | space::space_free (s) | 
| Deallocate a space s.   | |
| pure logical function | space::space_eq (xh, yh) | 
| Check if \( X_h = Y_H \).   | |
| pure logical function | space::space_ne (xh, yh) | 
| Check if \( X_h \ne Y_H \).   | |
| subroutine | space::space_compute_dist (dx, x, lx) | 
| subroutine | space::space_generate_transformation_matrices (xh) | 
| Generate spectral tranform matrices.   | |
Variables | |
| integer, parameter, public | space::gl = 0 | 
| integer, parameter, public | space::gll = 1 | 
| integer, parameter, public | space::gj = 2 |