Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Dgr2.c677 PetscBool compatible, compatibleSet; in VecView_MPI_DA() local
681 PetscCall(DMGetCompatibility(da, (DM)dmvtk, &compatible, &compatibleSet)); in VecView_MPI_DA()
682 …PetscCheck(compatibleSet && compatible, PetscObjectComm((PetscObject)da), PETSC_ERR_ARG_INCOMP, "C… in VecView_MPI_DA()
/petsc/src/dm/impls/stag/
H A Dstagutils.c813 PetscBool compatible, compatibleSet; in DMStagMigrateVec() local
824 PetscCall(DMGetCompatibility(dm, dmTo, &compatible, &compatibleSet)); in DMStagMigrateVec()
825 …PetscCheck(compatibleSet && compatible, PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_INCOMP, "D… in DMStagMigrateVec()