Reference documentation for deal.II version 9.5.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
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Types | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
MGTransferMatrixFree< dim, Number > Class Template Reference

#include <deal.II/multigrid/mg_transfer_matrix_free.h>

Inheritance diagram for MGTransferMatrixFree< dim, Number >:
[legend]

Public Member Functions

 MGTransferMatrixFree ()
 
 MGTransferMatrixFree (const MGConstrainedDoFs &mg_constrained_dofs)
 
virtual ~MGTransferMatrixFree () override=default
 
void initialize_constraints (const MGConstrainedDoFs &mg_constrained_dofs)
 
void clear ()
 
void build (const DoFHandler< dim, dim > &dof_handler, const std::vector< std::shared_ptr< const Utilities::MPI::Partitioner > > &external_partitioners=std::vector< std::shared_ptr< const Utilities::MPI::Partitioner > >())
 
void build (const DoFHandler< dim, dim > &dof_handler, const std::function< void(const unsigned int, LinearAlgebra::distributed::Vector< Number > &)> &initialize_dof_vector)
 
virtual void prolongate (const unsigned int to_level, LinearAlgebra::distributed::Vector< Number > &dst, const LinearAlgebra::distributed::Vector< Number > &src) const override
 
virtual void prolongate_and_add (const unsigned int to_level, LinearAlgebra::distributed::Vector< Number > &dst, const LinearAlgebra::distributed::Vector< Number > &src) const override
 
virtual void restrict_and_add (const unsigned int from_level, LinearAlgebra::distributed::Vector< Number > &dst, const LinearAlgebra::distributed::Vector< Number > &src) const override
 
template<typename BlockVectorType2 , int spacedim>
void interpolate_to_mg (const DoFHandler< dim, spacedim > &dof_handler, MGLevelObject< LinearAlgebra::distributed::Vector< Number > > &dst, const BlockVectorType2 &src) const
 
std::size_t memory_consumption () const
 
template<int dim, typename Number2 , int spacedim>
void copy_to_mg (const DoFHandler< dim, spacedim > &dof_handler, MGLevelObject< LinearAlgebra::distributed::Vector< Number > > &dst, const LinearAlgebra::distributed::Vector< Number2 > &src) const
 
template<int dim, typename Number2 , int spacedim>
void copy_from_mg (const DoFHandler< dim, spacedim > &dof_handler, LinearAlgebra::distributed::Vector< Number2 > &dst, const MGLevelObject< LinearAlgebra::distributed::Vector< Number > > &src) const
 
template<int dim, typename Number2 , int spacedim>
void copy_from_mg_add (const DoFHandler< dim, spacedim > &dof_handler, LinearAlgebra::distributed::Vector< Number2 > &dst, const MGLevelObject< LinearAlgebra::distributed::Vector< Number > > &src) const
 
void set_component_to_block_map (const std::vector< unsigned int > &map)
 
void print_indices (std::ostream &os) const
 
virtual void prolongate_and_add (const unsigned int to_level, LinearAlgebra::distributed::Vector< Number > &dst, const LinearAlgebra::distributed::Vector< Number > &src) const
 
template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 
Subscriptor functionality

Classes derived from Subscriptor provide a facility to subscribe to this object. This is mostly used by the SmartPointer class.

void subscribe (std::atomic< bool > *const validity, const std::string &identifier="") const
 
void unsubscribe (std::atomic< bool > *const validity, const std::string &identifier="") const
 
unsigned int n_subscriptions () const
 
template<typename StreamType >
void list_subscribers (StreamType &stream) const
 
void list_subscribers () const
 

Static Public Member Functions

static ::ExceptionBaseExcNoProlongation ()
 
static ::ExceptionBaseExcInUse (int arg1, std::string arg2, std::string arg3)
 
static ::ExceptionBaseExcNoSubscriber (std::string arg1, std::string arg2)
 

Protected Member Functions

template<int dim, typename Number2 , int spacedim>
void copy_to_mg (const DoFHandler< dim, spacedim > &dof_handler, MGLevelObject< LinearAlgebra::distributed::Vector< Number > > &dst, const LinearAlgebra::distributed::Vector< Number2 > &src, const bool solution_transfer) const
 
