Cell Class Reference

#include <Cell.h>

Collaboration diagram for Cell:
Collaboration graph
[legend]

List of all members.

Classes

struct  MethodInfo

Public Member Functions

 Cell ()
void setupf (Id cell)
Id getSetup () const
void setMethod (string value)
string getMethod () const
void setSolverClock (unsigned int value)
unsigned int getSolverClock () const
void setSolverName (string value)
string getSolverName () const
int getVariableDt () const
int getImplicit () const
string getDescription () const
void processDummy (const Eref &e, ProcPtr p)
void reinit (const Eref &e, ProcPtr p)

Static Public Member Functions

static void addMethod (const string &name, const string &description, int isVariableDt, int isImplicit)
static const CinfoinitCinfo ()

Constructor & Destructor Documentation

Cell::Cell (  ) 

References setMethod().

Here is the call graph for this function:


Member Function Documentation

static void Cell::addMethod ( const string &  name,
const string &  description,
int  isVariableDt,
int  isImplicit 
) [static]

Referenced by initCinfo().

string Cell::getDescription (  )  const

Referenced by initCinfo().

int Cell::getImplicit (  )  const

Referenced by initCinfo().

string Cell::getMethod (  )  const

Referenced by initCinfo().

Id Cell::getSetup (  )  const

Referenced by initCinfo().

unsigned int Cell::getSolverClock (  )  const

Referenced by initCinfo().

string Cell::getSolverName (  )  const

Referenced by initCinfo().

int Cell::getVariableDt (  )  const

Referenced by initCinfo().

const Cinfo * Cell::initCinfo (  )  [static]
void Cell::processDummy ( const Eref e,
ProcPtr  p 
)

Referenced by initCinfo().

void Cell::reinit ( const Eref e,
ProcPtr  p 
)

References Eref::id().

Referenced by initCinfo().

Here is the call graph for this function:

void Cell::setMethod ( string  value  ) 

Referenced by Cell(), and initCinfo().

void Cell::setSolverClock ( unsigned int  value  ) 

Referenced by initCinfo().

void Cell::setSolverName ( string  value  ) 

Referenced by initCinfo().

void Cell::setupf ( Id  cell  ) 

References Id::destroy(), and Id::path().

Referenced by initCinfo().

Here is the call graph for this function:


The documentation for this class was generated from the following files:

Generated on 1 Jul 2015 for MOOSE by  doxygen 1.6.1