|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "solutionbasedshapefunction.h"#include "oofemtxtdatareader.h"#include "activebc.h"#include "activedof.h"#include "inputrecord.h"#include "element.h"#include "node.h"#include "masterdof.h"#include "sparsemtrx.h"#include "gausspoint.h"#include "gaussintegrationrule.h"#include "mathfem.h"#include "fei2dtrlin.h"#include "fei2dtrquad.h"#include "classfactory.h"#include "set.h"#include "util.h"#include "engngm.h"#include "spatiallocalizer.h"#include "dynamicinputrecord.h"#include "bodyload.h"#include "boundarycondition.h"#include <vector>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 | USEWPBC 0 |
| #define | usePoints 1 |
Functions | |
| template<class T > | |
| void | oofem::logData (T myArray) |
| template<class T > | |
| void | oofem::logDataMsg (const char *c, T myArray) |
| template<class T > | |
| void | oofem::logDataMsg (const char *c, T myArray, const char *c2) |
| oofem::REGISTER_BoundaryCondition (SolutionbasedShapeFunction) | |
| #define usePoints 1 |
| #define USEWPBC 0 |