|
xc
|
Finite element problem. More...
#include <FEProblem.h>
Public Member Functions | |
| FEProblem (void) | |
| Default constructor. | |
| void | clearAll (void) |
| Delete all entities in the FE problem. | |
| FE_Datastore * | defineDatabase (const std::string &, const std::string &) |
| Database definition. | |
| FE_Datastore * | getDataBase (void) |
| const Preprocessor & | getPreprocessor (void) const |
| Preprocessor & | getPreprocessor (void) |
| Domain * | getDomain (void) |
| const Domain * | getDomain (void) const |
| const ProcSolu & | getSoluProc (void) const |
| ProcSolu & | getSoluProc (void) |
| const MapFields & | getFields (void) const |
| DataOutputHandler::map_output_handlers * | getOutputHandlers (void) const |
Static Public Member Functions | |
| static const std::string & | getXCVersion (void) |
| static const std::string & | getXCVersionShort (void) |
Static Public Attributes | |
| static Domain * | theActiveDomain = nullptr |
Finite element problem.
1.8.12