Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx251 …auto Eq_m = new Kokkos::View<PetscReal *, Kokkos::LayoutLeft>("Eq_m", Nftot); // allocat… in LandauKokkosStaticDataSet() local
310 auto Eq_m = static_cast<Kokkos::View<PetscReal *, Kokkos::LayoutLeft> *>(SData_d->Eq_m); in LandauKokkosStaticDataClear() local
/petsc/include/
H A Dpetsclandau.h75 void *Eq_m; // ns - dynamic member
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c91 PetscReal Eq_m[LANDAU_MAX_SPECIES]; // could be static data w/o quench (ex2) in LandauFormJacobian_Internal() local