SOFA API  3ea83cbd
Open source framework for multi-physics simuation
sofa::core::behavior::BlocMatrixWriter< TBloc >::BaseMatrixWriter Class Reference

#include <BlocMatrixWriter.h>

Public Member Functions

 BaseMatrixWriter (linearalgebra::BaseMatrix *m, unsigned int offsetL, unsigned int offsetC)
 
void add (unsigned int bi, unsigned int bj, const MatBloc &b)
 

Constructor details

◆ BaseMatrixWriter()

template<typename TBloc >
sofa::core::behavior::BlocMatrixWriter< TBloc >::BaseMatrixWriter::BaseMatrixWriter ( linearalgebra::BaseMatrix m,
unsigned int  offsetL,
unsigned int  offsetC 
)
inline

Function details

◆ add()

template<typename TBloc >
void sofa::core::behavior::BlocMatrixWriter< TBloc >::BaseMatrixWriter::add ( unsigned int  bi,
unsigned int  bj,
const MatBloc b 
)
inline