Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex49.c189 PetscInt clone_num_x, num_x; in CheckOffsets() local
201 PetscCall(VecGetLocalSize(X, &num_x)); in CheckOffsets()
203num_x == clone_num_x, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, "Cloned DM coordinate size (%" PetscInt… in CheckOffsets()
208 for (PetscInt i = 0; i < num_x; i++) { in CheckOffsets()