Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
type | generic_file::generic_file_t |
A generic file handler. More... | |
interface | generic_file::generic_file_write |
interface | generic_file::generic_file_read |
Modules | |
module | generic_file |
Functions/Subroutines | |
subroutine | generic_file::generic_file_init (this, fname) |
Generic file constructor. | |
character(len=1024) function | generic_file::generic_file_get_fname (this) |
Get a file's name. | |
character(len=1024) function | generic_file::generic_file_get_base_fname (this) |
Get base name without counter. | |
subroutine | generic_file::generic_file_set_counter (this, n) |
Set the file counter to n. | |
subroutine | generic_file::generic_file_increment_counter (this) |
Increment the file counter by 1. | |
subroutine | generic_file::generic_file_set_start_counter (this, n) |
Set the file start counter to n. | |
pure integer function | generic_file::generic_file_get_counter (this) |
Get the file counter. | |
pure integer function | generic_file::generic_file_get_start_counter (this) |
Get the file start counter. | |
subroutine | generic_file::generic_file_check_exists (this) |
check if the file exists | |
subroutine | generic_file::generic_file_set_overwrite (this, overwrite) |
Set overwrite mode. | |