template<int dim, int spacedim>
void fill_and_communicate_copy_indices (const DoFHandler< dim, spacedim > &dof_handler)
 

Protected Attributes

std::vector< types::global_dof_indexsizes
 
std::vector< Table< 2, unsigned int > > copy_indices
 
std::vector< Table< 2, unsigned int > > solution_copy_indices
 
std::vector< Table< 2, unsigned int > > copy_indices_global_mine
 
std::vector< Table< 2, unsigned int > > solution_copy_indices_global_mine
 
std::vector< Table< 2, unsigned int > > copy_indices_level_mine
 
std::vector< Table< 2, unsigned int > > solution_copy_indices_level_mine
 
bool perform_plain_copy
 
bool perform_renumbered_plain_copy
 
std::vector< unsigned intcomponent_to_block_map
 
SmartPointer< const MGConstrainedDoFs, MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > > > mg_constrained_dofs
 
LinearAlgebra::distributed::Vector< Number > ghosted_global_vector
 
LinearAlgebra::distributed::Vector< Number > solution_ghosted_global_vector
 
MGLevelObject< LinearAlgebra::distributed::Vector< Number > > ghosted_level_vector
 
MGLevelObject< LinearAlgebra::distributed::Vector< Number > > solution_ghosted_level_vector
 
std::function< void(const unsigned int, LinearAlgebra::distributed::Vector< Number > &)> initialize_dof_vector
 

Private Types

using map_value_type = decltype(counter_map)::value_type
 
using map_iterator = decltype(counter_map)::iterator
 

Private Member Functions

template<int degree>
void do_prolongate_add (const unsigned int to_level, LinearAlgebra::distributed::Vector< Number > &dst, const LinearAlgebra::distributed::Vector< Number > &src) const
 
template<int degree>
void do_restrict_add (const unsigned int from_level, LinearAlgebra::distributed::Vector< Number > &dst, const LinearAlgebra::distributed::Vector< Number > &src) const
 
template<int dim, int spacedim>
void assert_built (const DoFHandler< dim, spacedim > &dof_handler) const
 
void check_no_subscribers () const noexcept
 

Private Attributes

unsigned int fe_degree
 
bool element_is_continuous
 
unsigned int n_components
 
unsigned int n_child_cell_dofs
 
std::vector< std::vector< unsigned int > > level_dof_indices
 
std::vector< std::vector< std::pair< unsigned int, unsigned int > > > parent_child_connect
 
std::vector< unsigned intn_owned_level_cells
 
AlignedVector< VectorizedArray< Number > > prolongation_matrix_1d
 
AlignedVector< VectorizedArray< Number > > evaluation_data
 
std::vector< AlignedVector< VectorizedArray< Number > > > weights_on_refined
 
std::vector< std::vector< std::vector< unsigned short > > > dirichlet_indices
 
MGLevelObject< std::shared_ptr< const Utilities::MPI::Partitioner > > vector_partitioners
 
std::atomic< unsigned intcounter
 
std::map< std::string, unsigned intcounter_map
 
std::vector< std::atomic< bool > * > validity_pointers
 
const std::type_info * object_info
 

Static Private Attributes

static std::mutex mutex
 

Detailed Description

template<int dim, typename Number>
class MGTransferMatrixFree< dim, Number >

Implementation of the MGTransferBase interface for which the transfer operations is implemented in a matrix-free way based on the interpolation matrices of the underlying finite element. This requires considerably less memory than MGTransferPrebuilt and can also be considerably faster than that variant.

This class currently only works for tensor-product finite elements based on FE_Q and FE_DGQ elements, including systems involving multiple components of one of these elements. Systems with different elements or other elements are currently not implemented.

Definition at line 56 of file mg_transfer_matrix_free.h.

Member Typedef Documentation

◆ map_value_type

using Subscriptor::map_value_type = decltype(counter_map)::value_type
privateinherited

The data type used in counter_map.

Definition at line 230 of file subscriptor.h.

◆ map_iterator

using Subscriptor::map_iterator = decltype(counter_map)::iterator
privateinherited

The iterator type used in counter_map.

