Home
last modified time | relevance | path

Searched defs:colbuf (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c556 PetscInt nloc, nzl, colbuf[1024], row; in LandauFormJacobian_Internal() local
1932 PetscInt nloc, nzl, *colbuf, row, COL_BF_SIZE = 1024; in LandauCreateJacobianMatrix() local
2620 PetscInt nloc, nzl, *colbuf, COL_BF_SIZE = 1024, row; in DMPlexLandauCreateMassMatrix() local
/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx795 …offset = LAND_MOFFSET(b_id, grid, batch_sz, num_grids, a_mat_offset), nloc, nzl, colbuf[1024], row; in LandauKokkosJacobian() local