Reference documentation for deal.II version 8.5.1
|
#include <deal.II/dofs/dof_handler_policy.h>
Public Member Functions | |
virtual void | distribute_dofs (::DoFHandler< dim, spacedim > &dof_handler, NumberCache &number_cache) const |
virtual void | distribute_mg_dofs (::DoFHandler< dim, spacedim > &dof_handler, std::vector< NumberCache > &number_caches) const |
virtual void | renumber_dofs (const std::vector< types::global_dof_index > &new_numbers, ::DoFHandler< dim, spacedim > &dof_handler, NumberCache &number_cache) const |
Public Member Functions inherited from internal::DoFHandler::Policy::PolicyBase< dim, spacedim > | |
virtual | ~PolicyBase () |
This class implements the default policy for sequential operations, i.e. for the case where all cells get degrees of freedom.
Definition at line 106 of file dof_handler_policy.h.
|
virtual |
Distribute degrees of freedom on the object given as last argument.
Implements internal::DoFHandler::Policy::PolicyBase< dim, spacedim >.
Reimplemented in internal::DoFHandler::Policy::ParallelShared< dim, spacedim >.
Definition at line 946 of file dof_handler_policy.cc.
|
virtual |
Distribute multigrid DoFs.
Implements internal::DoFHandler::Policy::PolicyBase< dim, spacedim >.
Reimplemented in internal::DoFHandler::Policy::ParallelShared< dim, spacedim >.
Definition at line 980 of file dof_handler_policy.cc.
|
virtual |
Renumber degrees of freedom as specified by the first argument.
Implements internal::DoFHandler::Policy::PolicyBase< dim, spacedim >.
Reimplemented in internal::DoFHandler::Policy::ParallelShared< dim, spacedim >.
Definition at line 1006 of file dof_handler_policy.cc.