Definition at line 235 of file subscriptor.h.

Constructor & Destructor Documentation

◆ MGTransferMatrixFree() [1/2]

template<int dim, typename Number >
MGTransferMatrixFree< dim, Number >::MGTransferMatrixFree

Constructor without constraint matrices. Use this constructor only with discontinuous finite elements or with no local refinement.

Definition at line 44 of file mg_transfer_matrix_free.cc.

◆ MGTransferMatrixFree() [2/2]

template<int dim, typename Number >
MGTransferMatrixFree< dim, Number >::MGTransferMatrixFree ( const MGConstrainedDoFs mg_constrained_dofs)

Constructor with constraints. Equivalent to the default constructor followed by initialize_constraints().

Definition at line 54 of file mg_transfer_matrix_free.cc.

◆ ~MGTransferMatrixFree()

template<int dim, typename Number >
virtual MGTransferMatrixFree< dim, Number >::~MGTransferMatrixFree ( )
overridevirtualdefault

Destructor.

Member Function Documentation

◆ initialize_constraints()

template<int dim, typename Number >
void MGTransferMatrixFree< dim, Number >::initialize_constraints ( const MGConstrainedDoFs mg_constrained_dofs)

Initialize the constraints to be used in build().

Definition at line 68 of file mg_transfer_matrix_free.cc.

◆ clear()

template<int dim, typename Number >
void MGTransferMatrixFree< dim, Number >::clear

Reset the object to the state it had right after the default constructor.

Definition at line 78 of file mg_transfer_matrix_free.cc.

◆ build() [1/2]

template<int dim, typename Number >
void MGTransferMatrixFree< dim, Number >::build ( const DoFHandler< dim, dim > &  dof_handler,
const std::vector< std::shared_ptr< const Utilities::MPI::Partitioner > > &  external_partitioners = std::vector<std::shared_ptr<const Utilities::MPI::Partitioner>>() 
)

Actually build the information for the prolongation for each level.

The optional second argument of external partitioners allows the user to suggest vector partitioning on the levels. In case the partitioners are found to contain all ghost unknowns that are visited through the transfer, the given partitioners are chosen. This ensures compatibility of vectors during prolongate and restrict with external partitioners as given by the user, which in turn saves some copy operations. However, in case there are unknowns missing – and this is typically the case at some point during h-coarsening since processors will need to drop out and thus children's unknowns on some processor will be needed as ghosts to a parent cell on another processor – the provided external partitioners are ignored and internal variants are used instead.

Definition at line 99 of file mg_transfer_matrix_free.cc.

◆ build() [2/2]

template<int dim, typename Number >
void MGTransferMatrixFree< dim, Number >::build ( const DoFHandler< dim, dim > &  dof_handler,
const std::function< void(const unsigned int, LinearAlgebra::distributed::Vector< Number > &)> &  initialize_dof_vector 
)

Same as above but taking a lambda for initializing vector instead of partitioners.

Definition at line 205 of file mg_transfer_matrix_free.cc.

◆ prolongate()

template<int dim, typename Number >
void MGTransferMatrixFree< dim, Number >::prolongate ( const unsigned int  to_level,
LinearAlgebra::distributed::Vector< Number > &  dst,
const LinearAlgebra::distributed::Vector< Number > &  src 
) const
overridevirtual

Prolongate a vector from level to_level-1 to level to_level using the embedding matrices of the underlying finite element. The previous content of dst is overwritten.

Parameters
to_levelThe index of the level to prolongate to, which is the level of dst.
srcis a vector with as many elements as there are degrees of freedom on the coarser level involved.
dsthas as many elements as there are degrees of freedom on the finer level.

Implements MGTransferBase< LinearAlgebra::distributed::Vector< Number > >.

Definition at line 238 of file mg_transfer_matrix_free.cc.

◆ prolongate_and_add() [1/2]

template<int dim, typename Number >
void MGTransferMatrixFree< dim, Number >::prolongate_and_add ( const unsigned int  to_level,
LinearAlgebra::distributed::Vector< Number > &  dst,
const LinearAlgebra::distributed::Vector< Number > &  src 
) const
overridevirtual

