MBDyn-1.7.3
|
#include <iostream>
#include <list>
#include <map>
#include <string>
#include "myassert.h"
#include "mynewmem.h"
#include "except.h"
#include "demangle.h"
#include "mbpar.h"
#include "constltp.h"
#include "shape.h"
#include "solman.h"
#include "submat.h"
#include "veciter.h"
#include "elem.h"
#include "driven.h"
#include "output.h"
#include "drive.h"
#include "tpldrive.h"
#include "node.h"
#include "strnode.h"
#include "elecnode.h"
#include "solverdiagnostics.h"
#include "nonlin.h"
#include "linsol.h"
#include "converged.h"
#include "invdyn.h"
#include "datamanforward.h"
Go to the source code of this file.
Classes | |
class | DataManager |
struct | DataManager::ElemRead |
struct | DataManager::ElemDataStructure |
struct | DataManager::NodeRead |
struct | DataManager::NodeDataStructure |
class | InitialAssemblyIterator |
Functions | |
int | datamanager_cleanup (void *) |
ScalarDof | ReadScalarDof (const DataManager *pDM, MBDynParser &HP, bool bDof, bool bOrder) |
OrientationDescription | ReadOrientationDescription (MBDynParser &HP) |
OrientationDescription | ReadOptionalOrientationDescription (DataManager *pDM, MBDynParser &HP) |
int datamanager_cleanup | ( | void * | ) |
Definition at line 914 of file dataman.cc.
References DataManager::Cleanup().
Referenced by DataManager::DataManager().
OrientationDescription ReadOptionalOrientationDescription | ( | DataManager * | pDM, |
MBDynParser & | HP | ||
) |
Definition at line 2531 of file dataman3.cc.
References EULER_123, IncludeParser::GetLineData(), DataManager::GetOrientationDescription(), HighParser::IsKeyWord(), ReadOrientationDescription(), and UNKNOWN_ORIENTATION_DESCRIPTION.
Referenced by ReadAerodynamicCustomOutput(), ReadBeamCustomOutput(), ReadStructNode(), and MBDynParser::Reference_int().
OrientationDescription ReadOrientationDescription | ( | MBDynParser & | HP | ) |
Definition at line 2502 of file dataman3.cc.
References EULER_123, EULER_313, EULER_321, IncludeParser::GetLineData(), HighParser::IsKeyWord(), MBDYN_EXCEPT_ARGS, ORIENTATION_MATRIX, ORIENTATION_VECTOR, and UNKNOWN_ORIENTATION_DESCRIPTION.
Referenced by Eu2PhiDCR::Read(), DataManager::ReadControl(), and ReadOptionalOrientationDescription().
ScalarDof ReadScalarDof | ( | const DataManager * | pDM, |
MBDynParser & | HP, | ||
bool | bDof, | ||
bool | bOrder | ||
) |
Definition at line 2423 of file dataman3.cc.
References DEBUGLCOUT, DofOrder::DIFFERENTIAL, GetDofOrder(), SimulationEntity::GetDofType(), HighParser::GetInt(), IncludeParser::GetLineData(), HighParser::GetWord(), SimulationEntity::iGetNumDof(), MBDYN_EXCEPT_ARGS, MYDEBUG_INPUT, DataManager::pFindNode(), psNodeNames, psReadNodesNodes, SAFENEWWITHCONSTRUCTOR, and Node::UNKNOWN.
Referenced by DofDCR::Read(), ReadBulk(), ReadElectric(), ReadForce(), ReadGenel(), DataManager::ReadNodes(), and ReadScalarValue().