![]() |
Reference documentation for deal.II version 8.1.0
|
#include <dof_handler_policy.h>
Public Member Functions | |
virtual NumberCache | distribute_dofs (::DoFHandler< dim, spacedim > &dof_handler) const |
virtual void | distribute_mg_dofs (::DoFHandler< dim, spacedim > &dof_handler, std::vector< NumberCache > &number_caches) const |
virtual NumberCache | renumber_dofs (const std::vector< types::global_dof_index > &new_numbers,::DoFHandler< dim, spacedim > &dof_handler) const |
![]() | |
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 101 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 >.
|
virtual |
Distribute multigrid DoFs.
Implements internal::DoFHandler::Policy::PolicyBase< dim, spacedim >.
|
virtual |
Renumber degrees of freedom as specified by the first argument.
Implements internal::DoFHandler::Policy::PolicyBase< dim, spacedim >.