MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Cell::MethodInfo Struct Reference
+ Collaboration diagram for Cell::MethodInfo:

Public Member Functions

 MethodInfo ()
 
 MethodInfo (string v1, int v2, int v3)
 

Public Attributes

string description
 
int isImplicit
 
int isVariableDt
 

Detailed Description

Definition at line 16 of file Cell.h.

Constructor & Destructor Documentation

Cell::MethodInfo::MethodInfo ( )
inline

Definition at line 18 of file Cell.h.

19  {
20  ;
21  }
Cell::MethodInfo::MethodInfo ( string  v1,
int  v2,
int  v3 
)
inline

Definition at line 23 of file Cell.h.

23  :
24  description( v1 ),
25  isVariableDt( v2 ),
26  isImplicit( v3 )
27  {
28  ;
29  }
string description
Definition: Cell.h:31
int isImplicit
Definition: Cell.h:33
int isVariableDt
Definition: Cell.h:32

Member Data Documentation

string Cell::MethodInfo::description

Definition at line 31 of file Cell.h.

int Cell::MethodInfo::isImplicit

Definition at line 33 of file Cell.h.

int Cell::MethodInfo::isVariableDt

Definition at line 32 of file Cell.h.


The documentation for this struct was generated from the following file: