Reference documentation for deal.II version 9.6.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
internal::LinearOperatorImplementation::ReinitHelper< LinearAlgebra::TpetraWrappers::Vector< Number, MemorySpace > > Class Template Reference

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

Static Public Member Functions

template<typename Matrix >
static void reinit_range_vector (const Matrix &matrix, LinearAlgebra::TpetraWrappers::Vector< Number, MemorySpace > &v, bool omit_zeroing_entries)
 
template<typename Matrix >
static void reinit_domain_vector (const Matrix &matrix, LinearAlgebra::TpetraWrappers::Vector< Number, MemorySpace > &v, bool omit_zeroing_entries)
 

Detailed Description

template<typename Number, typename MemorySpace>
class internal::LinearOperatorImplementation::ReinitHelper< LinearAlgebra::TpetraWrappers::Vector< Number, MemorySpace > >

A helper class used internally in linear_operator.h. Specialization for LinearAlgebra::TpetraWrappers::Vector<Number, MemorySpace>.

Definition at line 1501 of file trilinos_tpetra_vector.h.

Member Function Documentation

◆ reinit_range_vector()

template<typename Number , typename MemorySpace >
template<typename Matrix >
static void internal::LinearOperatorImplementation::ReinitHelper< LinearAlgebra::TpetraWrappers::Vector< Number, MemorySpace > >::reinit_range_vector ( const Matrix & matrix,
LinearAlgebra::TpetraWrappers::Vector< Number, MemorySpace > & v,
bool omit_zeroing_entries )
inlinestatic

Definition at line 1507 of file trilinos_tpetra_vector.h.

◆ reinit_domain_vector()

template<typename Number , typename MemorySpace >
template<typename Matrix >
static void internal::LinearOperatorImplementation::ReinitHelper< LinearAlgebra::TpetraWrappers::Vector< Number, MemorySpace > >::reinit_domain_vector ( const Matrix & matrix,
LinearAlgebra::TpetraWrappers::Vector< Number, MemorySpace > & v,
bool omit_zeroing_entries )
inlinestatic

Definition at line 1519 of file trilinos_tpetra_vector.h.


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