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

Classes | Namespaces
hp2D/quad.hh File Reference
#include <iostream>
#include <memory>
#include "basics/typedefs.hh"
#include "basics/outputOperator.hh"
#include "basics/vectorsMatrices.hh"
#include "geometry/cell2D.hh"
#include "geometry/integral.hh"
#include "integration/quadRule.hh"
#include "space/hpMethod.hh"
#include "element.hh"
#include "integration/karniadakis.hh"
#include "integration/laguerre.hh"
Include dependency graph for quad.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hp2D::BaseQuad< F >
 A base of a 2D quad FEM element for different basis functions. More...
class  hp2D::InfiniteLaguerreQuad
 A 2D FEM element: an infinite quad with basis based on Laguerre functions. More...
class  hp2D::InfiniteQuad
 A 2D FEM element: an infinite quad. More...
class  hp2D::IntegrableQuad
 Class holding the quadrature rule and the cell of a quadrilateral element. More...
class  hp2D::Quad< F >
 A 2D FEM element: a quad. More...
class  hp2D::QuadShapeFunctions
 A class for holding the shape functions of nodal elements on quadrilaterials for a particular polynomials degree (ie. More...

Namespaces

namespace  hp2D
 

Eddy-Current Model in 2D in h-formulation.



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