ChElementBase() (defined in chrono::fea::ChElementBase) | chrono::fea::ChElementBase | inline |
ChElementBeam() (defined in chrono::fea::ChElementBeam) | chrono::fea::ChElementBeam | inline |
ChElementCableANCF() (defined in chrono::fea::ChElementCableANCF) | chrono::fea::ChElementCableANCF | |
ChElementGeneric() (defined in chrono::fea::ChElementGeneric) | chrono::fea::ChElementGeneric | inline |
ComputeGravityForces(ChVectorDynamic<> &Fg, const ChVector<> &G_acc) override | chrono::fea::ChElementCableANCF | virtual |
ComputeInternalForces(ChVectorDynamic<> &Fi) override | chrono::fea::ChElementCableANCF | virtual |
ComputeInternalJacobians(double Kfactor, double Rfactor) | chrono::fea::ChElementCableANCF | virtual |
ComputeKRMmatricesGlobal(ChMatrixRef H, double Kfactor, double Rfactor=0, double Mfactor=0) override | chrono::fea::ChElementCableANCF | virtual |
ComputeMassMatrix() | chrono::fea::ChElementCableANCF | virtual |
ComputeMmatrixGlobal(ChMatrixRef M) override | chrono::fea::ChElementCableANCF | inlinevirtual |
ComputeNF(const double U, ChVectorDynamic<> &Qi, double &detJ, const ChVectorDynamic<> &F, ChVectorDynamic<> *state_x, ChVectorDynamic<> *state_w) override | chrono::fea::ChElementCableANCF | virtual |
ComputeNF(const double U, const double V, const double W, ChVectorDynamic<> &Qi, double &detJ, const ChVectorDynamic<> &F, ChVectorDynamic<> *state_x, ChVectorDynamic<> *state_w) override | chrono::fea::ChElementCableANCF | virtual |
ComputeNodalMass() | chrono::fea::ChElementBase | inlinevirtual |
EleDoIntegration() | chrono::fea::ChElementBase | inlinevirtual |
EleIntLoadResidual_F(ChVectorDynamic<> &R, const double c) override | chrono::fea::ChElementGeneric | virtual |
EleIntLoadResidual_F_gravity(ChVectorDynamic<> &R, const ChVector<> &G_acc, const double c) override | chrono::fea::ChElementGeneric | virtual |
EleIntLoadResidual_Mv(ChVectorDynamic<> &R, const ChVectorDynamic<> &w, const double c) override | chrono::fea::ChElementGeneric | virtual |
EvaluateSectionDisplacement(const double eta, ChVector<> &u_displ, ChVector<> &u_rotaz) override | chrono::fea::ChElementCableANCF | virtual |
EvaluateSectionForceTorque(const double eta, ChVector<> &Fforce, ChVector<> &Mtorque) override | chrono::fea::ChElementCableANCF | virtual |
EvaluateSectionFrame(const double eta, ChVector<> &point, ChQuaternion<> &rot) override | chrono::fea::ChElementCableANCF | virtual |
EvaluateSectionStrain(const double eta, ChVector<> &StrainV) override | chrono::fea::ChElementCableANCF | virtual |
Get_field_ncoords() override | chrono::fea::ChElementCableANCF | inlinevirtual |
GetCurrLength() | chrono::fea::ChElementCableANCF | inline |
GetDensity() override | chrono::fea::ChElementCableANCF | inlinevirtual |
GetMass() | chrono::fea::ChElementBeam | inline |
GetNdofs() override | chrono::fea::ChElementCableANCF | inlinevirtual |
GetNnodes() override | chrono::fea::ChElementCableANCF | inlinevirtual |
GetNodeA() | chrono::fea::ChElementCableANCF | inline |
GetNodeB() | chrono::fea::ChElementCableANCF | inline |
GetNodeN(int n) override | chrono::fea::ChElementCableANCF | inlinevirtual |
GetNodeNdofs(int n) override | chrono::fea::ChElementCableANCF | inlinevirtual |
GetRestLength() | chrono::fea::ChElementBeam | inline |
GetSection() | chrono::fea::ChElementCableANCF | inline |
GetStateBlock(ChVectorDynamic<> &mD) override | chrono::fea::ChElementCableANCF | virtual |
GetSubBlockOffset(int nblock) override | chrono::fea::ChElementCableANCF | inlinevirtual |
GetSubBlocks() override | chrono::fea::ChElementCableANCF | inlinevirtual |
GetSubBlockSize(int nblock) override | chrono::fea::ChElementCableANCF | inlinevirtual |
InjectKRMmatrices(ChSystemDescriptor &mdescriptor) override | chrono::fea::ChElementGeneric | inlinevirtual |
IsSubBlockActive(int nblock) const override | chrono::fea::ChElementCableANCF | inlinevirtual |
IsTetrahedronIntegrationNeeded() | chrono::ChLoadableUVW | inlinevirtual |
IsTrianglePrismIntegrationNeeded() | chrono::ChLoadableUVW | inlinevirtual |
Kmatr (defined in chrono::fea::ChElementGeneric) | chrono::fea::ChElementGeneric | protected |
KRMmatricesLoad(double Kfactor, double Rfactor, double Mfactor) override | chrono::fea::ChElementGeneric | inlinevirtual |
Kstiffness() | chrono::fea::ChElementGeneric | inline |
length (defined in chrono::fea::ChElementBeam) | chrono::fea::ChElementBeam | protected |
LoadableGet_ndof_w() override | chrono::fea::ChElementCableANCF | inlinevirtual |
LoadableGet_ndof_x() override | chrono::fea::ChElementCableANCF | inlinevirtual |
LoadableGetStateBlock_w(int block_offset, ChStateDelta &mD) override | chrono::fea::ChElementCableANCF | virtual |
LoadableGetStateBlock_x(int block_offset, ChState &mD) override | chrono::fea::ChElementCableANCF | virtual |
LoadableGetVariables(std::vector< ChVariables * > &mvars) override | chrono::fea::ChElementCableANCF | virtual |
LoadableStateIncrement(const unsigned int off_x, ChState &x_new, const ChState &x, const unsigned int off_v, const ChStateDelta &Dv) override | chrono::fea::ChElementCableANCF | virtual |
m_alpha | chrono::fea::ChElementCableANCF | |
m_use_damping | chrono::fea::ChElementCableANCF | |
mass (defined in chrono::fea::ChElementBeam) | chrono::fea::ChElementBeam | protected |
SetAlphaDamp(double a) | chrono::fea::ChElementCableANCF | |
SetNodes(std::shared_ptr< ChNodeFEAxyzD > nodeA, std::shared_ptr< ChNodeFEAxyzD > nodeB) (defined in chrono::fea::ChElementCableANCF) | chrono::fea::ChElementCableANCF | virtual |
SetRestLength(double ml) | chrono::fea::ChElementBeam | inline |
SetSection(std::shared_ptr< ChBeamSectionCable > my_material) | chrono::fea::ChElementCableANCF | inline |
ShapeFunctions(ShapeVector &N, double xi) | chrono::fea::ChElementCableANCF | virtual |
ShapeFunctionsDerivatives(ShapeVector &Nd, double xi) | chrono::fea::ChElementCableANCF | virtual |
ShapeFunctionsDerivatives2(ShapeVector &Ndd, double xi) | chrono::fea::ChElementCableANCF | virtual |
ShapeVector typedef (defined in chrono::fea::ChElementCableANCF) | chrono::fea::ChElementCableANCF | |
Update() override | chrono::fea::ChElementCableANCF | virtual |
VariablesFbIncrementMq() override | chrono::fea::ChElementGeneric | virtual |
VariablesFbLoadInternalForces(double factor=1.) override | chrono::fea::ChElementGeneric | virtual |
~ChElementBase() (defined in chrono::fea::ChElementBase) | chrono::fea::ChElementBase | inlinevirtual |
~ChElementBeam() (defined in chrono::fea::ChElementBeam) | chrono::fea::ChElementBeam | inlinevirtual |
~ChElementCableANCF() (defined in chrono::fea::ChElementCableANCF) | chrono::fea::ChElementCableANCF | inline |
~ChElementGeneric() (defined in chrono::fea::ChElementGeneric) | chrono::fea::ChElementGeneric | inlinevirtual |
~ChLoadable() (defined in chrono::ChLoadable) | chrono::ChLoadable | inlinevirtual |
~ChLoadableU() (defined in chrono::ChLoadableU) | chrono::ChLoadableU | inlinevirtual |
~ChLoadableUVW() (defined in chrono::ChLoadableUVW) | chrono::ChLoadableUVW | inlinevirtual |