Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces
hp2D/edge.hh File Reference

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"
Include dependency graph for edge.hh:
This graph shows which files directly or indirectly include this file:

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.



Detailed Description

hp finite element on edges in 2D

Kersten Schmidt, 2006

Definition in file edge.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)