MOAB: Mesh Oriented datABase  (version 5.4.1)
SizeTargetMetricTests.cpp
Go to the documentation of this file.
00001 #define TARGET_TEST_GROUP "SizeTargetMetricTests"
00002 #include "TargetMetricTest.hpp"
00003 
00004 using namespace MBMesquite;
00005 
00006 #include "AWSizeNB1.hpp"
00007 #include "AWSizeB1.hpp"
00008 #include "TSizeNB1.hpp"
00009 #include "TSizeB1.hpp"
00010 #include "TTau.hpp"
00011 
00012 //                     NAME       !SHAPE !SIZE !ORIENT BARRIER
00013 TEST_METRIC_WITH_HESS( AWSizeNB1, true, false, true, false, 0.0 );
00014 TEST_METRIC_WITH_GRAD( AWSizeB1, true, false, true, true, 0.0 );
00015 TEST_METRIC_WITH_HESS( TSizeNB1, true, false, true, false, 0.0 );
00016 TEST_METRIC_WITH_HESS( TSizeB1, true, false, true, true, 0.0 );
00017 
00018 TEST_NON_QUALITY_METRIC_WITH_HESS( TTau );
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines