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

Data Types

type  generic_file_t
 A generic file handler. More...
 
interface  generic_file_write
 
interface  generic_file_read
 

Functions/Subroutines

subroutine generic_file_init (this, fname)
 Generic file constructor. More...
 
subroutine generic_file_set_counter (this, n)
 Set the file counter to n. More...
 
subroutine generic_file_set_start_counter (this, n)
 Set the file start counter to n. More...
 
subroutine generic_file_check_exists (this)
 check if the file exists More...
 

Function/Subroutine Documentation

◆ generic_file_check_exists()

subroutine generic_file::generic_file_check_exists ( class(generic_file_t), intent(in)  this)

check if the file exists

Definition at line 105 of file generic_file.f90.

◆ generic_file_init()

subroutine generic_file::generic_file_init ( class(generic_file_t this,
character(len=*)  fname 
)

Generic file constructor.

Parameters
fnameFilename.

Definition at line 81 of file generic_file.f90.

◆ generic_file_set_counter()

subroutine generic_file::generic_file_set_counter ( class(generic_file_t), intent(inout)  this,
integer, intent(in)  n 
)

Set the file counter to n.

Definition at line 91 of file generic_file.f90.

◆ generic_file_set_start_counter()

subroutine generic_file::generic_file_set_start_counter ( class(generic_file_t), intent(inout)  this,
integer, intent(in)  n 
)

Set the file start counter to n.

Definition at line 98 of file generic_file.f90.