Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Neko checkpoint file format. More...
Data Types | |
type | chkp_file_t |
Interface for Neko checkpoint files. More... | |
Functions/Subroutines | |
subroutine | chkp_file_write (this, data, t) |
Write a Neko checkpoint. More... | |
subroutine | chkp_file_read (this, data) |
Load a checkpoint from file. More... | |
subroutine | chkp_read_field (this, fh, byte_offset, x, nel) |
this module defines interface to read/write Neko's ceckpoint files
|
private |
If checkpoint used another mesh
To ensure that each point is within an element Remedies issue with points on the boundary Technically gives each point a slightly different value but still within the specified tolerance
Definition at line 346 of file chkp_file.f90.
subroutine chkp_file::chkp_file_write | ( | class(chkp_file_t), intent(inout) | this, |
class(*), intent(in), target | data, | ||
real(kind=rp), intent(in), optional | t | ||
) |
|
private |
Definition at line 637 of file chkp_file.f90.