Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
chkp_output Module Reference

Defines an output for a checkpoint.

Data Types

type  chkp_output_t
 

Functions/Subroutines

subroutine chkp_output_init (this, chkp, name, path, fmt, overwrite)
 
subroutine chkp_output_sample (this, t)
 Sample a checkpoint at time t.
 

Function/Subroutine Documentation

◆ chkp_output_init()

subroutine chkp_output::chkp_output_init ( class(chkp_output_t), intent(inout this,
type(chkp_t), intent(in), target  chkp,
character(len=*), intent(in), optional  name,
character(len=*), intent(in), optional  path,
character(len=*), intent(in), optional  fmt,
logical, intent(in), optional  overwrite 
)

Definition at line 50 of file chkp_output.f90.

◆ chkp_output_sample()

subroutine chkp_output::chkp_output_sample ( class(chkp_output_t), intent(inout this,
real(kind=rp), intent(in t 
)
private

Definition at line 77 of file chkp_output.f90.