OpenCMISS-Iron Internal API Documentation
HISTORY_ROUTINES::FileFormatTypes

The types of a file format for a history file. More...

Variables

integer(intg), parameter history_routines::history_ascii_file_format =1
 ASCII history file format. More...
 
integer(intg), parameter history_routines::history_binary_file_format =2
 

Detailed Description

The types of a file format for a history file.

See also
SOLVER_ROUTINES

Variable Documentation

integer(intg), parameter history_routines::history_ascii_file_format =1
private

ASCII history file format.

See also
HISTORY_ROUTINES::FileFormatTypes,HISTORY_ROUTINES

Definition at line 66 of file history_routines.f90.

Referenced by history_routines::history_file_format_set().

integer(intg), parameter history_routines::history_binary_file_format =2
private