35 #include <lifev/eta/array/ETMatrixElemental.hpp> 52 for (
UInt iRow (0); iRow < nbRow; ++iRow)
96 out <<
" Local matrix : " << M_nbRow <<
" x " << M_nbColumn << std::endl;
101 out <<
"[" << i <<
"][" << j <<
"] " << M_rawData[i][j] <<
" ";
void updateInverseJacobian(const UInt &iQuadPt)
void showMe(std::ostream &out=std::cout) const
Ouput method for the sizes and the stored values.
void zero()
Put zero all the data stored.
virtual ~ETMatrixElemental()
Destructor.
ETMatrixElemental(const UInt &nbRow, const UInt &nbCol)
Constructor with the minimal interface: number of columns and of rows are provided.
double Real
Generic real data.
ETMatrixElemental(const ETMatrixElemental &mat)
Copy constructor (including deep copy of the data)
class ETMatrixElemental A class for describing an elemental matrix
uint32_type UInt
generic unsigned integer (used mainly for addressing)