SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::core::behavior::DampingMatrixAccumulator Class Reference

#include <BaseLocalForceFieldMatrix.h>

Inheritance diagram for sofa::core::behavior::DampingMatrixAccumulator:

Additional Inherited Members

- Public Member Functions inherited from sofa::core::MatrixAccumulatorInterface
virtual ~MatrixAccumulatorInterface ()=default
 
virtual void add (sofa::SignedIndex, sofa::SignedIndex, float)
 
virtual void add (sofa::SignedIndex, sofa::SignedIndex, double)
 
virtual void add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 1, 1, float > &value)
 
virtual void add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 1, 1, double > &value)
 
virtual void add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 2, 2, float > &value)
 
virtual void add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 2, 2, double > &value)
 
virtual void add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 3, 3, float > &value)
 
virtual void add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 3, 3, double > &value)
 
virtual void add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 6, 6, float > &value)
 
virtual void add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 6, 6, double > &value)
 
virtual void clear ()
 
template<sofa::Size L, sofa::Size C, class real >
void matAdd (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< L, C, real > &value)
 
virtual void setIndexCheckerStrategy (std::shared_ptr< matrixaccumulator::IndexVerificationStrategy >)