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"

Go to the source code of this file.

Classes

class  hp2D::ArrayQuadWeights
 Class to represent the quadrature weights on all quadrature points. More...
 
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::KarniadakisDeriv2
 Part of the multidimensional expansion bases for the shape functions of Karniadakis and Sherwin. More...
 
class  hp2D::l2::Quad< F >
 A 2D FEM element: a quad. More...
 
class  hp2D::Quad< F >
 A 2D FEM element: a quad. More...
 
class  hp2D::l2::QuadShapeFunctions
 A class for holding the shape functions of nodal elements on quadrilaterials for a particular polynomials degree (ie. More...
 
class  hp2D::QuadShapeFunctions
 A class for holding the shape functions of nodal elements on quadrilaterials for a particular polynomials degree (ie. More...
 

Namespaces

 hp2D
 2D hp-FEM for H1-conforming elements.
 
 hp2D::l2
 2D hp-FEM for L2-conforming elements.
 

Functions

void hp2D::setQuadrature (enum concepts::intRule rule, uint noP)
 Tensor integration setter routine in hp2D for hp2D::IntegrableQuads. More...
 

Detailed Description

Quadrilateral element for 2D hp FEM

Definition in file quad.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich