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

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"

Detailed Description

Author:
Jason Kraftcheck

Definition in file BCDTest.cpp.


Typedef Documentation

Definition at line 55 of file BCDTest.cpp.


Function Documentation


Variable Documentation

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().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines