Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
include information needed for compressing fields More...
Public Attributes | |
real(kind=rp), dimension(:,:), allocatable | v |
Transformation matrix. More... | |
real(kind=rp), dimension(:,:), allocatable | vt |
Transformation matrix transposed. More... | |
real(kind=rp), dimension(:,:), allocatable | vinv |
Transformation matrix inversed. More... | |
real(kind=rp), dimension(:,:), allocatable | vinvt |
Transformation matrix inversed and transposed. More... | |
real(kind=rp), dimension(:,:), allocatable | w |
Diagonal matrix with weights. More... | |
real(kind=rp), dimension(:,:,:,:), allocatable | fldhat |
transformed Field data More... | |
type(field_t), pointer | fld => null() |
type(space_t), pointer | xh => null() |
type(mesh_t), pointer | msh => null() |
type(dofmap_t), pointer | dof => null() |
real(kind=rp), dimension(:,:,:,:), allocatable cpr::cpr_t::fldhat |