Reference documentation for deal.II version 9.5.0
\(\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::Vector > Class Reference

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

Static Public Member Functions

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

Detailed Description

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

Definition at line 514 of file petsc_vector.h.

Member Function Documentation

◆ reinit_range_vector()

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

Definition at line 519 of file petsc_vector.h.

◆ reinit_domain_vector()

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

Definition at line 529 of file petsc_vector.h.


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