Reference documentation for deal.II version 9.1.1
|
#include <deal.II/lac/trilinos_block_sparse_matrix.h>
Public Types | |
using | BlockType = PayloadBlockType |
Public Member Functions | |
template<typename... Args> | |
TrilinosBlockPayload (const Args &...) | |
This is an extension class to BlockLinearOperators for Trilinos block sparse matrices.
Definition at line 621 of file trilinos_block_sparse_matrix.h.
using TrilinosWrappers::internal::BlockLinearOperatorImplementation::TrilinosBlockPayload< PayloadBlockType >::BlockType = PayloadBlockType |
Type of payload held by each subblock
Definition at line 627 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 639 of file trilinos_block_sparse_matrix.h.