MBDyn-1.7.3
|
#include <node.h>
Public Member Functions | |
Node2Scalar (const NodeDof &nd) | |
virtual | ~Node2Scalar (void) |
const Node * | GetNode (void) const |
virtual Node::Type | GetNodeType (void) const |
virtual std::ostream & | Restart (std::ostream &out) const |
virtual unsigned int | iGetNumDof (void) const |
virtual DofOrder::Order | GetDofType (unsigned int i) const |
virtual integer | iGetFirstRowIndex (void) const |
virtual integer | iGetFirstColIndex (void) const |
virtual const doublereal & | dGetDofValue (int iDof, int iOrder=0) const |
virtual const doublereal & | dGetDofValuePrev (int iDof, int iOrder=0) const |
virtual void | SetDofValue (const doublereal &dValue, unsigned int iDof, unsigned int iOrder=0) |
virtual void | SetX (const doublereal &d) |
virtual const doublereal & | dGetX (void) const |
virtual void | SetXPrime (const doublereal &d) |
virtual const doublereal & | dGetXPrime (void) const |
Public Member Functions inherited from ScalarNode | |
ScalarNode (unsigned int uL, const DofOwner *pDO, flag fOut) | |
virtual | ~ScalarNode (void) |
virtual void | Output (OutputHandler &OH) const |
virtual void | AfterPredict (VectorHandler &X, VectorHandler &XP) |
Public Member Functions inherited from Node | |
Node (unsigned int uL, const DofOwner *pDO, flag fOut) | |
virtual | ~Node (void) |
const Node * | GetNode (void) const |
virtual std::ostream & | DescribeDof (std::ostream &out, const char *prefix="", bool bInitial=false) const |
virtual void | DescribeDof (std::vector< std::string > &desc, bool bInitial=false, int i=-1) const |
virtual std::ostream & | DescribeEq (std::ostream &out, const char *prefix="", bool bInitial=false) const |
virtual void | DescribeEq (std::vector< std::string > &desc, bool bInitial=false, int i=-1) const |
virtual unsigned int | iGetNumPrivData (void) const |
virtual unsigned int | iGetPrivDataIdx (const char *s) const |
virtual doublereal | dGetPrivData (unsigned int i) const |
Public Member Functions inherited from WithLabel | |
WithLabel (unsigned int uL=0, const std::string &sN="") | |
virtual | ~WithLabel (void) |
void | PutLabel (unsigned int uL) |
void | PutName (const std::string &sN) |
unsigned int | GetLabel (void) const |
const std::string & | GetName (void) const |
Public Member Functions inherited from SimulationEntity | |
SimulationEntity (void) | |
virtual | ~SimulationEntity (void) |
virtual bool | bIsValidIndex (unsigned int i) const |
virtual DofOrder::Order | GetEqType (unsigned int i) const |
virtual void | SetValue (DataManager *pDM, VectorHandler &X, VectorHandler &XP, SimulationEntity::Hints *h=0) |
virtual Hint * | ParseHint (DataManager *pDM, const char *s) const |
virtual void | BeforePredict (VectorHandler &, VectorHandler &, VectorHandler &, VectorHandler &) const |
virtual void | Update (const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) |
virtual void | DerivativesUpdate (const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) |
virtual void | Update (const VectorHandler &XCurr, InverseDynamics::Order iOrder) |
virtual void | AfterConvergence (const VectorHandler &X, const VectorHandler &XP) |
virtual void | AfterConvergence (const VectorHandler &X, const VectorHandler &XP, const VectorHandler &XPP) |
virtual std::ostream & | OutputAppend (std::ostream &out) const |
virtual void | ReadInitialState (MBDynParser &HP) |
Public Member Functions inherited from DofOwnerOwner | |
DofOwnerOwner (const DofOwner *pDO) | |
virtual | ~DofOwnerOwner () |
virtual const DofOwner * | pGetDofOwner (void) const |
virtual integer | iGetFirstIndex (void) const |
virtual void | SetInitialValue (VectorHandler &X) |
Public Member Functions inherited from ToBeOutput | |
ToBeOutput (flag fOut=fDefaultOut) | |
virtual | ~ToBeOutput (void) |
virtual void | OutputPrepare (OutputHandler &OH) |
virtual void | Output (OutputHandler &OH, const VectorHandler &X, const VectorHandler &XP) const |
virtual flag | fToBeOutput (void) const |
virtual bool | bToBeOutput (void) const |
virtual void | SetOutputFlag (flag f=flag(1)) |
Protected Attributes | |
NodeDof | ND |
Protected Attributes inherited from WithLabel | |
unsigned int | uLabel |
std::string | sName |
Protected Attributes inherited from ToBeOutput | |
flag | fOutput |
Additional Inherited Members | |
Public Types inherited from Node | |
enum | Type { UNKNOWN = -1, ABSTRACT = 0, STRUCTURAL, ELECTRIC, THERMAL, PARAMETER, HYDRAULIC, LASTNODETYPE } |
Public Types inherited from SimulationEntity | |
typedef std::vector< Hint * > | Hints |
Public Types inherited from ToBeOutput | |
enum | { OUTPUT = 0x1U, OUTPUT_MASK = 0xFU, OUTPUT_PRIVATE = 0x10U, OUTPUT_PRIVATE_MASK = ~OUTPUT_MASK } |
Protected Member Functions inherited from ScalarNode | |
virtual std::ostream & | Output (std::ostream &out) const |
Node2Scalar::Node2Scalar | ( | const NodeDof & | nd | ) |
Definition at line 595 of file node.cc.
References NO_OP.
|
virtual |
|
virtual |
Implements Node.
Definition at line 652 of file node.cc.
References Node::dGetDofValue(), NodeDof::iDofNumber, MBDYN_EXCEPT_ARGS, ND, and NodeDof::pNode.
Referenced by dGetX(), and dGetXPrime().
|
virtual |
Implements Node.
Definition at line 663 of file node.cc.
References Node::dGetDofValuePrev(), NodeDof::iDofNumber, MBDYN_EXCEPT_ARGS, ND, and NodeDof::pNode.
|
inlinevirtual |
Implements ScalarNode.
Definition at line 685 of file node.h.
References dGetDofValue().
|
inlinevirtual |
Implements ScalarNode.
Definition at line 691 of file node.h.
References dGetDofValue().
|
virtual |
Implements SimulationEntity.
Definition at line 631 of file node.cc.
References ASSERT, DofOrder::DIFFERENTIAL, and iGetNumDof().
|
inline |
|
virtual |
Implements Node.
Definition at line 608 of file node.cc.
References Node::GetNodeType(), ND, and NodeDof::pNode.
|
virtual |
Reimplemented from Node.
Definition at line 644 of file node.cc.
References NodeDof::iDofNumber, Node::iGetFirstColIndex(), ND, and NodeDof::pNode.
|
virtual |
Reimplemented from Node.
Definition at line 639 of file node.cc.
References NodeDof::iDofNumber, Node::iGetFirstRowIndex(), ND, and NodeDof::pNode.
|
virtual |
|
virtual |
|
virtual |
Implements Node.
Definition at line 674 of file node.cc.
References ASSERT, NodeDof::iDofNumber, MBDYN_EXCEPT_ARGS, ND, and NodeDof::pNode.
Referenced by SetX(), and SetXPrime().
|
virtual |
Implements ScalarNode.
Definition at line 689 of file node.cc.
References SetDofValue().
|
virtual |
Implements ScalarNode.
Definition at line 696 of file node.cc.
References SetDofValue().
|
protected |
Definition at line 601 of file node.h.
Referenced by dGetDofValue(), dGetDofValuePrev(), GetNode(), GetNodeType(), iGetFirstColIndex(), iGetFirstRowIndex(), and SetDofValue().