hexahedron.hh File Reference
#include <iostream>
#include <memory>
#include "basics/typedefs.hh"
#include "basics/vectorsMatrices.hh"
#include "toolbox/array.hh"
#include "geometry/cell3D.hh"
#include "geometry/integral.hh"
#include "integration/quadRule.hh"
#include "integration/karniadakis.hh"
#include "space/tmatrix.hh"
#include "space/hpMethod.hh"
#include "element.hh"
#include "hexahedronGraphics.hh"
#include <map>
Go to the source code of this file.
Classes | |
class | hp3D::ArrayHexaWeights |
Class to represent the quadrature weights on all quadrature points. More... | |
class | hp3D::Hexahedron |
A 3D FEM element: a hexahedron. More... | |
Namespaces | |
hp3D | |
3D hp-FEM for H1-conforming elements. | |
Detailed Description
Hexahedral element for 3D hp FEM
Definition in file hexahedron.hh.