|
| | NodesContour (const std::string &name="") |
| | constructor More...
|
| |
|
| ~NodesContour () override=default |
| | destructor
|
| |
|
void | setNodeNumbers (const fmatvec::VecVI &nodes_) |
| |
|
const fmatvec::VecVI & | getNodeNumbers () const |
| |
|
const fmatvec::Vec3 & | evalPosition (int i) |
| |
|
void | updatePositions (MBSim::Frame *frame) override |
| |
|
void | updateVelocities (MBSim::Frame *frame) override |
| |
|
void | updateAccelerations (MBSim::Frame *frame) override |
| |
|
void | updateJacobians (MBSim::Frame *frame, int j=0) override |
| |
|
void | updateGyroscopicAccelerations (MBSim::Frame *frame) override |
| |
| void | plot () override |
| |
| MBSim::ContactKinematics * | findContactPairingWith (const std::type_info &type0, const std::type_info &type1) override |
| |
|
void | init (InitStage stage, const MBSim::InitConfigSet &config) override |
| |
|
void | initializeUsingXML (xercesc::DOMElement *element) override |
| |
|
MBSim::ContourFrame * | createContourFrame (const std::string &name="P") override |
| |
|
| Contour (const std::string &name) |
| |
| virtual ContactKinematics * | findContactPairingWith (const std::type_info &type0, const std::type_info &type1)=0 |
| |
| virtual fmatvec::Vec3 | evalPosition (const fmatvec::Vec2 &zeta) |
| |
| virtual fmatvec::Vec3 | evalWu (const fmatvec::Vec2 &zeta) |
| |
| virtual fmatvec::Vec3 | evalWv (const fmatvec::Vec2 &zeta) |
| |
| virtual fmatvec::Vec3 | evalWn (const fmatvec::Vec2 &zeta) |
| |
| virtual fmatvec::Vec3 | evalParDer1Wn (const fmatvec::Vec2 &zeta) |
| |
| virtual fmatvec::Vec3 | evalParDer2Wn (const fmatvec::Vec2 &zeta) |
| |
| virtual fmatvec::Vec3 | evalParDer1Wu (const fmatvec::Vec2 &zeta) |
| |
| virtual fmatvec::Vec3 | evalParDer2Wu (const fmatvec::Vec2 &zeta) |
| |
| virtual fmatvec::Vec3 | evalParDer1Wv (const fmatvec::Vec2 &zeta) |
| |
| virtual fmatvec::Vec3 | evalParDer2Wv (const fmatvec::Vec2 &zeta) |
| |
| virtual fmatvec::Vec3 | evalWs (const fmatvec::Vec2 &zeta) |
| |
| virtual fmatvec::Vec3 | evalWt (const fmatvec::Vec2 &zeta) |
| |
| void | createPlotGroup () override |
| |
|
| Element (const std::string &name) |
| |
| virtual void | setDynamicSystemSolver (DynamicSystemSolver *sys) |
| |
| virtual void | plot () |
| |
| virtual void | plotAtSpecialEvent () |
| |
|
const std::string & | getName () const |
| |
|
void | setName (const std::string &str) |
| |
|
DynamicSystemSolver * | getDynamicSystemSolver () |
| |
| virtual void | init (InitStage stage, const InitConfigSet &config=InitConfigSet()) |
| |
| virtual void | createPlotGroup () |
| |
|
H5::GroupBase * | getPlotGroup () |
| |
|
bool | getPlotFeature (const PlotFeatureEnum &pf) |
| |
|
virtual void | setPlotFeature (const PlotFeatureEnum &pf, bool value) |
| |
|
void | setPlotFeatureForChildren (const PlotFeatureEnum &pf, bool value) |
| |
|
void | setPlotFeatureRecursive (const PlotFeatureEnum &pf, bool value) |
| |
|
void | setPlotAttribute (const std::string &name, const T &value, PlotAttributeStorage storage=PlotAttributeStorage::attribute) |
| |
|
T * | getByPath (const std::string &path, bool initialCaller=true) const |
| |
|
std::string | getPath (const Element *relTo=nullptr, std::string sep="/") const |
| |
| virtual Element * | getChildByContainerAndName (const std::string &container, const std::string &name) const |
| |
|
std::vector< Element * > | getDependencies () const |
| |
|
int | computeLevel () |
| |