|
template<typename MatrixType , typename std::enable_if< has_get_mpi_communicator< MatrixType > &&has_locally_owned_domain_indices< MatrixType >, 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 >, 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 > &&has_locally_owned_range_indices< MatrixType >, 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 >, 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 1890 of file la_parallel_vector.h.