Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Interface for Neko checkpoint files. More...
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_t), pointer | chkp_xh |
Function space in the loaded checkpoint file. More... | |
type(space_t), pointer | sim_xh |
Function space used in the simulation. More... | |
type(interpolator_t) | space_interp |
Interpolation when only changing lx. More... | |
type(global_interpolation_t) | global_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... | |
Definition at line 55 of file chkp_file.f90.
|
inherited |
Definition at line 56 of file generic_file.f90.
|
inherited |
Write method.
Definition at line 46 of file generic_file.f90.
procedure chkp_file::chkp_file_t::read |
Definition at line 62 of file chkp_file.f90.
procedure chkp_file::chkp_file_t::read_field |
Definition at line 63 of file chkp_file.f90.
|
inherited |
Definition at line 52 of file generic_file.f90.
|
inherited |
Definition at line 54 of file generic_file.f90.
procedure chkp_file::chkp_file_t::write |
Definition at line 64 of file chkp_file.f90.
type(space_t), pointer chkp_file::chkp_file_t::chkp_xh |
Definition at line 56 of file chkp_file.f90.
|
inherited |
Definition at line 40 of file generic_file.f90.
|
inherited |
Definition at line 39 of file generic_file.f90.
type(global_interpolation_t) chkp_file::chkp_file_t::global_interp |
Definition at line 59 of file chkp_file.f90.
logical chkp_file::chkp_file_t::mesh2mesh |
Definition at line 60 of file chkp_file.f90.
|
inherited |
Definition at line 43 of file generic_file.f90.
type(space_t), pointer chkp_file::chkp_file_t::sim_xh |
Definition at line 57 of file chkp_file.f90.
type(interpolator_t) chkp_file::chkp_file_t::space_interp |
Definition at line 58 of file chkp_file.f90.
|
inherited |
Definition at line 41 of file generic_file.f90.