#include <deal.II/base/config.h>
#include <deal.II/base/utilities.h>
#include <deal.II/matrix_free/cuda_matrix_free.templates.h>
Go to the source code of this file.
|
template<int dim, int n_q_points_1d, typename Number , int direction, bool dof_to_quad, bool add, bool in_place, typename ViewTypeIn , typename ViewTypeOut > |
void | Portable::internal::apply (const Kokkos::TeamPolicy< MemorySpace::Default::kokkos_space::execution_space >::member_type &team_member, const Kokkos::View< Number *, MemorySpace::Default::kokkos_space > shape_data, const ViewTypeIn in, ViewTypeOut out) |
|