|
DUBeat 1.0.1
High-order discontinuous Galerkin methods and applications to cardiac electrophysiology
|
#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"

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 |
Definition in file dof_handler_DG.hpp.
| using active_cell_iterator = typename ActiveSelector::active_cell_iterator |
Definition at line 49 of file dof_handler_DG.hpp.
| using ActiveSelector = dealii::internal::DoFHandlerImplementation:: Iterators<lifex::dim, lifex::dim, false> |
Definition at line 47 of file dof_handler_DG.hpp.