Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx473 int Nfloc = a_species_offset[grid + 1] - a_species_offset[grid]; in LandauKokkosJacobian() local
474 if (Nfloc > Nf_max) Nf_max = Nfloc; in LandauKokkosJacobian()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c1502 PetscInt cStart, cEnd, Nfloc = Nf[grid], totDim = Nfloc * Nb; in CreateStaticData() local