Lines Matching refs:sectionAux
2405 PetscSection section, sectionAux; in DMPlexComputeIntegral_Internal() local
2452 PetscCall(DMGetLocalSection(dmAux, §ionAux)); in DMPlexComputeIntegral_Internal()
2511 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, c, NULL, &x)); in DMPlexComputeIntegral_Internal()
2513 PetscCall(DMPlexVecRestoreClosure(plexA, sectionAux, locA, c, NULL, &x)); in DMPlexComputeIntegral_Internal()
2718 PetscSection section, sectionAux = NULL; in DMPlexComputeBdIntegral_Internal() local
2757 PetscCall(DMGetLocalSection(dmAux, §ionAux)); in DMPlexComputeBdIntegral_Internal()
2785 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subp, NULL, &x)); in DMPlexComputeBdIntegral_Internal()
2787 PetscCall(DMPlexVecRestoreClosure(plexA, sectionAux, locA, subp, NULL, &x)); in DMPlexComputeBdIntegral_Internal()
3755 PetscSection section, sectionAux; in DMPlexGetCellFields() local
3780 PetscCall(DMGetLocalSection(dmAux, §ionAux)); in DMPlexGetCellFields()
3807 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subcell, NULL, &x)); in DMPlexGetCellFields()
3809 PetscCall(DMPlexVecRestoreClosure(plexA, sectionAux, locA, subcell, NULL, &x)); in DMPlexGetCellFields()
3850 PetscSection section, sectionAux; in DMPlexGetHybridCellFields() local
3878 PetscCall(DMGetLocalSection(dmAux, §ionAux)); in DMPlexGetHybridCellFields()
3963 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subcell, &Nx, &x)); in DMPlexGetHybridCellFields()
3966 PetscCall(DMPlexVecRestoreClosure(plexA, sectionAux, locA, subcell, &Nx, &x)); in DMPlexGetHybridCellFields()
4624 PetscSection sectionAux = NULL; in DMPlexComputeJacobian_Patch_Internal() local
4644 PetscCall(DMGetLocalSection(dmAux, §ionAux)); in DMPlexComputeJacobian_Patch_Internal()
4741 PetscCall(DMPlexVecGetClosure(dmAux, sectionAux, A, cell, NULL, &x)); in DMPlexComputeJacobian_Patch_Internal()
4743 PetscCall(DMPlexVecRestoreClosure(dmAux, sectionAux, A, cell, NULL, &x)); in DMPlexComputeJacobian_Patch_Internal()
4925 PetscSection section, sectionAux = NULL; in DMPlexComputeBdResidualSingleByKey() local
4944 PetscCall(DMGetLocalSection(plexA, §ionAux)); in DMPlexComputeBdResidualSingleByKey()
4996 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subp, NULL, &x)); in DMPlexComputeBdResidualSingleByKey()
4998 PetscCall(DMPlexVecRestoreClosure(plexA, sectionAux, locA, subp, NULL, &x)); in DMPlexComputeBdResidualSingleByKey()
5912 PetscSection section, sectionAux = NULL; in DMPlexComputeBdJacobianSingleByLabel() local
5941 PetscCall(DMGetLocalSection(plexA, §ionAux)); in DMPlexComputeBdJacobianSingleByLabel()
5998 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subp, NULL, &x)); in DMPlexComputeBdJacobianSingleByLabel()
6000 PetscCall(DMPlexVecRestoreClosure(plexA, sectionAux, locA, subp, NULL, &x)); in DMPlexComputeBdJacobianSingleByLabel()
6181 PetscSection section, globalSection, sectionAux; in DMPlexComputeJacobianByKey() local
6197 PetscCall(DMGetLocalSection(plex, §ionAux)); in DMPlexComputeJacobianByKey()
6238 PetscCall(DMPlexVecGetClosure(plex, sectionAux, A, subcell, NULL, &x)); in DMPlexComputeJacobianByKey()
6240 PetscCall(DMPlexVecRestoreClosure(plex, sectionAux, A, subcell, NULL, &x)); in DMPlexComputeJacobianByKey()
6396 PetscSection rsection, rglobalSection, csection, cglobalSection, sectionAux; in DMPlexComputeJacobianByKeyGeneral() local
6416 PetscCall(DMGetLocalSection(plex, §ionAux)); in DMPlexComputeJacobianByKeyGeneral()
6461 PetscCall(DMPlexVecGetClosure(plex, sectionAux, A, subcell, NULL, &x)); in DMPlexComputeJacobianByKeyGeneral()
6463 PetscCall(DMPlexVecRestoreClosure(plex, sectionAux, A, subcell, NULL, &x)); in DMPlexComputeJacobianByKeyGeneral()
6647 PetscSection sectionAux[3] = {NULL, NULL, NULL}; in DMPlexComputeJacobianHybridByKey() local
6694 PetscCall(DMGetLocalSection(dmAux[2], §ionAux[2])); in DMPlexComputeJacobianHybridByKey()
7012 PetscSection section, globalSection, sectionAux; in DMPlexComputeJacobianActionByKey() local
7036 PetscCall(DMGetLocalSection(plexAux, §ionAux)); in DMPlexComputeJacobianActionByKey()
7061 PetscCall(DMPlexVecGetClosure(plexAux, sectionAux, A, subcell, NULL, &x)); in DMPlexComputeJacobianActionByKey()
7063 PetscCall(DMPlexVecRestoreClosure(plexAux, sectionAux, A, subcell, NULL, &x)); in DMPlexComputeJacobianActionByKey()