Reference documentation for deal.II version GIT relicensing-220-g40aaea9664 2024-03-28 18:00:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
internal::LinearOperatorImplementation::ReinitHelper< PETScWrappers::MPI::BlockVector > Class Reference

Static Public Member Functions

template<typename Matrix >
static void reinit_range_vector (const Matrix &matrix, PETScWrappers::MPI::BlockVector &v, bool)
 
template<typename Matrix >
static void reinit_domain_vector (const Matrix &matrix, PETScWrappers::MPI::BlockVector &v, bool)
 

Detailed Description

A helper class used internally in linear_operator.h. Specialization for PETScWrappers::MPI::BlockVector.

Definition at line 681 of file petsc_block_vector.h.

Member Function Documentation

◆ reinit_range_vector()

template<typename Matrix >
static void internal::LinearOperatorImplementation::ReinitHelper< PETScWrappers::MPI::BlockVector >::reinit_range_vector ( const Matrix &  matrix,
PETScWrappers::MPI::BlockVector v,
bool   
)
inlinestatic

Definition at line 686 of file petsc_block_vector.h.

◆ reinit_domain_vector()

template<typename Matrix >
static void internal::LinearOperatorImplementation::ReinitHelper< PETScWrappers::MPI::BlockVector >::reinit_domain_vector ( const Matrix &  matrix,
PETScWrappers::MPI::BlockVector v,
bool   
)
inlinestatic

Definition at line 696 of file petsc_block_vector.h.


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