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-FileCopyrightText: 2025 NeoN authors
2
//
3
// SPDX-License-Identifier: MIT
4
5
#pragma once
6
7
#include <Kokkos_Core.hpp>
// IWYU pragma: keep
8
9
namespace
NeoN
10
{
11
12
template
<
typename
T>
13
KOKKOS_INLINE_FUNCTION T
one
();
14
15
template
<
typename
T>
16
KOKKOS_INLINE_FUNCTION T
zero
();
17
18
19
}
NeoN
Definition
array.hpp:20
NeoN::zero
KOKKOS_INLINE_FUNCTION T zero()
NeoN::one
KOKKOS_INLINE_FUNCTION T one()
Generated by
1.9.8