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