Neko  0.8.1
A portable framework for high-order spectral element flow simulations
chkp_output::chkp_output_t Interface Reference
Inheritance diagram for chkp_output::chkp_output_t:
Collaboration diagram for chkp_output::chkp_output_t:

Public Member Functions

procedure, pass(this) sample => chkp_output_sample
 
type(chkp_output_t) function chkp_output_init (chkp, name, path)
 
procedure, pass(this) init_base => output_init
 
procedure, pass(this) set_counter => output_set_counter
 
procedure, pass(this) set_start_counter => output_set_start_counter
 

Public Attributes

type(chkp_t), pointer chkp
 
type(file_tfile_
 

Detailed Description

Definition at line 40 of file chkp_output.f90.

Member Function/Subroutine Documentation

◆ chkp_output_init()

type(chkp_output_t) function chkp_output::chkp_output_t::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.

◆ init_base()

procedure, pass(this) output::output_t::init_base
inherited

Definition at line 44 of file output.f90.

◆ sample()

procedure, pass(this) chkp_output::chkp_output_t::sample

Definition at line 43 of file chkp_output.f90.

Here is the call graph for this function:

◆ set_counter()

procedure, pass(this) output::output_t::set_counter
inherited

Definition at line 45 of file output.f90.

◆ set_start_counter()

procedure, pass(this) output::output_t::set_start_counter
inherited

Definition at line 46 of file output.f90.

Member Data Documentation

◆ chkp

type(chkp_t), pointer chkp_output::chkp_output_t::chkp

Definition at line 41 of file chkp_output.f90.

◆ file_

type(file_t) output::output_t::file_
inherited

Definition at line 42 of file output.f90.


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