MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <iostream>
#include <string>
#include <map>
#include <set>
#include <vector>
#include <algorithm>
#include <cstdlib>
#include "Mesquite.hpp"
#include "MsqError.hpp"
#include "Vector3D.hpp"
#include "MsqVertex.hpp"
#include "MsqIMesh.hpp"
#include "UnitUtil.hpp"
Go to the source code of this file.
Classes | |
class | iMeshTest |
Functions | |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION (iMeshTest,"iMeshTest") | |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION (iMeshTest,"Unit") | |
Variables | |
const double | vertexCoords [] |
const int | triangleConnectivity [] |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | iMeshTest | , |
"iMeshTest" | |||
) |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | iMeshTest | , |
"Unit" | |||
) |
const int triangleConnectivity[] |
{ 0, 1, 2, 0, 2, 3, 0, 3, 4, 0, 4, 5, 0, 5, 6, 0, 6, 1 }
Referenced by iMeshTest::matchElementConnectivity(), iMeshTest::testElementConnectivity(), iMeshTest::testElementTopology(), iMeshTest::testIntTag(), iMeshTest::testVertexAdjacency(), and iMeshTest::writeVtkFile().
const double vertexCoords[] |
{ 0.00, 0.00, 0.00, 2.00, 0.00, 0.00, 1.00, 1.73, 0.00, -1.00, 1.73, 0.00, -2.00, 0.00, 0.00, -1.00, -1.73, 0.00, 1.00, -1.73, 0.00 }
Referenced by iMeshTest::matchVertexCoordinates(), iMeshTest::testDoubleTag(), iMeshTest::testVertexAdjacency(), iMeshTest::testVertexByte(), and iMeshTest::writeVtkFile().