OOFEM 3.0
Loading...
Searching...
No Matches
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 "paramkey.h"
#include <sstream>

Go to the source code of this file.

Namespaces

namespace  oofem

Macros

#define forRecord(name)

Functions

std::unique_ptr< DynamicInputRecordoofem::CreateNodeIR (int i, InputFieldType nodeType, FloatArray coord)
 Helper function for creating a dynamic input record for a node.
std::unique_ptr< DynamicInputRecordoofem::CreateElementIR (int i, InputFieldType elementType, IntArray nodes, int cs=0)
 Helper function for creating elements (with optional cross-section number).

Macro Definition Documentation

◆ forRecord

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

Definition at line 380 of file dynamicinputrecord.C.

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


This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011