mFES - molecular Finite Element Solver
0.4
|
Public Member Functions | |
NumProcAnalyze (PDE &apde, const Flags &flags) | |
virtual | ~NumProcAnalyze () |
virtual void | Do (LocalHeap &lh) |
virtual void | PrintReport (ostream &ost) |
virtual string | GetClassName () const |
Static Public Member Functions | |
static NumProc * | Create (PDE &pde, const Flags &flags) |
static void | PrintDoc (ostream &ost) |
Protected Attributes | |
GridFunction * | gfu |
string | variablename |
bool | nodistinction |
bool | volanalyze |
bool | surfanalyze |
int | component |
Array< int > | surfdomains |
Array< int > | voldomains |
ngsolve::NumProcAnalyze::NumProcAnalyze | ( | PDE & | apde, |
const Flags & | flags | ||
) |
ngsolve::NumProcAnalyze::~NumProcAnalyze | ( | ) | [virtual] |
static NumProc* ngsolve::NumProcAnalyze::Create | ( | PDE & | pde, |
const Flags & | flags | ||
) | [inline, static] |
void ngsolve::NumProcAnalyze::Do | ( | LocalHeap & | lh | ) | [virtual] |
virtual string ngsolve::NumProcAnalyze::GetClassName | ( | ) | const [inline, virtual] |
void ngsolve::NumProcAnalyze::PrintDoc | ( | ostream & | ost | ) | [static] |
void ngsolve::NumProcAnalyze::PrintReport | ( | ostream & | ost | ) | [virtual] |
int ngsolve::NumProcAnalyze::component [protected] |
GridFunction* ngsolve::NumProcAnalyze::gfu [protected] |
bool ngsolve::NumProcAnalyze::nodistinction [protected] |
bool ngsolve::NumProcAnalyze::surfanalyze [protected] |
Array<int> ngsolve::NumProcAnalyze::surfdomains [protected] |
string ngsolve::NumProcAnalyze::variablename [protected] |
bool ngsolve::NumProcAnalyze::volanalyze [protected] |
Array<int> ngsolve::NumProcAnalyze::voldomains [protected] |