MOAB: Mesh Oriented datABase  (version 5.4.1)
BoundedCylinderDomainTest.cpp File Reference
#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>
+ Include dependency graph for BoundedCylinderDomainTest.cpp:

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 Documentation

#define ASSERT_VECTORS_EQUAL (   A,
 
)    CPPUNIT_ASSERT( ( ( A ) - ( B ) ).length() < EPSILON )

Function Documentation

CPPUNIT_TEST_SUITE_NAMED_REGISTRATION ( BoundedCylinderDomainTest  ,
"BoundedCylinderDomainTest"   
)

Variable Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines