Lines Matching refs:cSec
1140 …ode DMPlexComputeAnchorMatrix_Tree_Direct(DM dm, PetscSection section, PetscSection cSec, Mat cMat) in DMPlexComputeAnchorMatrix_Tree_Direct() argument
1157 PetscCall(PetscSectionGetChart(cSec, &conStart, &conEnd)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1250 PetscCall(PetscSectionGetFieldDof(cSec, p, f, &conDof)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1252 PetscCall(PetscSectionGetDof(cSec, p, &conDof)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1307 PetscCall(PetscSectionGetFieldDof(cSec, p, f, &conDof)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1308 PetscCall(PetscSectionGetFieldOffset(cSec, p, f, &conOff)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1310 PetscCall(PetscSectionGetDof(cSec, p, &conDof)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1311 PetscCall(PetscSectionGetOffset(cSec, p, &conOff)); in DMPlexComputeAnchorMatrix_Tree_Direct()
2069 PetscSection aSec, cSec; in DMPlexComputeInterpolatorTree() local
2123 PetscCall(DMGetDefaultConstraints(coarse, &cSec, &cMat, NULL)); in DMPlexComputeInterpolatorTree()
2124 PetscCall(PetscSectionGetChart(cSec, &cStart, &cEnd)); in DMPlexComputeInterpolatorTree()
2150 if (p >= cStart && p < cEnd) PetscCall(PetscSectionGetDof(cSec, p, &cDof)); in DMPlexComputeInterpolatorTree()
2372 PetscCall(PetscSectionGetOffset(cSec, p, &cOff)); in DMPlexComputeInterpolatorTree()
2379 PetscCall(PetscSectionGetFieldDof(cSec, p, f, &fDof)); in DMPlexComputeInterpolatorTree()
2393 …PetscCall(DMPlexGetIndicesPointFields_Internal(cSec, PETSC_TRUE, p, cOff, offsetsCopy, PETSC_TRUE,… in DMPlexComputeInterpolatorTree()
2400 …PetscCall(DMPlexGetIndicesPoint_Internal(cSec, PETSC_TRUE, p, cOff, offsetsCopy, PETSC_TRUE, NULL,… in DMPlexComputeInterpolatorTree()
3754 PetscSection aSec, cSec; in DMPlexTransferVecTree_Interpolate() local
3817 PetscCall(DMGetDefaultConstraints(coarse, &cSec, &cMat, NULL)); in DMPlexTransferVecTree_Interpolate()
3818 PetscCall(PetscSectionGetChart(cSec, &cStart, &cEnd)); in DMPlexTransferVecTree_Interpolate()