Definition at line 251 of file mg_transfer_matrix_free.cc.

◆ restrict_and_add()

template<int dim, typename Number >
void MGTransferMatrixFree< dim, Number >::restrict_and_add ( const unsigned int  from_level,
LinearAlgebra::distributed::Vector< Number > &  dst,
const LinearAlgebra::distributed::Vector< Number > &  src 
) const
overridevirtual

Restrict a vector from level from_level to level from_level-1 using the transpose operation of the prolongate() method. If the region covered by cells on level from_level is smaller than that of level from_level-1 (local refinement), then some degrees of freedom in dst are active and will not be altered. For the other degrees of freedom, the result of the restriction is added.

Parameters
from_levelThe index of the level to restrict from, which is the level of src.
srcis a vector with as many elements as there are degrees of freedom on the finer level involved.
dsthas as many elements as there are degrees of freedom on the coarser level.

Implements MGTransferBase< LinearAlgebra::distributed::Vector< Number > >.

Definition at line 330 of file mg_transfer_matrix_free.cc.

◆ interpolate_to_mg()

template<int dim, typename Number >
template<typename BlockVectorType2 , int spacedim>
void MGTransferMatrixFree< dim, Number >::interpolate_to_mg ( const DoFHandler< dim, spacedim > &  dof_handler,
MGLevelObject< LinearAlgebra::distributed::Vector< Number > > &  dst,
const BlockVectorType2 &  src 
) const

Interpolate fine-mesh field src to each multigrid level in dof_handler and store the result in dst. This function is different from restriction, where a weighted residual is transferred to a coarser level (transposition of prolongation matrix).

The argument dst has to be initialized with the correct size according to the number of levels of the triangulation.

If an inner vector of dst is empty or has incorrect locally owned size, it will be resized to locally relevant degrees of freedom on each level.

The use of this function is demonstrated in step-66.

◆ memory_consumption()

template<int dim, typename Number >
std::size_t MGTransferMatrixFree< dim, Number >::memory_consumption

Memory used by this object.

Definition at line 681 of file mg_transfer_matrix_free.cc.

◆ do_prolongate_add()

template<int dim, typename Number >
template<int degree>
void MGTransferMatrixFree< dim, Number >::do_prolongate_add ( const unsigned int  to_level,
LinearAlgebra::distributed::Vector< Number > &  dst,
const LinearAlgebra::distributed::Vector< Number > &  src 
) const
private

Perform the prolongation operation.

Definition at line 409 of file mg_transfer_matrix_free.cc.

◆ do_restrict_add()

template<int dim, typename Number >
template<int degree>
void MGTransferMatrixFree< dim, Number >::do_restrict_add ( const unsigned int  from_level,
LinearAlgebra::distributed::Vector< Number > &  dst,
const LinearAlgebra::distributed::Vector< Number > &  src 
) const
private

Performs the restriction operation.

Definition at line 553 of file mg_transfer_matrix_free.cc.

◆ copy_to_mg() [1/2]

template<typename Number >
template<int dim, typename Number2 , int spacedim>
void MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::copy_to_mg ( const DoFHandler< dim, spacedim > &  dof_handler,
MGLevelObject< LinearAlgebra::distributed::Vector< Number > > &  dst,
const LinearAlgebra::distributed::Vector< Number2 > &  src 
) const
inherited

Transfer from a vector on the global grid to vectors defined on each of the levels separately for the active degrees of freedom. In particular, for a globally refined mesh only the finest level in dst is filled as a plain copy of src. All the other level objects are left untouched.

◆ copy_to_mg() [2/2]

template<typename Number >
template<int dim, typename Number2 , int spacedim>
void MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::copy_to_mg ( const DoFHandler< dim, spacedim > &  dof_handler,
MGLevelObject< LinearAlgebra::distributed::Vector< Number > > &  dst,
const LinearAlgebra::distributed::Vector< Number2 > &  src,
const bool  solution_transfer 
) const
protectedinherited

Internal function to perform transfer of residuals or solutions basesd on the flag solution_transfer.

◆ copy_from_mg()

