[P]arallel [Hi]gh-order [Li]brary for [P]DEs  Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
PHiLiP::MeshErrorEstimateBase< dim, real, MeshType > Class Template Referenceabstract

Abstract class to estimate error for mesh adaptation. More...

#include <mesh_error_estimate.h>

Inheritance diagram for PHiLiP::MeshErrorEstimateBase< dim, real, MeshType >:
Collaboration diagram for PHiLiP::MeshErrorEstimateBase< dim, real, MeshType >:

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.
 

Detailed Description

template<int dim, typename real, typename MeshType = dealii::parallel::distributed::Triangulation<dim>>
class PHiLiP::MeshErrorEstimateBase< dim, real, MeshType >

Abstract class to estimate error for mesh adaptation.

Definition at line 31 of file mesh_error_estimate.h.


The documentation for this class was generated from the following files: