PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
FTInterpZero.hpp
Go to the documentation of this file.
1//
2// This file is subject to the terms and conditions defined in
3// file 'LICENSE', which is part of this source code package.
4//
5
6#pragma once
7
10#include <Kokkos_Core.hpp>
11
12namespace PACMAN {
13
14namespace FiniteElements {
15
28template <typename ExecSpace, int Dim>
30
31 Kokkos::Profiling::pushRegion("FiniteElement::FTInterpZero");
32
33 Kokkos::Profiling::pushRegion("Compute target point FE intersection");
35 Kokkos::Profiling::popRegion(); // Compute target point FE intersection
36
37 Kokkos::Profiling::popRegion(); // FTInterpZero
38}
39} // namespace FiniteElements
40} // namespace PACMAN
ArborX predicate/callback helpers for PACMAN finite-elements kernels.
void FTInterZero(Transfer< ExecSpace, Dim > &transfer)
Interpolate target points from FE cells, zero-filling points outside the source mesh.