|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include <iostream>#include "../sm/EngineeringModels/nlineardynamic.h"#include "../sm/Elements/nlstructuralelement.h"#include "../sm/Elements/structuralelementevaluator.h"#include "nummet.h"#include "timestep.h"#include "metastep.h"#include "element.h"#include "dof.h"#include "error.h"#include "verbose.h"#include "sparsenonlinsystemnm.h"#include "nrsolver.h"#include "outputmanager.h"#include "datastream.h"#include "classfactory.h"#include "timer.h"#include "contextioerr.h"#include "sparsemtrx.h"#include "errorestimator.h"#include "unknownnumberingscheme.h"#include "assemblercallback.h"#include "loadbalancer.h"#include "problemcomm.h"#include "processcomm.h"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 | |
| oofem::REGISTER_EngngModel (NonLinearDynamic) | |