Lines Matching refs:dofPerDim
2891 static PetscErrorCode DMPforestGetTransferSF_Internal(DM coarse, DM fine, const PetscInt dofPerDim[… in DMPforestGetTransferSF_Internal() argument
2911 if (dofPerDim[i] != 1) { in DMPforestGetTransferSF_Internal()
2946 for (e = startC; e < endC; e++) PetscCall(PetscSectionSetDof(rootSection, e, dofPerDim[d])); in DMPforestGetTransferSF_Internal()
2953 for (e = startF; e < endF; e++) PetscCall(PetscSectionSetDof(leafSection, e, dofPerDim[d])); in DMPforestGetTransferSF_Internal()
3006 static PetscErrorCode DMPforestGetTransferSF(DM dmA, DM dmB, const PetscInt dofPerDim[], PetscSF *s… in DMPforestGetTransferSF() argument
3018 PetscCall(DMPforestGetTransferSF(dmB, dmA, dofPerDim, sfBtoA, sfAtoB)); in DMPforestGetTransferSF()
3024 PetscCall(DMPforestGetTransferSF(dmB, dmA, dofPerDim, sfBtoA, sfAtoB)); in DMPforestGetTransferSF()
3028 …if (sfAtoB) PetscCall(DMPforestGetTransferSF_Internal(dmA, dmB, dofPerDim, sfAtoB, PETSC_TRUE, NUL… in DMPforestGetTransferSF()
3029 …if (sfBtoA) PetscCall(DMPforestGetTransferSF_Internal(dmB, dmA, dofPerDim, sfBtoA, (PetscBool)(sfA… in DMPforestGetTransferSF()
3480 PetscInt dofPerDim[4] = {1, 1, 1, 1}; in DMPforestLabelsFinalize() local
3490 PetscCall(DMPforestGetTransferSF(adapt, dm, dofPerDim, &transferForward, &transferBackward)); in DMPforestLabelsFinalize()
4437 PetscInt dofPerDim[4] = {1, 1, 1, 1}; in DMCreateInterpolation_pforest() local
4441 PetscCall(DMPforestGetTransferSF_Internal(dmCoarse, dmFine, dofPerDim, &sf, PETSC_TRUE, &cids)); in DMCreateInterpolation_pforest()
4477 PetscInt dofPerDim[4] = {1, 1, 1, 1}; in DMCreateInjection_pforest() local
4481 PetscCall(DMPforestGetTransferSF_Internal(dmCoarse, dmFine, dofPerDim, &sf, PETSC_TRUE, &cids)); in DMCreateInjection_pforest()
4697 PetscInt dofPerDim[] = {1, 1, 1, 1}; in DMForestTransferVec_pforest() local
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()