control_data_structure Struct Reference

Control Data Structure. More...

#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


Detailed Description

Control Data Structure.

Definition at line 365 of file pihm.h.


Field Documentation

int control_data_structure::Verbose

1: Yea 0: Nay

Definition at line 369 of file pihm.h.

int control_data_structure::Debug

1: Yea 0: Nay

Definition at line 370 of file pihm.h.

int control_data_structure::int_type

Input Mode : 0: relax 1: typing 2:file

Definition at line 371 of file pihm.h.

int control_data_structure::res_out

1: Yea 0: Nay

Definition at line 372 of file pihm.h.

int control_data_structure::flux_out

1: Yea 0: Nay

Definition at line 373 of file pihm.h.

int control_data_structure::q_out

1: Yea 0: Nay

Definition at line 374 of file pihm.h.

int control_data_structure::etis_out

1: Yea 0: Nay

Definition at line 375 of file pihm.h.

int control_data_structure::Solver

Solver Type::

Definition at line 378 of file pihm.h.

realtype control_data_structure::abstol

Absolute Tolerance

Definition at line 379 of file pihm.h.

Referenced by main().

realtype control_data_structure::reltol

Relative Tolerance

Definition at line 380 of file pihm.h.

Referenced by main().

realtype control_data_structure::InitStep

Initial step size

Definition at line 381 of file pihm.h.

Referenced by main().

realtype control_data_structure::MaxStep

Maximum absolute step size

Definition at line 382 of file pihm.h.

Referenced by main().

realtype control_data_structure::ETStep

Absolute step size for ET Computation

Definition at line 383 of file pihm.h.

Referenced by main().

int control_data_structure::GSType

Definition at line 385 of file pihm.h.

int control_data_structure::MaxK

Definition at line 385 of file pihm.h.

realtype control_data_structure::delt

Definition at line 386 of file pihm.h.

realtype control_data_structure::StartTime

Simulation Start (Real) Time

Definition at line 388 of file pihm.h.

Referenced by main().

realtype control_data_structure::EndTime

Simulation End (Real) Time

Definition at line 389 of file pihm.h.

int control_data_structure::outtype

Definition at line 392 of file pihm.h.

realtype control_data_structure::a

Output Step Size Factor

Definition at line 393 of file pihm.h.

realtype control_data_structure::b

Base Step Size

Definition at line 394 of file pihm.h.

int control_data_structure::NumSteps

Number of Step to be taken by CVode

Definition at line 395 of file pihm.h.

Referenced by main().

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().


The documentation for this struct was generated from the following file:
Generated on Thu Jul 12 14:34:20 2007 for PIHM by  doxygen 1.5.2