adamantine
Public Types | List of all members
adamantine::internal::Data2D< extent_0, extent_1 > Struct Template Reference

#include <MaterialProperty.hh>

Public Types

using type = double[extent_0][extent_1]
 

Detailed Description

template<int extent_0, int extent_1>
struct adamantine::internal::Data2D< extent_0, extent_1 >

Two dimensional datatype for Kokkos::View: double[extent_0][extent_1]

Definition at line 44 of file MaterialProperty.hh.

Member Typedef Documentation

◆ type

template<int extent_0, int extent_1>
using adamantine::internal::Data2D< extent_0, extent_1 >::type = double[extent_0][extent_1]

Definition at line 46 of file MaterialProperty.hh.