opensurgsim
SurgSim::Math::OdeSolverEulerImplicit Member List

This is the complete list of members for SurgSim::Math::OdeSolverEulerImplicit, including all inherited members.

assembleLinearSystem(double dt, const OdeState &state, const OdeState &newState, bool computeRHS=true) overrideSurgSim::Math::OdeSolverEulerImplicitprotectedvirtual
computeComplianceMatrixFromSystemMatrix(const OdeState &state)SurgSim::Math::OdeSolverprotected
computeMatrices(double dt, const OdeState &state, bool computeCompliance=true)SurgSim::Math::OdeSolver
getComplianceMatrix() constSurgSim::Math::OdeSolver
getLinearSolver() constSurgSim::Math::OdeSolver
getName() constSurgSim::Math::OdeSolver
getNewtonRaphsonEpsilonConvergence() constSurgSim::Math::OdeSolverEulerImplicit
getNewtonRaphsonMaximumIteration() constSurgSim::Math::OdeSolverEulerImplicit
getSystemMatrix() constSurgSim::Math::OdeSolver
m_complianceMatrixSurgSim::Math::OdeSolverprotected
m_epsilonConvergenceSurgSim::Math::OdeSolverEulerImplicitprotected
m_equationSurgSim::Math::OdeSolverprotected
m_linearSolverSurgSim::Math::OdeSolverprotected
m_maximumIterationSurgSim::Math::OdeSolverEulerImplicitprotected
m_nameSurgSim::Math::OdeSolverprotected
m_previousSolutionSurgSim::Math::OdeSolverEulerImplicitprotected
m_rhs (defined in SurgSim::Math::OdeSolver)SurgSim::Math::OdeSolverprotected
m_solutionSurgSim::Math::OdeSolverprotected
m_systemMatrixSurgSim::Math::OdeSolverprotected
OdeSolver(OdeEquation *equation)SurgSim::Math::OdeSolverexplicit
OdeSolverEulerImplicit(OdeEquation *equation)SurgSim::Math::OdeSolverEulerImplicitexplicit
setLinearSolver(std::shared_ptr< LinearSparseSolveAndInverse > linearSolver)SurgSim::Math::OdeSolver
setNewtonRaphsonEpsilonConvergence(double epsilonConvergence)SurgSim::Math::OdeSolverEulerImplicit
setNewtonRaphsonMaximumIteration(size_t maximumIteration)SurgSim::Math::OdeSolverEulerImplicitvirtual
solve(double dt, const OdeState &currentState, OdeState *newState, bool computeCompliance=true) overrideSurgSim::Math::OdeSolverEulerImplicitvirtual
~OdeSolver()SurgSim::Math::OdeSolverinlinevirtual