Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Public Member Functions | |
procedure, pass(this) | init (this, xh, dof, gs_h) |
procedure, pass(this) | free (this) |
procedure, pass(this) | compute (this, e, r, stream) |
Public Attributes | |
real(kind=rp), dimension(:,:,:,:), allocatable | s |
real(kind=rp), dimension(:,:), allocatable | d |
type(c_ptr) | s_d = C_NULL_PTR |
type(c_ptr) | d_d = C_NULL_PTR |
real(kind=rp), dimension(:), allocatable | len_lr |
real(kind=rp), dimension(:), allocatable | len_ls |
real(kind=rp), dimension(:), allocatable | len_lt |
real(kind=rp), dimension(:), allocatable | len_mr |
real(kind=rp), dimension(:), allocatable | len_ms |
real(kind=rp), dimension(:), allocatable | len_mt |
real(kind=rp), dimension(:), allocatable | len_rr |
real(kind=rp), dimension(:), allocatable | len_rs |
real(kind=rp), dimension(:), allocatable | len_rt |
real(kind=rp), dimension(:,:,:,:), allocatable | swplen |
type(c_ptr) | swplen_d = C_NULL_PTR |
type(space_t), pointer | xh |
type(dofmap_t), pointer | dof |
type(gs_t), pointer | gs_h |
type(mesh_t), pointer | msh |
type(c_ptr) fdm::fdm_t::d_d = C_NULL_PTR |
type(c_ptr) fdm::fdm_t::s_d = C_NULL_PTR |
real(kind=rp), dimension(:,:,:,:), allocatable fdm::fdm_t::swplen |
type(c_ptr) fdm::fdm_t::swplen_d = C_NULL_PTR |