NeoN
A framework for CFD software
Loading...
Searching...
No Matches
traits.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2// SPDX-FileCopyrightText: 2025 NeoN authors
3
4#pragma once
5
6#include <Kokkos_Core.hpp> // IWYU pragma: keep
7
8namespace NeoN
9{
10
11template<typename T>
12KOKKOS_INLINE_FUNCTION T one();
13
14template<typename T>
15KOKKOS_INLINE_FUNCTION T zero();
16
17
18}
Definition array.hpp:19
KOKKOS_INLINE_FUNCTION T zero()
KOKKOS_INLINE_FUNCTION T one()