Lines Matching refs:dmOut

4693 static PetscErrorCode DMForestTransferVec_pforest(DM dmIn, Vec vecIn, DM dmOut, Vec vecOut, PetscBo…  in DMForestTransferVec_pforest()  argument
4703 forestOut = (DM_Forest *)dmOut->data; in DMForestTransferVec_pforest()
4706 PetscCall(DMForestGetAdaptivityForest(dmOut, &adaptOut)); in DMForestTransferVec_pforest()
4707 PetscCall(DMForestGetAdaptivityPurpose(dmOut, &purposeOut)); in DMForestTransferVec_pforest()
4717 … PetscCall(DMPforestGetTransferSF_Internal(dmIn, dmOut, dofPerDim, &inSF, PETSC_TRUE, &inCids)); in DMForestTransferVec_pforest()
4722 … PetscCall(DMPforestGetTransferSF_Internal(dmOut, dmIn, dofPerDim, &outSF, PETSC_TRUE, &outCids)); in DMForestTransferVec_pforest()
4726 … PetscCall(DMPforestGetTransferSF_Internal(dmIn, dmOut, dofPerDim, &inSF, PETSC_TRUE, &inCids)); in DMForestTransferVec_pforest()
4727 … PetscCall(DMPforestGetTransferSF_Internal(dmOut, dmIn, dofPerDim, &outSF, PETSC_FALSE, &outCids)); in DMForestTransferVec_pforest()
4734 … PetscCall(DMPforestGetTransferSF_Internal(dmOut, dmIn, dofPerDim, &outSF, PETSC_TRUE, &inCids)); in DMForestTransferVec_pforest()
4739 … PetscCall(DMPforestGetTransferSF_Internal(dmIn, dmOut, dofPerDim, &inSF, PETSC_TRUE, &inCids)); in DMForestTransferVec_pforest()
4743 … PetscCall(DMPforestGetTransferSF_Internal(dmIn, dmOut, dofPerDim, &inSF, PETSC_TRUE, &inCids)); in DMForestTransferVec_pforest()
4744 … PetscCall(DMPforestGetTransferSF_Internal(dmOut, dmIn, dofPerDim, &outSF, PETSC_FALSE, &outCids)); in DMForestTransferVec_pforest()
4750 PetscCall(DMPforestGetPlex(dmOut, &plexOut)); in DMForestTransferVec_pforest()