Home
last modified time | relevance | path

Searched refs:numPointsOfInterest (Results 1 – 5 of 5) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/examples/advanced/
H A DCoupleMGen.cpp206 int numPointsOfInterest = 0; in main() local
221 numPointsOfInterest = (int)targ_verts.size(); in main()
226 rval = mbc.locate_points(&vpos[0], numPointsOfInterest, 0, toler);MB_CHK_ERR(rval); in main()
234 std::vector<double> field(numPointsOfInterest); in main()
240 for (int i=0; i<numPointsOfInterest; i++) in main()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/mbcoupler/
H A Dmbcoupler_test.cpp543 int numPointsOfInterest = 0; in test_interpolation() local
561 numPointsOfInterest = (int)targ_verts.size(); in test_interpolation()
565 …nk "<< pcs[0]->proc_config().proc_rank() << " points of interest: " << numPointsOfInterest << "\n"; in test_interpolation()
566 result = mbc.locate_points(&vpos[0], numPointsOfInterest, 0, toler);MB_CHK_ERR(result); in test_interpolation()
572 … result = mbc.get_gl_points_on_elements(targ_elems, vpos, numPointsOfInterest);MB_CHK_ERR(result); in test_interpolation()
573 …nk "<< pcs[0]->proc_config().proc_rank() << " points of interest: " << numPointsOfInterest << "\n"; in test_interpolation()
579 std::vector<double> field(numPointsOfInterest); in test_interpolation()
647 int ntot = numPointsOfInterest / targ_elems.size(); in test_interpolation()
H A Ddatacoupler_test.cpp566 int numPointsOfInterest = 0; in test_interpolation() local
588 numPointsOfInterest = (int)targ_verts.size(); in test_interpolation()
597 std::cout << " points of interest: " << numPointsOfInterest << "\n"; in test_interpolation()
598 result = dc.locate_points(&vpos[0], numPointsOfInterest, toler); in test_interpolation()
604 std::vector<double> field(numPointsOfInterest); in test_interpolation()
H A DCoupler.hpp420 … get_gl_points_on_elements(Range &targ_elems, std::vector<double> &vpos, int &numPointsOfInterest);
H A DCoupler.cpp1867 …::get_gl_points_on_elements(Range &targ_elems, std::vector<double> &vpos, int &numPointsOfInterest) in get_gl_points_on_elements() argument
1869 numPointsOfInterest = targ_elems.size() * _ntot; in get_gl_points_on_elements()
1870 vpos.resize(3 * numPointsOfInterest); in get_gl_points_on_elements()