MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Unit tests for SphericalDomain class. More...
#include "Mesquite.hpp"
#include "UnitUtil.hpp"
#include "SphericalDomain.hpp"
#include "ArrayMesh.hpp"
Go to the source code of this file.
Classes | |
class | SphericalDomainTest |
Functions | |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION (SphericalDomainTest,"SphericalDomainTest") | |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION (SphericalDomainTest,"Unit") | |
static void | sphere_point (Vector3D cen, double rad, double theta, double phi, double pt[3]) |
Unit tests for SphericalDomain class.
Definition in file SphericalDomainTest.cpp.
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | SphericalDomainTest | , |
"SphericalDomainTest" | |||
) |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | SphericalDomainTest | , |
"Unit" | |||
) |
static void sphere_point | ( | Vector3D | cen, |
double | rad, | ||
double | theta, | ||
double | phi, | ||
double | pt[3] | ||
) | [static] |
Definition at line 100 of file SphericalDomainTest.cpp.
Referenced by SphericalDomainTest::test_fit_vertices().