#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::Hexahedron |
| class | hp3D::ArrayHexaWeights |
Namespaces | |
| namespace | hp3D |
Hexahedral element for 3D hp FEM
Definition in file hexahedron.hh.