Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex59.c462 PetscInt xloc, yloc, zloc, xyloc, xyzloc; in GLLStuffs() local
574 xyzloc = xloc * yloc * zloc; in GLLStuffs()
577 PetscCall(MatSetSizes(glldata->elem_mat, xyzloc, xyzloc, xyzloc, xyzloc)); in GLLStuffs()
579 PetscCall(MatSeqAIJSetPreallocation(glldata->elem_mat, xyzloc, NULL)); /* overestimated */ in GLLStuffs()