Home
last modified time | relevance | path

Searched refs:LandauIdx (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetsclandau.h18 typedef PetscInt LandauIdx; typedef
95 LandauIdx coo_n_cellsTot;
96 LandauIdx coo_size;
97 LandauIdx coo_max_fullnb;
206 LandauIdx gid; // Landau matrix index (<10,000)
209 LandauIdx (*gIdx)[LANDAU_MAX_SPECIES][LANDAU_MAX_NQND]; // #elems * LANDAU_MAX_NQND
210 LandauIdx num_elements;
211 LandauIdx num_reduced;
212 LandauIdx num_face; // (Q or Q^2 for 3D)
/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx97 …w<LandauIdx *[LANDAU_MAX_SPECIES][LANDAU_MAX_NQND], Kokkos::LayoutRight, Kokkos::HostSpace, Kokkos… in LandauKokkosCreateMatMaps()
99 …Kokkos::View<LandauIdx *[LANDAU_MAX_SPECIES][LANDAU_MAX_NQND], Kokkos::LayoutRight> *d_gidx = ne… in LandauKokkosCreateMatMaps()
112 h_maps.gIdx = (LandauIdx(*)[LANDAU_MAX_SPECIES][LANDAU_MAX_NQND])d_gidx->data(); in LandauKokkosCreateMatMaps()
128 …auto b = static_cast<Kokkos::View<LandauIdx *[LANDAU_MAX_SPECIES][LANDAU_MAX_NQND], Kokkos::Layout… in LandauKokkosDestroyMatMaps()
253 …t Kokkos::View<LandauIdx *, Kokkos::LayoutLeft, Kokkos::HostSpace, Kokkos::MemoryTraits<Kokkos::Un… in LandauKokkosStaticDataSet()
254 … coo_elem_offsets = new Kokkos::View<LandauIdx *, Kokkos::Layou… in LandauKokkosStaticDataSet()
255 …st Kokkos::View<LandauIdx *, Kokkos::LayoutLeft, Kokkos::HostSpace, Kokkos::MemoryTraits<Kokkos::U… in LandauKokkosStaticDataSet()
256 … coo_elem_fullNb = new Kokkos::View<LandauIdx *, Kokkos::Layou… in LandauKokkosStaticDataSet()
257 …okkos::View<LandauIdx *, Kokkos::LayoutLeft, Kokkos::HostSpace, Kokkos::MemoryTraits<Kokkos::Unman… in LandauKokkosStaticDataSet()
258 …auto coo_elem_point_offsets = new Kokkos::View<LandauIdx *, Kokkos::LayoutLeft>("coo_elem_point_of… in LandauKokkosStaticDataSet()
[all …]
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c259 LandauIdx *const Idxs = &maps[grid].gIdx[loc_elem][f][0]; in LandauFormJacobian_Internal()
484LandauIdx *coo_elem_offsets = (LandauIdx *)ctx->SData_d.coo_elem_offsets, *coo_elem_fullNb = (Land… in LandauFormJacobian_Internal()
487 LandauIdx *const Idxs = &maps[grid].gIdx[loc_elem][fieldA][0]; in LandauFormJacobian_Internal()
1482LandauIdx *coo_elem_offsets = NULL, *coo_elem_fullNb = NULL, (*coo_elem_point_offsets)[LANDA… in CreateStaticData()
1628 …const LandauIdx *const Idxs = &maps[grid].gIdx[ej][0][0]; // just use field-0 maps, Th… in CreateStaticData()
1657 const LandauIdx *const Idxs = &maps[grid].gIdx[ej][fieldA][0]; in CreateStaticData()
2290LandauIdx *coo_elem_offsets = (LandauIdx *)ctx->SData_d.coo_elem_offsets, *coo_elem_fullNb = (Land… in DMPlexLandauDestroyVelocitySpace()