Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/
H A Dforest.c88 PetscBool sameType; in DMIsForest() local
89 PetscCall(PetscObjectTypeCompare((PetscObject)dm, link->name, &sameType)); in DMIsForest()
90 if (sameType) { in DMIsForest()
/petsc/src/dm/impls/stag/
H A Dstag.c580 PetscBool sameType; in DMGetCompatibility_Stag() local
584 PetscCall(PetscStrcmp(DMSTAG, type2, &sameType)); in DMGetCompatibility_Stag()
585 if (!sameType) { in DMGetCompatibility_Stag()
/petsc/src/dm/interface/
H A Ddm.c8942 PetscBool sameType; in DMGetCompatibility() local
8976 PetscCall(PetscStrcmp(type, type2, &sameType)); in DMGetCompatibility()
8977 if (!sameType && dm2->ops->getcompatibility) { in DMGetCompatibility()