PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
solver.hpp File Reference
#include <KokkosBatched_Copy_Decl.hpp>
#include <Kokkos_Core.hpp>
#include <Kokkos_Profiling_ScopedRegion.hpp>
#include "common/concepts.hpp"
#include "common/types.hpp"
#include "interpolator.hxx"
#include "solver/utils/getters.hpp"
#include "solver/utils/serial_ops.hpp"
#include "solver/utils/serial_solve.hpp"
#include "solver/utils/team_ops.hpp"
#include "utils/utils.hpp"

Go to the source code of this file.

Namespaces

namespace  PACMAN
 
namespace  PACMAN::RbfPum
 

Macros

#define VIEW_ALLOC(name)
 

Macro Definition Documentation

◆ VIEW_ALLOC

#define VIEW_ALLOC (   name)
Value:
Kokkos::view_alloc(ExecSpace{}, Kokkos::WithoutInitializing, \
_region_name + "::" + name)

Definition at line 21 of file solver.hpp.