Home
last modified time | relevance | path

Searched defs:array_type (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx43 struct array_type { struct
44 ScalarType gg2[LANDAU_DIM];
45 ScalarType gg3[LANDAU_DIM][LANDAU_DIM];
48 array_type() in array_type() argument
56 array_type(const array_type &rhs) in array_type() argument
64 array_type &operator+=(const array_type &src) in operator +=()
73 void operator+=(const volatile array_type &src) volatile in operator +=()