Home
last modified time | relevance | path

Searched refs:interp_vals (Results 1 – 10 of 10) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/mbcoupler/
H A DDataCoupler.hpp120 double *interp_vals = NULL,
142 double *interp_vals = NULL,
172 double *interp_vals = NULL,
202 double *interp_vals = NULL,
241 double *interp_vals, in interpolate() argument
248 interp_vals, point_indices, normalize); in interpolate()
H A DDataCoupler.cpp93 double *interp_vals, in interpolate() argument
102 return interpolate(method, tag, interp_vals, point_indices, normalize); in interpolate()
109 double *interp_vals, in interpolate() argument
190 std::copy(TLinterp.vr_rd, TLinterp.vr_rd + TLinterp.get_n()*max_tsize, interp_vals); in interpolate()
197 double *tmp_dbl = interp_vals; in interpolate()
205 if (!interp_vals) { in interpolate()
226 if (!interp_vals) in interpolate()
234 if (!interp_vals) { in interpolate()
H A DCoupler.hpp134 double *interp_vals,
156 double *interp_vals,
185 double *interp_vals,
214 double *interp_vals,
533 double *interp_vals, in interpolate() argument
539 interp_vals, tl, normalize); in interpolate()
H A DCoupler.cpp610 double *interp_vals, in interpolate() argument
623 return interpolate(method, tag, interp_vals, tl, normalize); in interpolate()
630 double *interp_vals, in interpolate() argument
702 interp_vals[tinterp.vi_rd[5*i + 1]] = tinterp.vr_rd[i]; in interpolate()
/dports/math/mfem/mfem-4.3/miniapps/gslib/
H A Dfield-interp.cpp287 Vector interp_vals(nodes_cnt*tar_ncomp); in main() local
290 finder.Interpolate(vxyz, *func_source, interp_vals); in main()
297 func_target = interp_vals; in main()
314 elem_dof_vals(j+d*nsp) = interp_vals(d*nsp*NE + i*nsp + j); in main()
336 elem_dof_vals(j*tar_ncomp+d) = interp_vals(d*nsp*NE + i*nsp + j); in main()
H A Dfindpts.cpp213 Vector interp_vals(pts_cnt*vec_dim); in main() local
217 finder.Interpolate(vxyz, field_vals, interp_vals); in main()
235 max_err = std::max(max_err, fabs(exact_val(j) - interp_vals[npt])); in main()
H A Dpfindpts.cpp241 Vector interp_vals(pts_cnt*vec_dim); in main() local
244 finder.Interpolate(vxyz, field_vals, interp_vals); in main()
267 max_err = std::max(max_err, fabs(exact_val(j) - interp_vals(npt))); in main()
/dports/math/mfem/mfem-4.3/miniapps/navier/
H A Dnavier_cht.cpp305 Vector interp_vals(vxyz.Size()); in main() local
310 finder.Interpolate(vxyz, color_array, *u_gf, interp_vals); in main()
316 *u_gf = interp_vals; in main()
363 finder.Interpolate(vxyz, color_array, *u_gf, interp_vals); in main()
366 *u_gf = interp_vals; in main()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Dtest_field_covariance_utils.cpp605 RealVector interp_vals; in test_linear_interpolate_1d_no_extrapolation() local
609 field_pts, interp_vals, interp_grads, interp_hessians ); in test_linear_interpolate_1d_no_extrapolation()
610 interp_vals -= field_vals; in test_linear_interpolate_1d_no_extrapolation()
615 diff -= interp_vals; in test_linear_interpolate_1d_no_extrapolation()
665 RealVector interp_vals; in test_linear_interpolate_1d_with_extrapolation() local
669 field_pts, interp_vals, interp_grads, interp_hessians ); in test_linear_interpolate_1d_with_extrapolation()
670 interp_vals -= field_vals; in test_linear_interpolate_1d_with_extrapolation()
675 diff -= interp_vals; in test_linear_interpolate_1d_with_extrapolation()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DExperimentDataUtils.cpp98 RealVector interp_vals; in interpolate_simulation_field_data() local
102 exp_coords, interp_vals, interp_grads, in interpolate_simulation_field_data()
105 size_t field_size = interp_vals.length(); in interpolate_simulation_field_data()
107 copy_field_data(interp_vals, interp_grads, interp_hessians, in interpolate_simulation_field_data()