#include <deal.II/lac/la_parallel_vector.h>
|
template<typename MatrixType , typename std::enable_if< has_get_mpi_communicator< MatrixType >::value &&has_locally_owned_domain_indices< MatrixType >::value, MatrixType >::type * = nullptr> |
static void | reinit_domain_vector (MatrixType &mat, LinearAlgebra::distributed::Vector< Number > &vec, bool) |
|
template<typename MatrixType , typename std::enable_if< has_initialize_dof_vector< MatrixType >::value, MatrixType >::type * = nullptr> |
static void | reinit_domain_vector (MatrixType &mat, LinearAlgebra::distributed::Vector< Number > &vec, bool omit_zeroing_entries) |
|
template<typename MatrixType , typename std::enable_if< has_get_mpi_communicator< MatrixType >::value &&has_locally_owned_range_indices< MatrixType >::value, MatrixType >::type * = nullptr> |
static void | reinit_range_vector (MatrixType &mat, LinearAlgebra::distributed::Vector< Number > &vec, bool) |
|
template<typename MatrixType , typename std::enable_if< has_initialize_dof_vector< MatrixType >::value, MatrixType >::type * = nullptr> |
static void | reinit_range_vector (MatrixType &mat, LinearAlgebra::distributed::Vector< Number > &vec, bool omit_zeroing_entries) |
|
template<typename Number>
class internal::LinearOperatorImplementation::ReinitHelper< LinearAlgebra::distributed::Vector< Number > >
A helper class used internally in linear_operator.h. Specialization for LinearAlgebra::distributed::Vector.
Definition at line 1833 of file la_parallel_vector.h.
◆ reinit_domain_vector() [1/2]
template<typename Number >
template<typename MatrixType , typename std::enable_if< has_get_mpi_communicator< MatrixType >::value &&has_locally_owned_domain_indices< MatrixType >::value, MatrixType >::type * = nullptr>
◆ reinit_domain_vector() [2/2]
template<typename Number >
template<typename MatrixType , typename std::enable_if< has_initialize_dof_vector< MatrixType >::value, MatrixType >::type * = nullptr>
◆ reinit_range_vector() [1/2]
template<typename Number >
template<typename MatrixType , typename std::enable_if< has_get_mpi_communicator< MatrixType >::value &&has_locally_owned_range_indices< MatrixType >::value, MatrixType >::type * = nullptr>
◆ reinit_range_vector() [2/2]
template<typename Number >
template<typename MatrixType , typename std::enable_if< has_initialize_dof_vector< MatrixType >::value, MatrixType >::type * = nullptr>
The documentation for this class was generated from the following file: