#include <iostream>#include <memory>#include "basics/typedefs.hh"#include "basics/vectorsMatrices.hh"#include "geometry/cell3D.hh"#include "integration/quadrature.hh"#include "integration/karniadakis.hh"#include "space/tmatrix.hh"#include "space/hpMethod.hh"#include "element.hh"#include "hexahedronGraphics.hh"

Go to the source code of this file.
Classes | |
| class | hp3D::Hexahedron |
| A 3D FEM element: a hexahedron. More... | |
Namespaces | |
| namespace | hp3D |
3D hp-FEM for H1-conforming elements. | |
Defines | |
| #define | INTEGRATION_RULE 4 |
| #define INTEGRATION_RULE 4 |
Definition at line 24 of file hexahedron.hh.