|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "supg.h"#include "sparsemtrx.h"#include "nrsolver.h"#include "timestep.h"#include "element.h"#include "dofmanager.h"#include "dof.h"#include "initialcondition.h"#include "maskedprimaryfield.h"#include "verbose.h"#include "supgelement.h"#include "classfactory.h"#include "mathfem.h"#include "dofdistributedprimaryfield.h"#include "leplic.h"#include "levelsetpcs.h"#include "datastream.h"#include "function.h"#include "contextioerr.h"#include "timer.h"#include "unknownnumberingscheme.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 | __VOF_TRESHOLD 1.e-5 |
| #define | __NODE_OUT 0 |
| #define | __NODE_IN 1 |
| #define | __NODE_OUT_ACTIVE 2 |
| #define | __NODE_INTERPOL_CANDIDATE 3 |
Functions | |
| oofem::REGISTER_EngngModel (SUPG) | |