25 #ifndef DATACOUPLER_HPP
26 #define DATACOUPLER_HPP
68 bool init_locator =
true,
92 const double rel_iter_tol = 1.0e-10,
93 const double abs_iter_tol = 1.0e-10,
94 const double inside_tol = 1.0e-6 );
111 const double rel_iter_tol = 1.0e-10,
112 const double abs_iter_tol = 1.0e-10,
113 const double inside_tol = 1.0e-6 );
133 double* interp_vals = NULL,
134 std::vector< int >* point_indices = NULL,
154 const std::string& tag_name,
155 double* interp_vals = NULL,
156 std::vector< int >* point_indices = NULL,
182 const std::string* tag_names,
183 int* points_per_method,
185 double* interp_vals = NULL,
186 std::vector< int >* point_indices = NULL,
213 int* points_per_method,
215 double* interp_vals = NULL,
216 std::vector< int >* point_indices = NULL,
269 std::vector< int >* point_indices,
273 int num_pts = ( point_indices ? point_indices->size() :
targetEnts.
size() );