|
mFES - molecular Finite Element Solver
0.4
|
Public Member Functions | |
| NumProcTclTable (PDE &apde, const Flags &flags) | |
| virtual | ~NumProcTclTable () |
| 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 | |
| int | rows |
| int | columns |
| Array< string > | tableentries |
| string | title |
| bool | noprint |
| ngsolve::NumProcTclTable::NumProcTclTable | ( | PDE & | apde, |
| const Flags & | flags | ||
| ) |
| ngsolve::NumProcTclTable::~NumProcTclTable | ( | ) | [virtual] |
| static NumProc* ngsolve::NumProcTclTable::Create | ( | PDE & | pde, |
| const Flags & | flags | ||
| ) | [inline, static] |
| void ngsolve::NumProcTclTable::Do | ( | LocalHeap & | lh | ) | [virtual] |
| virtual string ngsolve::NumProcTclTable::GetClassName | ( | ) | const [inline, virtual] |
| void ngsolve::NumProcTclTable::PrintDoc | ( | ostream & | ost | ) | [static] |
| void ngsolve::NumProcTclTable::PrintReport | ( | ostream & | ost | ) | [virtual] |
int ngsolve::NumProcTclTable::columns [protected] |
bool ngsolve::NumProcTclTable::noprint [protected] |
int ngsolve::NumProcTclTable::rows [protected] |
Array< string > ngsolve::NumProcTclTable::tableentries [protected] |
string ngsolve::NumProcTclTable::title [protected] |
1.7.6.1