|
Neko 1.99.9
A portable framework for high-order spectral element flow simulations
|
A named nodal real array distributed over mesh elements. More...

Public Attributes | |
| character(len=:), allocatable | name |
| Dataset name within the payload. | |
| real(kind=rp), dimension(:), pointer | x => null() |
| Contiguous local host storage. | |
| type(c_ptr) | x_d = c_null_ptr |
Optional device storage corresponding to x. | |
| type(mesh_t), pointer | msh => null() |
| Mesh defining the element distribution. | |
| type(space_t), pointer | xh => null() |
| Function space defining the nodal layout on each element. | |
Definition at line 72 of file checkpoint_payload.f90.
Definition at line 80 of file checkpoint_payload.f90.
| character(len=:), allocatable checkpoint_payload::checkpoint_mesh_array_t::name |
Definition at line 74 of file checkpoint_payload.f90.
Definition at line 76 of file checkpoint_payload.f90.
| type(c_ptr) checkpoint_payload::checkpoint_mesh_array_t::x_d = c_null_ptr |
Definition at line 78 of file checkpoint_payload.f90.
Definition at line 82 of file checkpoint_payload.f90.