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

Interface for Neko checkpoint files. More...

Inheritance diagram for chkp_file::chkp_file_t:
Collaboration diagram for chkp_file::chkp_file_t:

Public Member Functions

procedure read => chkp_file_read
 
procedure read_field => chkp_read_field
 
procedure write => chkp_file_write
 
procedure init => generic_file_init
 Generic file constructor. More...
 
procedure set_counter => generic_file_set_counter
 Set the file counter to n. More...
 
procedure set_start_counter => generic_file_set_start_counter
 Set the file start counter to n. More...
 
procedure check_exists => generic_file_check_exists
 Ensure the file exists. More...
 

Public Attributes

type(space_tchkp_xh
 Function space in the loaded checkpoint file. More...
 
type(space_t), pointer sim_xh
 Function space used in the simulation. More...
 
type(interpolator_tspace_interp
 Interpolation when only changing lx. More...
 
type(global_interpolation_tglobal_interp
 Interpolation for different meshes. More...
 
logical mesh2mesh
 Flag if previous mesh difers from current. More...
 
character(len=1024) fname
 
integer counter
 
integer start_counter = 0
 
logical serial = .false.
 File format is serial. More...
 

Detailed Description

Definition at line 55 of file chkp_file.f90.

Member Function/Subroutine Documentation

◆ check_exists()

procedure generic_file::generic_file_t::check_exists
inherited

Definition at line 56 of file generic_file.f90.

◆ init()

procedure generic_file::generic_file_t::init
inherited

Write method.

Definition at line 46 of file generic_file.f90.

◆ read()

procedure chkp_file::chkp_file_t::read

Definition at line 62 of file chkp_file.f90.

◆ read_field()

procedure chkp_file::chkp_file_t::read_field

Definition at line 63 of file chkp_file.f90.

◆ set_counter()

procedure generic_file::generic_file_t::set_counter
inherited

Definition at line 52 of file generic_file.f90.

◆ set_start_counter()

procedure generic_file::generic_file_t::set_start_counter
inherited

Definition at line 54 of file generic_file.f90.

◆ write()

procedure chkp_file::chkp_file_t::write

Definition at line 64 of file chkp_file.f90.

Member Data Documentation

◆ chkp_xh

type(space_t) chkp_file::chkp_file_t::chkp_xh

Definition at line 56 of file chkp_file.f90.

◆ counter

integer generic_file::generic_file_t::counter
inherited

Definition at line 40 of file generic_file.f90.

◆ fname

character(len=1024) generic_file::generic_file_t::fname
inherited

Definition at line 39 of file generic_file.f90.

◆ global_interp

type(global_interpolation_t) chkp_file::chkp_file_t::global_interp

Definition at line 59 of file chkp_file.f90.

◆ mesh2mesh

logical chkp_file::chkp_file_t::mesh2mesh

Definition at line 60 of file chkp_file.f90.

◆ serial

logical generic_file::generic_file_t::serial = .false.
inherited

Definition at line 43 of file generic_file.f90.

◆ sim_xh

type(space_t), pointer chkp_file::chkp_file_t::sim_xh

Definition at line 57 of file chkp_file.f90.

◆ space_interp

type(interpolator_t) chkp_file::chkp_file_t::space_interp

Definition at line 58 of file chkp_file.f90.

◆ start_counter

integer generic_file::generic_file_t::start_counter = 0
inherited

Definition at line 41 of file generic_file.f90.


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