template<typename Number >
template<int dim, typename Number2 , int spacedim>
void MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::copy_from_mg ( const DoFHandler< dim, spacedim > &  dof_handler,
LinearAlgebra::distributed::Vector< Number2 > &  dst,
const MGLevelObject< LinearAlgebra::distributed::Vector< Number > > &  src 
) const
inherited

Transfer from multi-level vector to normal vector.

Copies data from active portions of an MGVector into the respective positions of a Vector<number>. In order to keep the result consistent, constrained degrees of freedom are set to zero.

◆ copy_from_mg_add()

template<typename Number >
template<int dim, typename Number2 , int spacedim>
void MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::copy_from_mg_add ( const DoFHandler< dim, spacedim > &  dof_handler,
LinearAlgebra::distributed::Vector< Number2 > &  dst,
const MGLevelObject< LinearAlgebra::distributed::Vector< Number > > &  src 
) const
inherited

Add a multi-level vector to a normal vector.

Works as the previous function, but probably not for continuous elements.

◆ set_component_to_block_map()

template<typename Number >
void MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::set_component_to_block_map ( const std::vector< unsigned int > &  map)
inherited

If this object operates on BlockVector objects, we need to describe how the individual vector components are mapped to the blocks of a vector. For example, for a Stokes system, we have dim+1 vector components for velocity and pressure, but we may want to use block vectors with only two blocks for all velocities in one block, and the pressure variables in the other.

By default, if this function is not called, block vectors have as many blocks as the finite element has vector components. However, this can be changed by calling this function with an array that describes how vector components are to be grouped into blocks. The meaning of the argument is the same as the one given to the DoFTools::count_dofs_per_component function.

◆ print_indices()

template<typename Number >
void MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::print_indices ( std::ostream &  os) const
inherited

Print the copy index fields for debugging purposes.

Definition at line 410 of file mg_level_global_transfer.cc.

◆ fill_and_communicate_copy_indices()

template<typename Number >
template<int dim, int spacedim>
void MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::fill_and_communicate_copy_indices ( const DoFHandler< dim, spacedim > &  dof_handler)
protectedinherited

Internal function to fill copy_indices*. Called by derived classes.

Definition at line 284 of file mg_level_global_transfer.cc.

◆ assert_built()

template<typename Number >
template<int dim, int spacedim>
void MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::assert_built ( const DoFHandler< dim, spacedim > &  dof_handler) const
privateinherited

This function is called to make sure that build() has been invoked.

◆ prolongate_and_add() [2/2]

void MGTransferBase< LinearAlgebra::distributed::Vector< Number > >::prolongate_and_add ( const unsigned int  to_level,
LinearAlgebra::distributed::Vector< Number > &  dst,
const LinearAlgebra::distributed::Vector< Number > &  src 
) const
virtualinherited

Prolongate a vector from level to_level-1 to level to_level, summing into the previous content of dst.

  • src is a vector with as many elements as there are degrees of freedom on the coarser level involved.
  • dst has as many elements as there are degrees of freedom on the finer level.

Definition at line 206 of file mg_base.cc.

◆ subscribe()

void Subscriptor::subscribe ( std::atomic< bool > *const  validity,
const std::string &  identifier = "" 
) const
inherited

Subscribes a user of the object by storing the pointer validity. The subscriber may be identified by text supplied as identifier.

Definition at line 136 of file subscriptor.cc.

◆ unsubscribe()

void Subscriptor::unsubscribe ( std::atomic< bool > *const  validity,
const std::string &  identifier = "" 
) const
inherited

Unsubscribes a user from the object.

Note
The identifier and the validity pointer must be the same as the one supplied to subscribe().

Definition at line 156 of file subscriptor.cc.

◆ n_subscriptions()

unsigned int Subscriptor::n_subscriptions ( ) const
inlineinherited

Return the present number of subscriptions to this object. This allows to use this class for reference counted lifetime determination where the last one to unsubscribe also deletes the object.

Definition at line 300 of file subscriptor.h.

◆ list_subscribers() [1/2]

template<typename StreamType >
void Subscriptor::list_subscribers ( StreamType &  stream) const
inlineinherited

List the subscribers to the input stream.

Definition at line 317 of file subscriptor.h.

◆ list_subscribers() [2/2]

