Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex71.c215 …PetscInt *e_glo = NULL; /* Global indices of element nodes (in local element order) */ in main() local
269 PetscCall(PetscMalloc1(nel * nen, &e_glo)); in main()
270 PetscCall(ISLocalToGlobalMappingApplyBlock(map, nen * nel, e_loc, e_glo)); in main()
324 for (j = 0; j < nen; j++) idxs[j] = e_glo[i * nen + ord[j]]; in main()
511 PetscCall(PetscFree(e_glo)); in main()