21 #include "libmesh/elem.h"
22 #include "libmesh/hp_singular.h"
23 #include "libmesh/libmesh_logging.h"
24 #include "libmesh/mesh_base.h"
25 #include "libmesh/system.h"
27 #ifdef LIBMESH_ENABLE_AMR
38 LOG_SCOPE(
"select_refinement()",
"HPSingularity");
43 for (
auto & elem :
mesh.active_element_ptr_range())
54 if (elem->contains_point(pt))
65 #endif // #ifdef LIBMESH_ENABLE_AMR