#include "inputrecord.h"
#include <map>
#include <set>
Go to the source code of this file.
|
| | oofem |
| | the oofem namespace is to define a context or scope in which all oofem names are defined.
|
| |
|
| 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...
|
| |