DUBeat  1.0.1
High-order discontinuous Galerkin methods and applications to cardiac electrophysiology
DUB_FEM_handler.hpp File Reference
#include <deal.II/base/exceptions.h>
#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 <filesystem>
#include <vector>
#include "DUBValues.hpp"
#include "dof_handler_DG.hpp"
#include "source/geometry/mesh_handler.hpp"
#include "source/init.hpp"
#include "volume_handler_DG.hpp"
Include dependency graph for DUB_FEM_handler.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DUBFEMHandler< basis >
 Class used to discretize analytical solutions as linear combinations of Lagrangian or Dubiner basis. More...
 

Detailed Description