hp finite element on edges in 2D More...
#include <iostream>#include <memory>#include "basics/typedefs.hh"#include "basics/outputOperator.hh"#include "basics/vectorsMatrices.hh"#include "geometry/cell1D.hh"#include "geometry/elementMaps.hh"#include "geometry/integral.hh"#include "integration/quadRule.hh"#include "space/tmatrix.hh"#include "space/hpMethod.hh"#include "space/integral.hh"#include "hp1D/element.hh"#include "integration/karniadakis.hh"

Go to the source code of this file.
Classes | |
| class | hp2D::QuadEdgeBase |
| Static class to construct an element hp2D::Edge out of an hp2D::Quad. More... | |
| class | hp2D::QuadEdgeFirst |
| class | hp2D::QuadEdgeJump |
| class | hp2D::QuadEdgeMean |
Namespaces | |
| namespace | hp2D |
Eddy-Current Model in 2D in h-formulation. | |