Searched refs:isforest (Results 1 – 1 of 1) sorted by relevance
4550 PetscBool isforest; in DMForestTransferVecFromBase_pforest() local4555 PetscCall(DMIsForest(dmIn, &isforest)); in DMForestTransferVecFromBase_pforest()4556 …PetscCheck(isforest, PetscObjectComm((PetscObject)dmIn), PETSC_ERR_SUP, "Cannot currently transfer… in DMForestTransferVecFromBase_pforest()