OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "util.h"
#include "engngm.h"
#include "classfactory.h"
#include "inputrecord.h"
#include "datareader.h"
#include "error.h"
#include <cstring>
Go to the source code of this file.
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Functions | |
EngngModel * | oofem::InstanciateProblem (DataReader &dr, problemMode mode, int contextFlag, EngngModel *master=0, bool parallelFlag=false) |
Instanciates the new problem. More... | |