|
OOFEM 3.0
|
Go to the source code of this file.
Classes | |
| class | oofem::DynamicInputRecord |
Namespaces | |
| namespace | oofem |
Functions | |
| std::unique_ptr< DynamicInputRecord > | oofem::CreateNodeIR (int i, InputFieldType nodeType, FloatArray coord) |
| Helper function for creating a dynamic input record for a node. | |
| std::unique_ptr< DynamicInputRecord > | oofem::CreateElementIR (int i, InputFieldType elementType, IntArray nodes, int cs=0) |
| Helper function for creating elements (with optional cross-section number). | |