15 #include "../config/config.hpp"
21 struct findpts_data_2;
22 struct findpts_data_3;
59 void Setup(
Mesh &m,
double bb_t,
double newt_tol,
int npt_max);
105 #endif //MFEM_USE_GSLIB
107 #endif //MFEM_GSLIB guard
void FindPoints(Vector &point_pos, Array< unsigned int > &codes, Array< unsigned int > &proc_ids, Array< unsigned int > &elem_ids, Vector &ref_pos, Vector &dist)
Class for grid function - Vector with associated FE space.
struct findpts_data_3 * fdata3D
void Setup(Mesh &m, double bb_t, double newt_tol, int npt_max)
void GetNodeValues(const GridFunction &gf_in, Vector &node_vals)
void Interpolate(Array< unsigned int > &codes, Array< unsigned int > &proc_ids, Array< unsigned int > &elem_ids, Vector &ref_pos, const GridFunction &field_in, Vector &field_out)
struct findpts_data_2 * fdata2D