#include <BaseAssemblingMatrixAccumulator.h>
◆ d_factor
template<core::matrixaccumulator::Contribution c> 
 
Factor applied to matrix entries. This factor depends on the ODE solver and the associated component. 
 
 
◆ d_matrixSize
template<core::matrixaccumulator::Contribution c> 
 
Size of the local matrix. 
 
 
◆ d_positionInGlobalMatrix
template<core::matrixaccumulator::Contribution c> 
 
Position of this local matrix in the global matrix. 
 
 
◆ m_cachedFactor
template<core::matrixaccumulator::Contribution c> 
 
 
◆ m_cachedPositionInGlobalMatrix
template<core::matrixaccumulator::Contribution c> 
 
 
◆ m_globalMatrix
template<core::matrixaccumulator::Contribution c> 
 
 
◆ BaseAssemblingMatrixAccumulator()
template<core::matrixaccumulator::Contribution c> 
  
  | 
        
          | BaseAssemblingMatrixAccumulator::BaseAssemblingMatrixAccumulator |  | protected | 
 
 
◆ addContributionsToMatrix()
template<core::matrixaccumulator::Contribution c> 
 
 
◆ getMatrixSize()
template<core::matrixaccumulator::Contribution c> 
      
 
 
◆ getPositionInGlobalMatrix()
template<core::matrixaccumulator::Contribution c> 
      
 
 
◆ setFactor()
template<core::matrixaccumulator::Contribution c> 
      
        
          | void BaseAssemblingMatrixAccumulator::setFactor | ( | SReal | factor | ) |  | 
      
 
 
◆ setGlobalMatrix()
template<core::matrixaccumulator::Contribution c> 
      
 
 
◆ setMatrixSize()
template<core::matrixaccumulator::Contribution c> 
  
  | 
        
          | void BaseAssemblingMatrixAccumulator::setMatrixSize | ( | const sofa::type::Vec2u & | matrixSize | ) |  |  | virtual | 
 
 
◆ setPositionInGlobalMatrix()
template<core::matrixaccumulator::Contribution c> 
      
        
          | void BaseAssemblingMatrixAccumulator::setPositionInGlobalMatrix | ( | const sofa::type::Vec2u & | pos | ) |  | 
      
 
 
◆ SOFA_CLASS()
template<core::matrixaccumulator::Contribution c>