Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
checkpoint_payload::checkpoint_mesh_array_t Type Reference

A named nodal real array distributed over mesh elements. More...

Collaboration diagram for checkpoint_payload::checkpoint_mesh_array_t:

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.
 

Detailed Description

Definition at line 72 of file checkpoint_payload.f90.

Member Data Documentation

◆ msh

type(mesh_t), pointer checkpoint_payload::checkpoint_mesh_array_t::msh => null()

Definition at line 80 of file checkpoint_payload.f90.

◆ name

character(len=:), allocatable checkpoint_payload::checkpoint_mesh_array_t::name

Definition at line 74 of file checkpoint_payload.f90.

◆ x

real(kind=rp), dimension(:), pointer checkpoint_payload::checkpoint_mesh_array_t::x => null()

Definition at line 76 of file checkpoint_payload.f90.

◆ x_d

type(c_ptr) checkpoint_payload::checkpoint_mesh_array_t::x_d = c_null_ptr

Definition at line 78 of file checkpoint_payload.f90.

◆ xh

type(space_t), pointer checkpoint_payload::checkpoint_mesh_array_t::xh => null()

Definition at line 82 of file checkpoint_payload.f90.


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