The SystemMatrixAssembler class provides an interface for defining system matrix assemblers.
More...
The SystemMatrixAssembler class provides an interface for defining system matrix assemblers.
Definition at line 135 of file system_solvers_large.hpp.
◆ getBlockSize()
virtual int bitpit::SystemMatrixAssembler::getBlockSize |
( |
| ) |
const |
|
pure virtual |
◆ getColCount()
virtual long bitpit::SystemMatrixAssembler::getColCount |
( |
| ) |
const |
|
pure virtual |
◆ getColElementCount()
virtual long bitpit::SystemMatrixAssembler::getColElementCount |
( |
| ) |
const |
|
pure virtual |
◆ getColGlobalCount()
virtual long bitpit::SystemMatrixAssembler::getColGlobalCount |
( |
| ) |
const |
|
pure virtual |
◆ getColGlobalElementCount()
virtual long bitpit::SystemMatrixAssembler::getColGlobalElementCount |
( |
| ) |
const |
|
pure virtual |
◆ getColGlobalElementOffset()
virtual long bitpit::SystemMatrixAssembler::getColGlobalElementOffset |
( |
| ) |
const |
|
pure virtual |
◆ getColGlobalOffset()
virtual long bitpit::SystemMatrixAssembler::getColGlobalOffset |
( |
| ) |
const |
|
pure virtual |
◆ getCommunicator()
virtual const MPI_Comm & bitpit::SystemMatrixAssembler::getCommunicator |
( |
| ) |
const |
|
pure virtual |
◆ getMaxRowNZCount()
virtual long bitpit::SystemMatrixAssembler::getMaxRowNZCount |
( |
| ) |
const |
|
pure virtual |
◆ getOptions()
virtual AssemblyOptions bitpit::SystemMatrixAssembler::getOptions |
( |
| ) |
const |
|
pure virtual |
◆ getRowCount()
virtual long bitpit::SystemMatrixAssembler::getRowCount |
( |
| ) |
const |
|
pure virtual |
◆ getRowData()
◆ getRowElementCount()
virtual long bitpit::SystemMatrixAssembler::getRowElementCount |
( |
| ) |
const |
|
pure virtual |
◆ getRowGlobalCount()
virtual long bitpit::SystemMatrixAssembler::getRowGlobalCount |
( |
| ) |
const |
|
pure virtual |
◆ getRowGlobalElementCount()
virtual long bitpit::SystemMatrixAssembler::getRowGlobalElementCount |
( |
| ) |
const |
|
pure virtual |
◆ getRowGlobalElementOffset()
virtual long bitpit::SystemMatrixAssembler::getRowGlobalElementOffset |
( |
| ) |
const |
|
pure virtual |
◆ getRowGlobalOffset()
virtual long bitpit::SystemMatrixAssembler::getRowGlobalOffset |
( |
| ) |
const |
|
pure virtual |
◆ getRowNZCount()
virtual long bitpit::SystemMatrixAssembler::getRowNZCount |
( |
long | rowIndex | ) |
const |
|
pure virtual |
◆ getRowPattern()
virtual void bitpit::SystemMatrixAssembler::getRowPattern |
( |
long | rowIndex, |
|
|
ConstProxyVector< long > * | pattern ) const |
|
pure virtual |
◆ getRowValues()
virtual void bitpit::SystemMatrixAssembler::getRowValues |
( |
long | rowIndex, |
|
|
ConstProxyVector< double > * | values ) const |
|
pure virtual |
◆ isPartitioned()
virtual bool bitpit::SystemMatrixAssembler::isPartitioned |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file:
---
layout: doxygen_footer
---