iMSTK
Interactive Medical Simulation Toolkit
|
This is the complete list of members for imstk::LinearFemForceModel, including all inherited members.
getForceAndMatrix(const Vectord &u, Vectord &internalForce, SparseMatrixd &tangentStiffnessMatrix) | imstk::InternalForceModel | virtual |
getInternalForce(const Vectord &u, Vectord &internalForce) override | imstk::LinearFemForceModel | inlinevirtual |
getTangentStiffnessMatrix(const Vectord &u, SparseMatrixd &tangentStiffnessMatrix) override | imstk::LinearFemForceModel | inlinevirtual |
getTangentStiffnessMatrixTopology(vega::SparseMatrix **tangentStiffnessMatrix) override | imstk::LinearFemForceModel | inlinevirtual |
InternalForceModel()=default (defined in imstk::InternalForceModel) | imstk::InternalForceModel | |
LinearFemForceModel(std::shared_ptr< vega::VolumetricMesh > mesh, const bool withGravity=true, const double gravity=-9.81) (defined in imstk::LinearFemForceModel) | imstk::LinearFemForceModel | |
m_stiffnessMatrix (defined in imstk::LinearFemForceModel) | imstk::LinearFemForceModel | protected |
m_stiffnessMatrixRawPtr (defined in imstk::LinearFemForceModel) | imstk::LinearFemForceModel | protected |
m_stVKInternalForces (defined in imstk::LinearFemForceModel) | imstk::LinearFemForceModel | protected |
setTangentStiffness(std::shared_ptr< vega::SparseMatrix > K) override | imstk::LinearFemForceModel | inlinevirtual |
updateValuesFromMatrix(std::shared_ptr< vega::SparseMatrix > vegaMatrix, double *values) | imstk::InternalForceModel | static |
~InternalForceModel()=default (defined in imstk::InternalForceModel) | imstk::InternalForceModel | virtual |
~LinearFemForceModel() override (defined in imstk::LinearFemForceModel) | imstk::LinearFemForceModel |