OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "dynamicinputrecord.h"
#include "femcmpnn.h"
#include "intarray.h"
#include "floatarray.h"
#include "floatmatrix.h"
#include "dictionary.h"
#include "range.h"
#include "node.h"
#include "element.h"
#include "scalarfunction.h"
#include <sstream>
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 | forRecord(name) |
Functions | |
DynamicInputRecord * | oofem::CreateNodeIR (int i, InputFieldType nodeType, FloatArray coord) |
Helper function for creating a dynamic input record for a node. More... | |
DynamicInputRecord * | oofem::CreateElementIR (int i, InputFieldType elementType, IntArray nodes, int cs=0) |
Helper function for creating elements (with optional cross-section number). More... | |
#define forRecord | ( | name | ) |
Definition at line 386 of file dynamicinputrecord.C.
Referenced by oofem::DynamicInputRecord::giveRecordAsString().