Reference documentation for deal.II version 9.0.0
|
#include <deal.II/lac/trilinos_block_sparse_matrix.h>
Public Types | |
typedef PayloadBlockType | BlockType |
Public Member Functions | |
template<typename... Args> | |
TrilinosBlockPayload (const Args &...) | |
This is an extension class to BlockLinearOperators for Trilinos block sparse matrices.
Definition at line 602 of file trilinos_block_sparse_matrix.h.
typedef PayloadBlockType TrilinosWrappers::internal::BlockLinearOperatorImplementation::TrilinosBlockPayload< PayloadBlockType >::BlockType |
Type of payload held by each subblock
Definition at line 608 of file trilinos_block_sparse_matrix.h.
|
inline |
Default constructor
This simply checks that the payload for each block has been chosen correctly (i.e. is of type TrilinosPayload). Apart from this, this class does not do anything in particular and needs no special configuration, we have only one generic constructor that can be called under any conditions.
Definition at line 620 of file trilinos_block_sparse_matrix.h.