31 Kokkos::Profiling::pushRegion(
"FiniteElement::FTInterpExtrap");
33 Kokkos::Profiling::pushRegion(
"Compute target point FE intersection");
36 Kokkos::Profiling::popRegion();
38 Kokkos::Profiling::pushRegion(
39 "Compute target point projection on triangulated skin mesh");
41 if constexpr (
Dim == 1) {
43 }
else if constexpr (
Dim == 2) {
45 }
else if constexpr (
Dim == 3) {
48 throw std::runtime_error(
"Unexpected dimension for projection");
50 Kokkos::Profiling::popRegion();
53 Kokkos::Profiling::popRegion();