|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "domain.h"#include "element.h"#include "timestep.h"#include "node.h"#include "elementside.h"#include "material.h"#include "crosssection.h"#include "load.h"#include "initialcondition.h"#include "function.h"#include "set.h"#include "engngm.h"#include "entityrenumberingscheme.h"#include "datastream.h"#include "contextioerr.h"#include "verbose.h"#include "connectivitytable.h"#include "outputmanager.h"#include "octreelocalizer.h"#include "nodalrecoverymodel.h"#include "nonlocalbarrier.h"#include "classfactory.h"#include "logger.h"#include "xfem/xfemmanager.h"#include "topologydescription.h"#include "errorestimator.h"#include "range.h"#include "fracturemanager.h"#include "datareader.h"#include "oofemtxtdatareader.h"#include "initmodulemanager.h"#include "exportmodulemanager.h"#include "xfem/enrichmentitem.h"#include "xfem/nucleationcriterion.h"#include "xfem/enrichmentfunction.h"#include "xfem/propagationlaw.h"#include "contact/contactmanager.h"#include "bctracker.h"#include "boundarycondition.h"#include "activebc.h"#include "simpleslavedof.h"#include "masterdof.h"#include "parallel.h"#include "processcomm.h"#include "communicator.h"#include "domaintransactionmanager.h"#include <cstdarg>#include <cstring>#include <vector>#include <set>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 | |
| template<typename T > | |
| void | oofem::save_components (T &list, DataStream &stream, ContextMode mode) |
| template<typename T , typename C > | |
| void | oofem::restore_components (T &list, DataStream &stream, ContextMode mode, const C &creator) |