OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
dynamicinputrecord.C File Reference
#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...
 

Macro Definition Documentation

#define forRecord (   name)
Value:
for ( const auto &x: name ) { \
rec << " " << x.first << " " << x.second; \
}

Definition at line 386 of file dynamicinputrecord.C.

Referenced by oofem::DynamicInputRecord::giveRecordAsString().


This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:32 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011