|
| using | ResetFlag = ProfiledBlockMatrixBuilderOptions::ResetFlag |
|
| | ProfiledFixedBlockMatrixBuilder (IMatrix &matrix, const ResetFlag reset_values) |
| MatrixElement | operator() (const Integer iIndex, const Integer jIndex) |
| void | addData (const Integer iIndex, const Integer jIndex, ConstArray2View< Real > value) |
| void | addData (const Integer iIndex, const Integer jIndex, const Real factor, ConstArray2View< Real > value) |
| void | setData (const Integer iIndex, const Integer jIndex, ConstArray2View< Real > value) |
| void | finalize () |
|
|
| ProfiledFixedBlockMatrixBuilder (const ProfiledFixedBlockMatrixBuilder &) |
| bool | isLocal (Integer jIndex) |
◆ ResetFlag
| using Alien::Common::ProfiledFixedBlockMatrixBuilder::ResetFlag = ProfiledBlockMatrixBuilderOptions::ResetFlag |
◆ ProfiledFixedBlockMatrixBuilder()
| Alien::Common::ProfiledFixedBlockMatrixBuilder::ProfiledFixedBlockMatrixBuilder |
( |
IMatrix & | matrix, |
|
|
const ResetFlag | reset_values ) |
◆ ~ProfiledFixedBlockMatrixBuilder()
| Alien::Common::ProfiledFixedBlockMatrixBuilder::~ProfiledFixedBlockMatrixBuilder |
( |
| ) |
|
|
virtual |
◆ addData() [1/2]
| void Alien::Common::ProfiledFixedBlockMatrixBuilder::addData |
( |
const Integer | iIndex, |
|
|
const Integer | jIndex, |
|
|
const Real | factor, |
|
|
ConstArray2View< Real > | value ) |
◆ addData() [2/2]
| void Alien::Common::ProfiledFixedBlockMatrixBuilder::addData |
( |
const Integer | iIndex, |
|
|
const Integer | jIndex, |
|
|
ConstArray2View< Real > | value ) |
◆ finalize()
| void Alien::Common::ProfiledFixedBlockMatrixBuilder::finalize |
( |
| ) |
|
◆ isLocal()
| bool Alien::Common::ProfiledFixedBlockMatrixBuilder::isLocal |
( |
Integer | jIndex | ) |
|
|
inlineprivate |
◆ operator()()
| MatrixElement Alien::Common::ProfiledFixedBlockMatrixBuilder::operator() |
( |
const Integer | iIndex, |
|
|
const Integer | jIndex ) |
|
inline |
◆ setData()
| void Alien::Common::ProfiledFixedBlockMatrixBuilder::setData |
( |
const Integer | iIndex, |
|
|
const Integer | jIndex, |
|
|
ConstArray2View< Real > | value ) |
◆ m_block_size
| Integer Alien::Common::ProfiledFixedBlockMatrixBuilder::m_block_size |
|
private |
◆ m_cols
| ConstArrayView<Integer> Alien::Common::ProfiledFixedBlockMatrixBuilder::m_cols |
|
private |
◆ m_finalized
| bool Alien::Common::ProfiledFixedBlockMatrixBuilder::m_finalized |
|
private |
◆ m_local_offset
| Integer Alien::Common::ProfiledFixedBlockMatrixBuilder::m_local_offset |
|
private |
◆ m_local_row_size
| ConstArrayView<Integer> Alien::Common::ProfiledFixedBlockMatrixBuilder::m_local_row_size |
|
private |
◆ m_local_size
| Integer Alien::Common::ProfiledFixedBlockMatrixBuilder::m_local_size |
|
private |
◆ m_matrix
| IMatrix& Alien::Common::ProfiledFixedBlockMatrixBuilder::m_matrix |
|
private |
◆ m_matrix_impl
| SimpleCSRMatrix<Real>* Alien::Common::ProfiledFixedBlockMatrixBuilder::m_matrix_impl |
|
private |
◆ m_next_offset
| Integer Alien::Common::ProfiledFixedBlockMatrixBuilder::m_next_offset |
|
private |
◆ m_row_starts
| ConstArrayView<Integer> Alien::Common::ProfiledFixedBlockMatrixBuilder::m_row_starts |
|
private |
◆ m_values
| ArrayView<Real> Alien::Common::ProfiledFixedBlockMatrixBuilder::m_values |
|
private |
The documentation for this class was generated from the following files: