[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Abstract class to estimate error for mesh adaptation. More...
#include <mesh_error_estimate.h>
Public Member Functions | |
virtual dealii::Vector< real > | compute_cellwise_errors ()=0 |
Computes the vector containing errors in each cell. | |
MeshErrorEstimateBase (std::shared_ptr< DGBase< dim, real, MeshType > > dg_input) | |
Constructor. | |
virtual | ~MeshErrorEstimateBase ()=default |
Virtual Destructor. | |
Public Attributes | |
std::shared_ptr< DGBase< dim, real, MeshType > > | dg |
Pointer to DGBase. | |
Abstract class to estimate error for mesh adaptation.
Definition at line 31 of file mesh_error_estimate.h.