Neko  0.8.1
A portable framework for high-order spectral element flow simulations
chkp_output Module Reference

Defines an output for a checkpoint. More...

Data Types

interface  chkp_output_t
 

Functions/Subroutines

type(chkp_output_t) function chkp_output_init (chkp, name, path)
 
subroutine chkp_output_sample (this, t)
 Sample a checkpoint at time t. More...
 

Detailed Description

Defines an output for a checkpoint.

Function/Subroutine Documentation

◆ chkp_output_init()

type(chkp_output_t) function chkp_output::chkp_output_init ( type(chkp_t), intent(in), target  chkp,
character(len=*), intent(in), optional  name,
character(len=*), intent(in), optional  path 
)

Definition at line 52 of file chkp_output.f90.

Here is the caller graph for this function:

◆ chkp_output_sample()

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

Sample a checkpoint at time t.

Definition at line 74 of file chkp_output.f90.