Searched refs:points_container (Results 1 – 2 of 2) sorted by relevance
2003 PointsMap points_container; member in mfem::Poly_1D
7650 if (points_container.find(btype) == points_container.end()) in GetPoints()7652 points_container[btype] = new Array<double*>(h_mt); in GetPoints()7654 Array<double*> &pts = *points_container[btype]; in GetPoints()7694 for (PointsMap::iterator it = points_container.begin(); in ~Poly_1D()7695 it != points_container.end() ; ++it) in ~Poly_1D()