Searched refs:e_glo (Results 1 – 1 of 1) sorted by relevance
215 …PetscInt *e_glo = NULL; /* Global indices of element nodes (in local element order) */ in main() local269 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()