DUBeat  1.0.1
High-order discontinuous Galerkin methods and applications to cardiac electrophysiology
dof_handler_DG.hpp File Reference
#include <deal.II/base/quadrature.h>
#include <deal.II/dofs/dof_handler.h>
#include <deal.II/fe/fe.h>
#include <deal.II/fe/mapping_q1_eulerian.h>
#include <deal.II/lac/trilinos_vector.h>
#include <cmath>
#include <map>
#include <vector>
#include "DUBValues.hpp"
#include "source/init.hpp"
Include dependency graph for dof_handler_DG.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DoFHandlerDG< basis >
 Class to work with global and local degrees of freedom and their mapping. More...
 

Typedefs

using ActiveSelector = dealii::internal::DoFHandlerImplementation::Iterators< lifex::dim, lifex::dim, false >
 
using active_cell_iterator = typename ActiveSelector::active_cell_iterator
 

Detailed Description

Typedef Documentation

◆ active_cell_iterator

using active_cell_iterator = typename ActiveSelector::active_cell_iterator

Definition at line 49 of file dof_handler_DG.hpp.

◆ ActiveSelector

using ActiveSelector = dealii::internal::DoFHandlerImplementation:: Iterators<lifex::dim, lifex::dim, false>

Definition at line 47 of file dof_handler_DG.hpp.