Searched refs:sameType (Results 1 – 3 of 3) sorted by relevance
88 PetscBool sameType; in DMIsForest() local89 PetscCall(PetscObjectTypeCompare((PetscObject)dm, link->name, &sameType)); in DMIsForest()90 if (sameType) { in DMIsForest()
580 PetscBool sameType; in DMGetCompatibility_Stag() local584 PetscCall(PetscStrcmp(DMSTAG, type2, &sameType)); in DMGetCompatibility_Stag()585 if (!sameType) { in DMGetCompatibility_Stag()
8942 PetscBool sameType; in DMGetCompatibility() local8976 PetscCall(PetscStrcmp(type, type2, &sameType)); in DMGetCompatibility()8977 if (!sameType && dm2->ops->getcompatibility) { in DMGetCompatibility()