Lines Matching refs:PetscSectionGetDof
799 if (dof) PetscCall(PetscSectionGetDof(dofSection[0], p, dof)); in PCPatchGetGlobalDofs()
813 PetscCall(PetscSectionGetDof(dofSection[g], p, &fdof)); in PCPatchGetGlobalDofs()
825 if (dof) PetscCall(PetscSectionGetDof(dofSection[f], p, dof)); in PCPatchGetGlobalDofs()
1066 PetscCall(PetscSectionGetDof(pointCounts, v, &dof)); in PCPatchCreateCellPatches()
1068 PetscCall(PetscSectionGetDof(cellCounts, v, &cdof)); in PCPatchCreateCellPatches()
1070 PetscCall(PetscSectionGetDof(intFacetCounts, v, &ifdof)); in PCPatchCreateCellPatches()
1072 PetscCall(PetscSectionGetDof(extFacetCounts, v, &efdof)); in PCPatchCreateCellPatches()
1300 PetscCall(PetscSectionGetDof(cellCounts, v, &dof)); in PCPatchCreateCellPatchDiscretisationInfo()
1379 PetscCall(PetscSectionGetDof(cellNumbering, c, &cell)); in PCPatchCreateCellPatchDiscretisationInfo()
1479 PetscCall(PetscSectionGetDof(cellCounts, v, &dof)); in PCPatchCreateCellPatchDiscretisationInfo()
1481 PetscCall(PetscSectionGetDof(pointCounts, v, &Np)); in PCPatchCreateCellPatchDiscretisationInfo()
1645 PetscCall(PetscSectionGetDof(patch->dofSection[0], p, &dof)); in PCPatchCreateCellPatchDiscretisationInfo()
1666 PetscCall(PetscSectionGetDof(patch->dofSection[f], p, &fdof)); in PCPatchCreateCellPatchDiscretisationInfo()
1708 PetscCall(PetscSectionGetDof(patch->gtolCountsWithArtificial, point + pStart, &rsize)); in PCPatchCreateMatrix_Private()
1713 PetscCall(PetscSectionGetDof(patch->gtolCounts, point + pStart, &rsize)); in PCPatchCreateMatrix_Private()
1741 PetscCall(PetscSectionGetDof(patch->cellCounts, point, &ncell)); in PCPatchCreateMatrix_Private()
1772 PetscCall(PetscSectionGetDof(patch->intFacetCounts, point, &numIntFacets)); in PCPatchCreateMatrix_Private()
1821 PetscCall(PetscSectionGetDof(patch->intFacetCounts, point, &numIntFacets)); in PCPatchCreateMatrix_Private()
1860 PetscCall(PetscSectionGetDof(patch->intFacetCounts, point, &numIntFacets)); in PCPatchCreateMatrix_Private()
1906 PetscCall(PetscSectionGetDof(patch->pointCounts, patchNum, &Np)); in PCPatchComputeFunction_DMPlex_Private()
1948 PetscCall(PetscSectionGetDof(patch->cellCounts, point, &ncell)); in PCPatchComputeFunction_Internal()
1987 PetscCall(PetscSectionGetDof(patch->pointCounts, patchNum, &Np)); in PCPatchComputeOperator_DMPlex_Private()
2037 PetscCall(PetscSectionGetDof(patch->cellCounts, point, &ncell)); in PCPatchComputeOperator_Internal()
2066 PetscCall(PetscSectionGetDof(patch->intFacetCounts, point, &numIntFacets)); in PCPatchComputeOperator_Internal()
2237 PetscCall(PetscSectionGetDof(patch->cellCounts, i, &ncell)); in PCPatchPrecomputePatchTensors_Private()
2294 PetscCall(PetscSectionGetDof(patch->intFacetCounts, i, &nIntFacets)); in PCPatchPrecomputePatchTensors_Private()
2352 PetscCall(PetscSectionGetDof(patch->gtolCountsWithArtificial, p, &dof)); in PCPatch_ScatterLocal_Private()
2356 PetscCall(PetscSectionGetDof(patch->gtolCountsWithAll, p, &dof)); in PCPatch_ScatterLocal_Private()
2360 PetscCall(PetscSectionGetDof(patch->gtolCounts, p, &dof)); in PCPatch_ScatterLocal_Private()
2554 PetscCall(PetscSectionGetDof(patch->gtolCounts, p, &dof)); in PCSetUp_PATCH()
2563 PetscCall(PetscSectionGetDof(patch->gtolCountsWithArtificial, p, &dof)); in PCSetUp_PATCH()
2570 PetscCall(PetscSectionGetDof(patch->gtolCounts, p, &numPatchDofs)); in PCSetUp_PATCH()
2578 … PetscCall(PetscSectionGetDof(patch->gtolCountsWithArtificial, p, &numPatchDofsWithArtificial)); in PCSetUp_PATCH()
2606 PetscCall(PetscSectionGetDof(patch->gtolCounts, p, &numPatchDofs)); in PCSetUp_PATCH()
2614 PetscCall(PetscSectionGetDof(patch->gtolCountsWithAll, p, &numPatchDofsWithAll)); in PCSetUp_PATCH()
2656 PetscCall(PetscSectionGetDof(patch->gtolCounts, i + pStart, &dof)); in PCSetUp_PATCH()
2814 PetscCall(PetscSectionGetDof(patch->gtolCounts, i + pStart, &len)); in PCApply_PATCH()