Home
last modified time | relevance | path

Searched refs:clone_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
202 PetscCall(VecGetLocalSize(cloneX, &clone_num_x)); in CheckOffsets()
203clone_num_x, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, "Cloned DM coordinate size (%" PetscInt_FMT ") d… in CheckOffsets()