PRISMS-PF Manual v3.0-pre
All Classes Functions Variables Enumerations Pages
dofHandler< dim > Class Template Reference

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).
 

Detailed Description

template<int dim>
class dofHandler< dim >

Class that manages the deal.II DoFHandlers.


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