void Subscriptor::list_subscribers ( ) const
inherited

List the subscribers to deallog.

Definition at line 204 of file subscriptor.cc.

◆ serialize()

template<class Archive >
void Subscriptor::serialize ( Archive &  ar,
const unsigned int  version 
)
inlineinherited

Read or write the data of this object to or from a stream for the purpose of serialization using the BOOST serialization library.

This function does not actually serialize any of the member variables of this class. The reason is that what this class stores is only who subscribes to this object, but who does so at the time of storing the contents of this object does not necessarily have anything to do with who subscribes to the object when it is restored. Consequently, we do not want to overwrite the subscribers at the time of restoring, and then there is no reason to write the subscribers out in the first place.

Definition at line 309 of file subscriptor.h.

◆ check_no_subscribers()

void Subscriptor::check_no_subscribers ( ) const
privatenoexceptinherited

Check that there are no objects subscribing to this object. If this check passes then it is safe to destroy the current object. It this check fails then this function will either abort or print an error message to deallog (by using the AssertNothrow mechanism), but will not throw an exception.

Note
Since this function is just a consistency check it does nothing in release mode.
If this function is called when there is an uncaught exception then, rather than aborting, this function prints an error message to the standard error stream and returns.

Definition at line 53 of file subscriptor.cc.

Member Data Documentation

◆ fe_degree

template<int dim, typename Number >
unsigned int MGTransferMatrixFree< dim, Number >::fe_degree
private

A variable storing the degree of the finite element contained in the DoFHandler passed to build(). The selection of the computational kernel is based on this number.

Definition at line 208 of file mg_transfer_matrix_free.h.

◆ element_is_continuous

template<int dim, typename Number >
bool MGTransferMatrixFree< dim, Number >::element_is_continuous
private

A variable storing whether the element is continuous and there is a joint degree of freedom in the center of the 1d line.

Definition at line 214 of file mg_transfer_matrix_free.h.

◆ n_components

template<int dim, typename Number >
unsigned int MGTransferMatrixFree< dim, Number >::n_components
private

A variable storing the number of components in the finite element contained in the DoFHandler passed to build().

Definition at line 220 of file mg_transfer_matrix_free.h.

◆ n_child_cell_dofs

template<int dim, typename Number >
unsigned int MGTransferMatrixFree< dim, Number >::n_child_cell_dofs
private

A variable storing the number of degrees of freedom on all child cells. It is 2dim*fe.n_dofs_per_cell() for DG elements and somewhat less for continuous elements.

Definition at line 227 of file mg_transfer_matrix_free.h.

◆ level_dof_indices

template<int dim, typename Number >
std::vector<std::vector<unsigned int> > MGTransferMatrixFree< dim, Number >::level_dof_indices
private

This variable holds the indices for cells on a given level, extracted from DoFHandler for fast access. All DoF indices on a given level are stored as a plain array (since this class assumes constant DoFs per cell). To index into this array, use the cell number times dofs_per_cell.

This array first is arranged such that all locally owned level cells come first (found in the variable n_owned_level_cells) and then other cells necessary for the transfer to the next level.

Definition at line 239 of file mg_transfer_matrix_free.h.

◆ parent_child_connect

template<int dim, typename Number >
std::vector<std::vector<std::pair<unsigned int, unsigned int> > > MGTransferMatrixFree< dim, Number >::parent_child_connect
private

A variable storing the connectivity from parent to child cell numbers for each level.

Definition at line 246 of file mg_transfer_matrix_free.h.

◆ n_owned_level_cells

template<int dim, typename Number >
std::vector<unsigned int> MGTransferMatrixFree< dim, Number >::n_owned_level_cells
private

A variable storing the number of cells owned on a given process (sets the bounds for the worker loops) for each level.

Definition at line 252 of file mg_transfer_matrix_free.h.

◆ prolongation_matrix_1d

template<int dim, typename Number >
AlignedVector<VectorizedArray<Number> > MGTransferMatrixFree< dim, Number >::prolongation_matrix_1d
private

This variable holds the one-dimensional embedding (prolongation) matrix from mother element to all the children.

Definition at line 258 of file mg_transfer_matrix_free.h.

