|
Nektar++
|
#include "LocalRegions/PointExp.h"#include <LocalRegions/HexExp.h>#include <SpatialDomains/MeshGraph.h>#include <boost/test/tools/floating_point_comparison.hpp>#include <boost/test/unit_test.hpp>Go to the source code of this file.
Namespaces | |
| namespace | Nektar |
| namespace | Nektar::HexExpTests |
Functions | |
| SpatialDomains::SegGeomUniquePtr | Nektar::HexExpTests::CreateSegGeom (unsigned int id, SpatialDomains::PointGeom *v0, SpatialDomains::PointGeom *v1) |
| SpatialDomains::HexGeomUniquePtr | Nektar::HexExpTests::CreateHex (std::array< SpatialDomains::PointGeom *, 8 > v, std::array< SpatialDomains::SegGeomUniquePtr, 12 > &segVec, std::array< SpatialDomains::QuadGeomUniquePtr, 6 > &faceVec) |
| Nektar::HexExpTests::BOOST_AUTO_TEST_CASE (TestHexExpThatIsStdRegion) | |
| Nektar::HexExpTests::BOOST_AUTO_TEST_CASE (TestScaledAndTranslatedHexExp) | |
| Nektar::HexExpTests::BOOST_AUTO_TEST_CASE (TestPointExpThatIsStdRegion) | |