#include <deal.II/lac/trilinos_parallel_block_vector.h>
Static Public Member Functions | |
template<typename Matrix> | |
static void | reinit_range_vector (const Matrix &matrix, TrilinosWrappers::MPI::BlockVector &v, bool omit_zeroing_entries) |
template<typename Matrix> | |
static void | reinit_domain_vector (const Matrix &matrix, TrilinosWrappers::MPI::BlockVector &v, bool omit_zeroing_entries) |
static void | reinit_range_vector (const Matrix &matrix, TrilinosWrappers::MPI::BlockVector &v, bool omit_zeroing_entries) |
static void | reinit_domain_vector (const Matrix &matrix, TrilinosWrappers::MPI::BlockVector &v, bool omit_zeroing_entries) |
A helper class used internally in linear_operator.h. Specialization for TrilinosWrappers::MPI::BlockVector.
Definition at line 471 of file trilinos_parallel_block_vector.h.
|
inlinestatic |
Definition at line 476 of file trilinos_parallel_block_vector.h.
|
inlinestatic |
Definition at line 487 of file trilinos_parallel_block_vector.h.
|
inlinestatic |
Initializes a vector v of the Range space to be directly usable as the destination parameter in an application of vmult. Similar to the reinit functions of the vector classes, the boolean determines whether a fast initialization is done, i.e., if it is set to false the content of the vector is set to 0.
The generic version of this class just calls Vector::reinit()
with the result of Matrix::m()
.
Definition at line 1058 of file linear_operator.h.
|
inlinestatic |
Initializes a vector of the Domain space to be directly usable as the source parameter in an application of vmult. Similar to the reinit functions of the vector classes, the boolean determines whether a fast initialization is done, i.e., if it is set to false the content of the vector is set to 0.
The generic version of this class just calls Vector::reinit()
with the result of Matrix::n()
.
Definition at line 1078 of file linear_operator.h.