Home
last modified time | relevance | path

Searched refs:tetPatch (Results 1 – 2 of 2) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/
H A DObjectiveFunctionTest.cpp467 PatchData tetPatch; in test_compute_ana_hessian_tet() local
468 create_qm_two_tet_patch(tetPatch,err); in test_compute_ana_hessian_tet()
482 H.initialize(tetPatch, err); CPPUNIT_ASSERT(!err); in test_compute_ana_hessian_tet()
483 …LP2.evaluate_with_Hessian(ObjectiveFunction::CALCULATE, tetPatch, dummy, g, H, err); CPPUNIT_ASSER… in test_compute_ana_hessian_tet()
484 CPPUNIT_ASSERT_EQUAL( tetPatch.num_free_vertices(), g.size() ); in test_compute_ana_hessian_tet()
504 PatchData tetPatch; in test_compute_ana_hessian_tet_scaled() local
505 create_qm_two_tet_patch(tetPatch,err); in test_compute_ana_hessian_tet_scaled()
519 H.initialize(tetPatch, err); CPPUNIT_ASSERT(!err); in test_compute_ana_hessian_tet_scaled()
520 …LP2.evaluate_with_Hessian(ObjectiveFunction::CALCULATE, tetPatch, dummy, g, H, err); CPPUNIT_ASSER… in test_compute_ana_hessian_tet_scaled()
521 CPPUNIT_ASSERT_EQUAL( tetPatch.num_free_vertices(), g.size() ); in test_compute_ana_hessian_tet_scaled()
H A DPatchDataInstances.hpp488 inline void create_qm_two_tet_patch(PatchData &tetPatch, MsqError &err) in create_qm_two_tet_patch() argument
499 tetPatch.fill( 5, coords, 2, TETRAHEDRON, conn, 0, err ); in create_qm_two_tet_patch()