DUBeat  1.0.1
High-order discontinuous Galerkin methods and applications to cardiac electrophysiology
compute_errors_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 <time.h>
#include <cmath>
#include <cstdlib>
#include <filesystem>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include "DUBValues.hpp"
#include "dof_handler_DG.hpp"
Include dependency graph for compute_errors_DG.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ComputeErrorsDG< basis >
 Class to compute the errors between the numerical solution (solution_owned) and the exact solution (solution_ex_owned). More...
 

Detailed Description