MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "BoundedCylinderDomain.hpp"
#include "MsqError.hpp"
#include "MeshImpl.hpp"
#include "MsqVertex.hpp"
#include <cppunit/extensions/HelperMacros.h>
#include <vector>
#include <algorithm>
#include <cstdlib>
#include <cstdio>
#include <iostream>
Go to the source code of this file.
Classes | |
class | BoundedCylinderDomainTest |
Defines | |
#define | ASSERT_VECTORS_EQUAL(A, B) CPPUNIT_ASSERT( ( ( A ) - ( B ) ).length() < EPSILON ) |
Functions | |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION (BoundedCylinderDomainTest,"BoundedCylinderDomainTest") | |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION (BoundedCylinderDomainTest,"Unit") | |
Variables | |
const double | EPSILON = 1e-6 |
const char | vtk_file [] = "9 9 9 9\n" |
#define ASSERT_VECTORS_EQUAL | ( | A, | |
B | |||
) | CPPUNIT_ASSERT( ( ( A ) - ( B ) ).length() < EPSILON ) |
Definition at line 13 of file BoundedCylinderDomainTest.cpp.
Referenced by BoundedCylinderDomainTest::test_x_snap_to(), and BoundedCylinderDomainTest::test_z_snap_to().
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | BoundedCylinderDomainTest | , |
"BoundedCylinderDomainTest" | |||
) |
const double EPSILON = 1e-6 |
Definition at line 12 of file BoundedCylinderDomainTest.cpp.
const char vtk_file[] = "9 9 9 9\n" |
Definition at line 172 of file BoundedCylinderDomainTest.cpp.