include information needed for compressing fields
More...
|
| 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() |
| |
Definition at line 49 of file cpr.f90.
◆ dof
◆ fld
◆ fldhat
◆ msh
◆ vinv
◆ vinvt
◆ vt
◆ xh
The documentation for this type was generated from the following file:
- /home/runner/work/neko/neko/src/sem/cpr.f90