NeoN
A framework for CFD software
Loading...
Searching...
No Matches
include
NeoN
core
primitives
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
8
namespace
NeoN
9
{
10
11
template
<
typename
T>
12
KOKKOS_INLINE_FUNCTION T
one
();
13
14
template
<
typename
T>
15
KOKKOS_INLINE_FUNCTION T
zero
();
16
17
18
}
NeoN
Definition
array.hpp:19
NeoN::zero
KOKKOS_INLINE_FUNCTION T zero()
NeoN::one
KOKKOS_INLINE_FUNCTION T one()
Generated by
1.9.8