Neko  0.8.99
A portable framework for high-order spectral element flow simulations
cpr::cpr_t Type Reference

include information needed for compressing fields More...

Collaboration diagram for cpr::cpr_t:

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()
 

Detailed Description

Definition at line 51 of file cpr.f90.

Member Data Documentation

◆ dof

type(dofmap_t), pointer cpr::cpr_t::dof => null()

Definition at line 65 of file cpr.f90.

◆ fld

type(field_t), pointer cpr::cpr_t::fld => null()

Definition at line 62 of file cpr.f90.

◆ fldhat

real(kind=rp), dimension(:,:,:,:), allocatable cpr::cpr_t::fldhat

Definition at line 60 of file cpr.f90.

◆ msh

type(mesh_t), pointer cpr::cpr_t::msh => null()

Definition at line 64 of file cpr.f90.

◆ v

real(kind=rp), dimension(:,:), allocatable cpr::cpr_t::v

Definition at line 52 of file cpr.f90.

◆ vinv

real(kind=rp), dimension(:,:), allocatable cpr::cpr_t::vinv

Definition at line 55 of file cpr.f90.

◆ vinvt

real(kind=rp), dimension(:,:), allocatable cpr::cpr_t::vinvt

Definition at line 56 of file cpr.f90.

◆ vt

real(kind=rp), dimension(:,:), allocatable cpr::cpr_t::vt

Definition at line 54 of file cpr.f90.

◆ w

real(kind=rp), dimension(:,:), allocatable cpr::cpr_t::w

Definition at line 58 of file cpr.f90.

◆ xh

type(space_t), pointer cpr::cpr_t::xh => null()

Definition at line 63 of file cpr.f90.


The documentation for this type was generated from the following file: