Reference documentation for deal.II version 9.0.0
|
#include <deal.II/lac/block_linear_operator.h>
Public Types | |
typedef PayloadBlockType | BlockType |
Public Member Functions | |
template<typename... Args> | |
EmptyBlockPayload (const Args &...) | |
A dummy class for BlockLinearOperators that do not require any extensions to facilitate the operations of the block matrix or its subblocks.
This is the Payload class typically associated with deal.II's native BlockSparseMatrix. To use either TrilinosWrappers::BlockSparseMatrix or PETScWrappers::BlockSparseMatrix one must initialize a BlockLinearOperator with their associated BlockPayload.
Definition at line 34 of file block_linear_operator.h.
typedef PayloadBlockType internal::BlockLinearOperatorImplementation::EmptyBlockPayload< PayloadBlockType >::BlockType |
Type of payload held by each subblock
Definition at line 469 of file block_linear_operator.h.
|
inline |
Default constructor
Since 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 479 of file block_linear_operator.h.