|
[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Class to compute residual based error. More...
#include <mesh_error_estimate.h>
Public Member Functions | |
| dealii::Vector< real > | compute_cellwise_errors () override |
| Computes maximum residual error in each cell. | |
| ResidualErrorEstimate (std::shared_ptr< DGBase< dim, real, MeshType >> dg_input) | |
| Constructor. | |
Public Member Functions inherited from PHiLiP::MeshErrorEstimateBase< dim, real, MeshType > | |
| MeshErrorEstimateBase (std::shared_ptr< DGBase< dim, real, MeshType > > dg_input) | |
| Constructor. | |
| virtual | ~MeshErrorEstimateBase ()=default |
| Virtual Destructor. | |
Additional Inherited Members | |
Public Attributes inherited from PHiLiP::MeshErrorEstimateBase< dim, real, MeshType > | |
| std::shared_ptr< DGBase< dim, real, MeshType > > | dg |
| Pointer to DGBase. | |
Class to compute residual based error.
Definition at line 56 of file mesh_error_estimate.h.