Reference documentation for deal.II version 9.6.0
|
This is the complete list of members for MGTwoLevelTransferBase< VectorType >, including all inherited members.
buffer_coarse_embedded | MGTwoLevelTransferBase< VectorType > | mutableprotected |
buffer_fine_embedded | MGTwoLevelTransferBase< VectorType > | mutableprotected |
check_no_subscribers() const noexcept | Subscriptor | private |
compress(VectorType &vec, const VectorOperation::values op) const | MGTwoLevelTransferBase< VectorType > | protected |
counter | Subscriptor | mutableprivate |
counter_map | Subscriptor | mutableprivate |
enable_inplace_operations_if_possible(const std::shared_ptr< const Utilities::MPI::Partitioner > &partitioner_coarse, const std::shared_ptr< const Utilities::MPI::Partitioner > &partitioner_fine)=0 | MGTwoLevelTransferBase< VectorType > | pure virtual |
ExcInUse(int arg1, std::string arg2, std::string arg3) | Subscriptor | static |
ExcNoSubscriber(std::string arg1, std::string arg2) | Subscriptor | static |
fine_element_is_continuous | MGTwoLevelTransferBase< VectorType > | protected |
internal_enable_inplace_operations_if_possible(const std::shared_ptr< const Utilities::MPI::Partitioner > &partitioner_coarse, const std::shared_ptr< const Utilities::MPI::Partitioner > &partitioner_fine, bool &vec_fine_needs_ghost_update, internal::MatrixFreeFunctions::ConstraintInfo< dim, VectorizedArray< Number, width >, IndexType > &constraint_info_coarse, std::vector< unsigned int > &dof_indices_fine) | MGTwoLevelTransferBase< VectorType > | protected |
interpolate(VectorType &dst, const VectorType &src) const =0 | MGTwoLevelTransferBase< VectorType > | pure virtual |
list_subscribers(StreamType &stream) const | Subscriptor | inline |
list_subscribers() const | Subscriptor | |
map_iterator typedef | Subscriptor | private |
map_value_type typedef | Subscriptor | private |
memory_consumption() const =0 | MGTwoLevelTransferBase< VectorType > | pure virtual |
MGTwoLevelTransferBase() | MGTwoLevelTransferBase< VectorType > | |
mutex | Subscriptor | privatestatic |
n_subscriptions() const | Subscriptor | inline |
Number typedef | MGTwoLevelTransferBase< VectorType > | |
object_info | Subscriptor | mutableprivate |
operator=(const Subscriptor &) | Subscriptor | inline |
operator=(Subscriptor &&) noexcept | Subscriptor | |
partitioner_coarse | MGTwoLevelTransferBase< VectorType > | |
partitioner_coarse_embedded | MGTwoLevelTransferBase< VectorType > | protected |
partitioner_fine | MGTwoLevelTransferBase< VectorType > | |
partitioner_fine_embedded | MGTwoLevelTransferBase< VectorType > | protected |
prolongate_and_add(VectorType &dst, const VectorType &src) const | MGTwoLevelTransferBase< VectorType > | |
prolongate_and_add_internal(LinearAlgebra::distributed::Vector< Number > &dst, const LinearAlgebra::distributed::Vector< Number > &src) const =0 | MGTwoLevelTransferBase< VectorType > | protectedpure virtual |
restrict_and_add(VectorType &dst, const VectorType &src) const | MGTwoLevelTransferBase< VectorType > | |
restrict_and_add_internal(LinearAlgebra::distributed::Vector< Number > &dst, const LinearAlgebra::distributed::Vector< Number > &src) const =0 | MGTwoLevelTransferBase< VectorType > | protectedpure virtual |
serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
subscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | Subscriptor | |
Subscriptor() | Subscriptor | inline |
Subscriptor(const Subscriptor &) | Subscriptor | inline |
Subscriptor(Subscriptor &&) noexcept | Subscriptor | |
unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | Subscriptor | |
update_ghost_values(const VectorType &vec) const | MGTwoLevelTransferBase< VectorType > | protected |
validity_pointers | Subscriptor | mutableprivate |
vec_coarse | MGTwoLevelTransferBase< VectorType > | mutableprotected |
vec_fine | MGTwoLevelTransferBase< VectorType > | mutableprotected |
vec_fine_needs_ghost_update | MGTwoLevelTransferBase< VectorType > | protected |
zero_out_ghost_values(const VectorType &vec) const | MGTwoLevelTransferBase< VectorType > | protected |
~Subscriptor() | Subscriptor | virtual |