Home
last modified time | relevance | path

Searched refs: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
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 +=() argument
73 void operator+=(const volatile array_type &src) volatile in operator +=() argument
81 typedef array_type<PetscReal> TensorValueType; // used to simplify code below