#include <pihm.h>
Data Fields | |
| int | Verbose |
| int | Debug |
| int | int_type |
| int | res_out |
| int | flux_out |
| int | q_out |
| int | etis_out |
| int | Solver |
| realtype | abstol |
| realtype | reltol |
| realtype | InitStep |
| realtype | MaxStep |
| realtype | ETStep |
| int | GSType |
| int | MaxK |
| realtype | delt |
| realtype | StartTime |
| realtype | EndTime |
| int | outtype |
| realtype | a |
| realtype | b |
| int | NumSteps |
| realtype * | Tout |
Definition at line 365 of file pihm.h.
| realtype control_data_structure::abstol |
| realtype control_data_structure::reltol |
| realtype control_data_structure::InitStep |
| realtype control_data_structure::MaxStep |
| realtype control_data_structure::ETStep |
| realtype control_data_structure::delt |
| realtype control_data_structure::StartTime |
| realtype control_data_structure::EndTime |
| realtype control_data_structure::a |
| realtype control_data_structure::b |
| realtype* control_data_structure::Tout |
Array of Time at which State is computed
Definition at line 396 of file pihm.h.
Referenced by FPrintInitFile(), and main().
1.5.2