|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "subdivision.h"#include "material.h"#include "errorestimator.h"#include "domain.h"#include "node.h"#include "element.h"#include "mathfem.h"#include "masterdof.h"#include "simpleslavedof.h"#include "nonlocalbarrier.h"#include "initialcondition.h"#include "classfactory.h"#include "outputmanager.h"#include "crosssection.h"#include "function.h"#include "timer.h"#include "remeshingcrit.h"#include "dynamicinputrecord.h"#include "engngm.h"#include <queue>#include <set>#include "oofeggraphiccontext.h"#include "parallel.h"#include "problemcomm.h"#include "communicator.h"#include "datastream.h"#include "domaintransactionmanager.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. | |
Macros | |
| #define | DEBUG_CHECK |
| #define | DRAW_IRREGULAR_NODES |
| #define | DRAW_REMOTE_ELEMENTS |
| #define | DRAW_MESH_AFTER_BISECTION |
| #define | HEADEDSTUD |
Functions | |
| oofem::REGISTER_Mesher (Subdivision, MPT_SUBDIVISION) | |
| #define DEBUG_CHECK |
Definition at line 75 of file subdivision.C.
| #define DRAW_IRREGULAR_NODES |
Definition at line 92 of file subdivision.C.
| #define DRAW_MESH_AFTER_BISECTION |
Definition at line 95 of file subdivision.C.
| #define DRAW_REMOTE_ELEMENTS |
Definition at line 93 of file subdivision.C.
| #define HEADEDSTUD |
Definition at line 104 of file subdivision.C.