Lines Matching refs:setup
108 …PetscCheck(!com->setup, PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_WRONGSTATE, "Packer has al… in DMSetUp_Composite()
129 com->setup = PETSC_TRUE; in DMSetUp_Composite()
196 if (!com->setup) PetscCall(DMSetUp(dm)); in DMCompositeGetAccess()
260 if (!com->setup) PetscCall(DMSetUp(dm)); in DMCompositeGetAccessArray()
323 if (!com->setup) PetscCall(DMSetUp(dm)); in DMCompositeGetLocalAccessArray()
382 if (!com->setup) PetscCall(DMSetUp(dm)); in DMCompositeRestoreAccess()
430 if (!com->setup) PetscCall(DMSetUp(dm)); in DMCompositeRestoreAccessArray()
479 if (!com->setup) PetscCall(DMSetUp(dm)); in DMCompositeRestoreLocalAccessArray()
527 if (!com->setup) PetscCall(DMSetUp(dm)); in DMCompositeScatter()
583 if (!com->setup) PetscCall(DMSetUp(dm)); in DMCompositeScatterArray()
637 if (!com->setup) PetscCall(DMSetUp(dm)); in DMCompositeGather()
694 if (!com->setup) PetscCall(DMSetUp(dm)); in DMCompositeGatherArray()
744 …PetscCheck(!com->setup, PetscObjectComm((PetscObject)dmc), PETSC_ERR_ARG_WRONGSTATE, "Cannot add a… in DMCompositeAddDM()
843 if (!com->setup) { in DMCreateLocalVector_Composite()
1534 if (!com->setup) PetscCall(DMSetUp(dm)); in DMGlobalToLocalBegin_Composite()
1589 if (!com->setup) PetscCall(DMSetUp(dm)); in DMLocalToGlobalBegin_Composite()
1643 if (!com->setup) PetscCall(DMSetUp(dm)); in DMLocalToLocalBegin_Composite()
1723 p->ops->setup = DMSetUp_Composite; in DMCreate_Composite()