◆ evaluation_data

template<int dim, typename Number >
AlignedVector<VectorizedArray<Number> > MGTransferMatrixFree< dim, Number >::evaluation_data
mutableprivate

This variable holds the temporary values for the tensor evaluation

Definition at line 263 of file mg_transfer_matrix_free.h.

◆ weights_on_refined

template<int dim, typename Number >
std::vector<AlignedVector<VectorizedArray<Number> > > MGTransferMatrixFree< dim, Number >::weights_on_refined
private

For continuous elements, restriction is not additive and we need to weight the result at the end of prolongation (and at the start of restriction) by the valence of the degrees of freedom, i.e., on how many elements they appear. We store the data in vectorized form to allow for cheap access. Moreover, we utilize the fact that we only need to store 3dim indices.

Data is organized in terms of each level (outer vector) and the cells on each level (inner vector).

Definition at line 276 of file mg_transfer_matrix_free.h.

◆ dirichlet_indices

template<int dim, typename Number >
std::vector<std::vector<std::vector<unsigned short> > > MGTransferMatrixFree< dim, Number >::dirichlet_indices
private

A variable storing the local indices of Dirichlet boundary conditions on cells for all levels (outer index), the cells within the levels (second index), and the indices on the cell (inner index).

Definition at line 283 of file mg_transfer_matrix_free.h.

◆ vector_partitioners

template<int dim, typename Number >
MGLevelObject<std::shared_ptr<const Utilities::MPI::Partitioner> > MGTransferMatrixFree< dim, Number >::vector_partitioners
private

A vector that holds shared pointers to the partitioners of the transfer. These partitioners might be shared with what was passed in from the outside through build() or be shared with the level vectors inherited from MGLevelGlobalTransfer.

Definition at line 292 of file mg_transfer_matrix_free.h.

◆ sizes

template<typename Number >
std::vector<types::global_dof_index> MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::sizes
protectedinherited

Sizes of the multi-level vectors.

Definition at line 513 of file mg_transfer.h.

◆ copy_indices

template<typename Number >
std::vector<Table<2, unsigned int> > MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::copy_indices
protectedinherited

Mapping for the copy_to_mg() and copy_from_mg() functions. Here only index pairs locally owned is stored.

The data is organized as follows: one table per level. This table has two rows. The first row contains the global index, the second one the level index.

Definition at line 523 of file mg_transfer.h.

◆ solution_copy_indices

template<typename Number >
std::vector<Table<2, unsigned int> > MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::solution_copy_indices
protectedinherited

Same as above, but used to transfer solution vectors.

Definition at line 528 of file mg_transfer.h.

◆ copy_indices_global_mine

template<typename Number >
std::vector<Table<2, unsigned int> > MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::copy_indices_global_mine
protectedinherited

Additional degrees of freedom for the copy_to_mg() function. These are the ones where the global degree of freedom is locally owned and the level degree of freedom is not.

Organization of the data is like for copy_indices.

Definition at line 537 of file mg_transfer.h.

◆ solution_copy_indices_global_mine

template<typename Number >
std::vector<Table<2, unsigned int> > MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::solution_copy_indices_global_mine
protectedinherited

Same as above, but used to transfer solution vectors.

Definition at line 542 of file mg_transfer.h.

◆ copy_indices_level_mine

template<typename Number >
std::vector<Table<2, unsigned int> > MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::copy_indices_level_mine
protectedinherited

Additional degrees of freedom for the copy_from_mg() function. These are the ones where the level degree of freedom is locally owned and the global degree of freedom is not.

Organization of the data is like for copy_indices.

Definition at line 551 of file mg_transfer.h.

◆ solution_copy_indices_level_mine

template<typename Number >
std::vector<Table<2, unsigned int> > MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::solution_copy_indices_level_mine
protectedinherited

Same as above, but used to transfer solution vectors.

Definition at line 556 of file mg_transfer.h.

◆ perform_plain_copy

template<typename Number >
bool MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::perform_plain_copy
protectedinherited

This variable stores whether the copy operation from the global to the level vector is actually a plain copy to the finest level. This means that the grid has no adaptive refinement and the numbering on the finest multigrid level is the same as in the global case.

