Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx137 …batch_sz, const PetscInt num_grids, PetscInt a_numCells[], PetscInt a_species_offset[], PetscInt a… in LandauKokkosStaticDataSet() argument
156 PetscInt nfloc = a_species_offset[grid + 1] - a_species_offset[grid]; in LandauKokkosStaticDataSet()
163 Nftot = a_species_offset[num_grids]; in LandauKokkosStaticDataSet()
221 …ostSpace, Kokkos::MemoryTraits<Kokkos::Unmanaged>> h_species_offset(a_species_offset, num_grids + … in LandauKokkosStaticDataSet()
381 …tscLogEvent events[], const PetscInt a_mat_offset[], const PetscInt a_species_offset[], Mat subJ[]… in LandauKokkosJacobian() argument
473 int Nfloc = a_species_offset[grid + 1] - a_species_offset[grid]; in LandauKokkosJacobian()
496 PetscInt nfloc = a_species_offset[grid + 1] - a_species_offset[grid]; in LandauKokkosJacobian()
808 … const PetscInt loc_Nf = a_species_offset[grid + 1] - a_species_offset[grid], totDim = loc_Nf * Nb; in LandauKokkosJacobian()