MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "Mesquite.hpp"
#include "PatchData.hpp"
#include "SphericalDomain.hpp"
#include "BoundedCylinderDomain.hpp"
#include <cppunit/extensions/HelperMacros.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | PatchDataTestNormals |
Defines | |
#define | ASSERT_VECTORS_EQUAL(A, B) CPPUNIT_ASSERT( ( ( A ) - ( B ) ).length() < EPSILON ) |
Functions | |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION (PatchDataTestNormals,"PatchDataTestNormals") | |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION (PatchDataTestNormals,"Unit") | |
Variables | |
const double | EPSILON = 1e-6 |
#define ASSERT_VECTORS_EQUAL | ( | A, | |
B | |||
) | CPPUNIT_ASSERT( ( ( A ) - ( B ) ).length() < EPSILON ) |
Definition at line 9 of file PatchDataTestNormals.cpp.
Referenced by PatchDataTestNormals::test_get_corner_normals_bounded_domain(), PatchDataTestNormals::test_get_corner_normals_infinite_domain(), PatchDataTestNormals::test_get_element_normals_bounded_domain(), and PatchDataTestNormals::test_get_element_normals_infinite_domain().
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | PatchDataTestNormals | , |
"PatchDataTestNormals" | |||
) |
const double EPSILON = 1e-6 |
Definition at line 8 of file PatchDataTestNormals.cpp.