MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "ElementPMeanP.hpp"
#include "VertexPMeanP.hpp"
#include "cppunit/extensions/HelperMacros.h"
#include "PatchDataInstances.hpp"
#include "UnitUtil.hpp"
#include "ElemSampleQM.hpp"
Go to the source code of this file.
Classes | |
class | PMeanPMetricTest |
class | FauxMetric< B > |
Functions | |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION (PMeanPMetricTest,"PMeanPMetricTest") | |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION (PMeanPMetricTest,"Unit") | |
template<typename T > | |
size_t | index_of (const std::vector< T > &v, T a) |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | PMeanPMetricTest | , |
"PMeanPMetricTest" | |||
) |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | PMeanPMetricTest | , |
"Unit" | |||
) |
Definition at line 346 of file PMeanPMetricTest.cpp.
Referenced by PMeanPMetricTest::test_gradient(), and PMeanPMetricTest::test_hessian().
{
return std::find( v.begin(), v.end(), a ) - v.begin();
}