![]() |
PRISMS-PF Manual v3.0-pre
|
Class that manages the deal.II DoFHandlers. More...
#include <dof_handler.h>
Public Member Functions | |
dofHandler (const userInputParameters< dim > &_user_inputs) | |
Constructor. | |
void | init (const triangulationHandler< dim > &triangulation_handler, const std::map< fieldType, dealii::FESystem< dim > > &fe_system) |
Initialize the DoFHandlers. | |
const std::vector< const dealii::DoFHandler< dim > * > & | get_dof_handlers () const |
Getter function for the DoFHandlers (constant reference). | |
const std::map< unsigned int, dealii::MGLevelObject< dealii::DoFHandler< dim > > > & | get_mg_dof_handlers () const |
Getter function for the multigrid DoFHandlers (constant reference). | |
const dealii::DoFHandler< dim > & | get_mg_dof_handler (unsigned int index, unsigned int level) const |
Getter function for the DoFHandler at a certain field and multigrid level (constant reference). | |
Class that manages the deal.II DoFHandlers.