Home
last modified time | relevance | path

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

/dports/math/libmesh/libmesh-1.6.2/src/reduced_basis/
H A Drb_parametrized_function.C105 const std::vector<Point> & xyz_vec = xyz_pair.second; in preevaluate_parametrized_function_on_mesh() local
106 n_points += xyz_vec.size(); in preevaluate_parametrized_function_on_mesh()
120 const std::vector<Point> & xyz_vec = xyz_pair.second; in preevaluate_parametrized_function_on_mesh() local
125 auto n_qp = xyz_vec.size(); in preevaluate_parametrized_function_on_mesh()
128 for (unsigned int qp : index_range(xyz_vec)) in preevaluate_parametrized_function_on_mesh()
132 all_xyz_vec[counter] = xyz_vec[qp]; in preevaluate_parametrized_function_on_mesh()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dafni_func.c8460 THD_fvec3 xyz_vec ; in AFNI_hidden_pts_CB() local
8516 &(xyz_vec.xyz[0]),&(xyz_vec.xyz[1]),&(xyz_vec.xyz[2])) ; in AFNI_hidden_pts_CB()
8520 else { ADD_FVEC_TO_VLIST(sv,xyz_vec) ; } in AFNI_hidden_pts_CB()