HyperHDG
|
Define how errors are evaluated. More...
#include <bernoulli_beams.hxx>
Public Types | |
typedef std::array< lSol_float_t, 1U > | error_t |
Define the typename returned by function errors. More... | |
Static Public Member Functions | |
static error_t | initial_error () |
Define how initial error is generated. More... | |
static error_t | sum_error (error_t &summed_error, const error_t &new_error) |
Define how local errors should be accumulated. More... | |
static error_t | postprocess_error (error_t &summed_error) |
Define how global errors should be postprocessed. More... | |
Define how errors are evaluated.
typedef std::array<lSol_float_t, 1U> LocalSolver::LengtheningBernoulliBendingBeam< hyEdge_dimT, space_dim, poly_deg, quad_deg, lSol_float_t >::error_def::error_t |
Define the typename returned by function errors.
|
inlinestatic |
Define how initial error is generated.
|
inlinestatic |
Define how global errors should be postprocessed.
|
inlinestatic |
Define how local errors should be accumulated.