DUBeat
1.0.1
High-order discontinuous Galerkin methods and applications to cardiac electrophysiology
|
#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"
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... | |
Definition in file DUB_FEM_handler.hpp.