Reference documentation for deal.II version 9.0.0
Public Types | Public Member Functions | List of all members
internal::BlockLinearOperatorImplementation::EmptyBlockPayload< PayloadBlockType > Class Template Reference

#include <deal.II/lac/block_linear_operator.h>

Public Types

typedef PayloadBlockType BlockType
 

Public Member Functions

template<typename... Args>
 EmptyBlockPayload (const Args &...)
 

Detailed Description

template<typename PayloadBlockType>
class internal::BlockLinearOperatorImplementation::EmptyBlockPayload< PayloadBlockType >

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.

Author
Jean-Paul Pelteret, Matthias Maier, 2016

Definition at line 34 of file block_linear_operator.h.

Member Typedef Documentation

◆ BlockType

template<typename PayloadBlockType>
typedef PayloadBlockType internal::BlockLinearOperatorImplementation::EmptyBlockPayload< PayloadBlockType >::BlockType

Type of payload held by each subblock

Definition at line 469 of file block_linear_operator.h.

Constructor & Destructor Documentation

◆ EmptyBlockPayload()

template<typename PayloadBlockType>
template<typename... Args>
internal::BlockLinearOperatorImplementation::EmptyBlockPayload< PayloadBlockType >::EmptyBlockPayload ( const Args &  ...)
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.


The documentation for this class was generated from the following file: