formula.hh File Reference
#include "toolbox/sequence.hh"
#include "toolbox/set.hh"
#include "toolbox/hashMap.hh"
#include "geometry/connectorSet.hh"
#include "formula/elementFormula.hh"
#include "space/element.hh"
#include "space/function.hh"
#include "basics/debug.hh"
Go to the source code of this file.
Classes | |
class | concepts::Array< F > |
An array of objects. More... | |
class | hp2D::BaseEdge< F > |
class | hp2D::BaseQuad< F > |
A base of a 2D quad FEM element for different basis functions. More... | |
class | hp2D::ElementFormulaEdgeJump< F > |
Element formula for a jump value on edges of elements of an other element formula. More... | |
class | hp2D::ElementFormulaEdgeMean< F > |
Element formula for a mean value on edges of elements of an other element formula. More... | |
class | hp2D::ElementFormulaInterpGrad< F, dim > |
Element formula for the gradient of an scalar element formula. More... | |
class | hp2D::ElementFormulaInterpGrad< F, 2 > |
class | hp2D::ElementFormulaInterpGradN< F, dim > |
Element formula for the gradient of an scalar element formula. More... | |
class | hp2D::ElementFormulaInterpGradN< F, 2 > |
class | hp2D::ElementFormulaSignNormalVector |
Element formula on 1D elements based on Edge2d returning the 1.0 if the normal vector is the right one and -1.0 otherwise. More... | |
class | hp2D::H1Extension< F > |
Continuous extension of a formula on edges, e.g. More... | |
class | hp2D::Quad< F > |
A 2D FEM element: a quad. More... | |
class | concepts::Vector< F > |
A vector. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
hp2D | |
2D hp-FEM for H1-conforming elements. | |
Macros | |
#define | FormulaFromWeightAppl_D 0 |
#define | FormulaFromWeightConstr_D 0 |
Detailed Description
Element Formula classes in 2D hp FEM
Definition in file formula.hh.
Macro Definition Documentation
◆ FormulaFromWeightAppl_D
#define FormulaFromWeightAppl_D 0 |
Definition at line 22 of file formula.hh.
◆ FormulaFromWeightConstr_D
#define FormulaFromWeightConstr_D 0 |
Definition at line 21 of file formula.hh.