MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "Mesquite.hpp"
#include "LPtoPTemplate.hpp"
#include "PMeanPTemplate.hpp"
#include "IdealWeightInverseMeanRatio.hpp"
#include "InstructionQueue.hpp"
#include "FeasibleNewton.hpp"
#include "ConjugateGradient.hpp"
#include "MeshImpl.hpp"
#include "QualityAssessor.hpp"
#include "TerminationCriterion.hpp"
#include "UnitUtil.hpp"
#include "meshfiles.h"
#include "cppunit/extensions/HelperMacros.h"
#include <iostream>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | BCDTest |
Typedefs | |
typedef FeasibleNewton | SolverType |
Functions | |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION (BCDTest,"BCDTest") | |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION (BCDTest,"Regression") | |
Variables | |
const char | HEX_MESH [] = "3D/vtk/hexes/untangled/1000hex-block-internal-bias.vtk" |
const char | TET_MESH [] = "3D/vtk/tets/untangled/tire.vtk" |
Definition in file BCDTest.cpp.
typedef FeasibleNewton SolverType |
Definition at line 55 of file BCDTest.cpp.
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | BCDTest | , |
"BCDTest" | |||
) |
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | BCDTest | , |
"Regression" | |||
) |
const char HEX_MESH[] = "3D/vtk/hexes/untangled/1000hex-block-internal-bias.vtk" |
Definition at line 53 of file BCDTest.cpp.
Referenced by BCDTest::test_lp_to_p_hex(), and BCDTest::test_p_mean_p_hex().
const char TET_MESH[] = "3D/vtk/tets/untangled/tire.vtk" |
Definition at line 54 of file BCDTest.cpp.
Referenced by BCDTest::test_lp_to_p_tet(), and BCDTest::test_p_mean_p_tet().