| 
    Neko 0.9.1
    
   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.   | |
| real(kind=rp), dimension(:,:), allocatable | vt | 
| Transformation matrix transposed.   | |
| real(kind=rp), dimension(:,:), allocatable | vinv | 
| Transformation matrix inversed.   | |
| real(kind=rp), dimension(:,:), allocatable | vinvt | 
| Transformation matrix inversed and transposed.   | |
| real(kind=rp), dimension(:,:), allocatable | w | 
| Diagonal matrix with weights.   | |
| real(kind=rp), dimension(:,:,:,:), allocatable | fldhat | 
| transformed Field data   | |
| 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 |