moments.hh File Reference
#include "geometry.hh"
#include "basics/typedefs.hh"
#include "hp2D/space.hh"
#include "patches.hh"
#include "innerResidual.hh"
#include "hp2D/neumannTraceSpace.hh"
#include "hp1D.hh"
#include "operator.hh"
#include "toolbox/hashMap.hh"
#include "formula/exceptions.hh"
#include "basics/exceptions.hh"
#include "geometry/cell.hh"
#include "space/element.hh"
#include "space/formula.hh"
#include "formula/parsedFormula.hh"
#include <limits>
Go to the source code of this file.
Classes | |
class | hp2D::ApproxMoments< F > |
class | hp2D::EquilibratedMomentsAO< F > |
Namespaces | |
hp2D | |
2D hp-FEM for H1-conforming elements. | |
Macros | |
#define | EPS std::numeric_limits<double>::epsilon() |
Detailed Description
Class representing ApproxMoments in recalled notation. Meaning it uses the TraceType MEAN and a NeumannTraceSpace, that is not based on a SingleSpace anymore.
The Mean is due to the first underlying element of the NeumannTraceElement. on its sign this results in a check in a product of (-1) or 1 later with uelm check.
Definition in file moments.hh.
Macro Definition Documentation
◆ EPS
#define EPS std::numeric_limits<double>::epsilon() |
Definition at line 44 of file moments.hh.