Definition at line 564 of file mg_transfer.h.

◆ perform_renumbered_plain_copy

template<typename Number >
bool MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::perform_renumbered_plain_copy
protectedinherited

This variable stores whether the copy operation from the global to the level vector is actually a plain copy to the finest level except for a renumbering within the finest level of the degrees of freedom. This means that the grid has no adaptive refinement.

Definition at line 572 of file mg_transfer.h.

◆ component_to_block_map

template<typename Number >
std::vector<unsigned int> MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::component_to_block_map
protectedinherited

The vector that stores what has been given to the set_component_to_block_map() function.

Definition at line 578 of file mg_transfer.h.

◆ mg_constrained_dofs

template<typename Number >
SmartPointer< const MGConstrainedDoFs, MGLevelGlobalTransfer<LinearAlgebra::distributed::Vector<Number> > > MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::mg_constrained_dofs
protectedinherited

The mg_constrained_dofs of the level systems.

Definition at line 586 of file mg_transfer.h.

◆ ghosted_global_vector

template<typename Number >
LinearAlgebra::distributed::Vector<Number> MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::ghosted_global_vector
mutableprotectedinherited

In the function copy_to_mg, we need to access ghosted entries of the global vector for inserting into the level vectors. This vector is populated with those entries.

Definition at line 593 of file mg_transfer.h.

◆ solution_ghosted_global_vector

template<typename Number >
LinearAlgebra::distributed::Vector<Number> MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::solution_ghosted_global_vector
mutableprotectedinherited

Same as above but used when working with solution vectors.

Definition at line 599 of file mg_transfer.h.

◆ ghosted_level_vector

template<typename Number >
MGLevelObject<LinearAlgebra::distributed::Vector<Number> > MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::ghosted_level_vector
mutableprotectedinherited

In the function copy_from_mg, we access all level vectors with certain ghost entries for inserting the result into a global vector.

Definition at line 606 of file mg_transfer.h.

◆ solution_ghosted_level_vector

template<typename Number >
MGLevelObject<LinearAlgebra::distributed::Vector<Number> > MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::solution_ghosted_level_vector
mutableprotectedinherited

Same as above but used when working with solution vectors.

Definition at line 612 of file mg_transfer.h.

◆ initialize_dof_vector

template<typename Number >
std::function<void(const unsigned int, LinearAlgebra::distributed::Vector<Number> &)> MGLevelGlobalTransfer< LinearAlgebra::distributed::Vector< Number > >::initialize_dof_vector
protectedinherited

Function to initialize internal level vectors.

Definition at line 619 of file mg_transfer.h.

◆ counter

std::atomic<unsigned int> Subscriptor::counter
mutableprivateinherited

Store the number of objects which subscribed to this object. Initially, this number is zero, and upon destruction it shall be zero again (i.e. all objects which subscribed should have unsubscribed again).

The creator (and owner) of an object is counted in the map below if HE manages to supply identification.

We use the mutable keyword in order to allow subscription to constant objects also.

This counter may be read from and written to concurrently in multithreaded code: hence we use the std::atomic class template.

Definition at line 219 of file subscriptor.h.

◆ counter_map

std::map<std::string, unsigned int> Subscriptor::counter_map
mutableprivateinherited

In this map, we count subscriptions for each different identification string supplied to subscribe().

Definition at line 225 of file subscriptor.h.

◆ validity_pointers

std::vector<std::atomic<bool> *> Subscriptor::validity_pointers
mutableprivateinherited

In this vector, we store pointers to the validity bool in the SmartPointer objects that subscribe to this class.

Definition at line 241 of file subscriptor.h.

◆ object_info

const std::type_info* Subscriptor::object_info
mutableprivateinherited

Pointer to the typeinfo object of this object, from which we can later deduce the class name. Since this information on the derived class is neither available in the destructor, nor in the constructor, we obtain it in between and store it here.

Definition at line 249 of file subscriptor.h.

◆ mutex

std::mutex Subscriptor::mutex
staticprivateinherited

A mutex used to ensure data consistency when printing out the list of subscribers.

Definition at line 271 of file subscriptor.h.


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