Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2891 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
[all …]