Searched refs:sectionAux (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 200 PetscSection section, sectionAux = NULL; in DMProjectPoint_Field_Private() local 257 PetscCall(DMGetLocalSection(dmAux, §ionAux)); in DMProjectPoint_Field_Private() 261 PetscCall(DMPlexVecGetClosure(dmAux, sectionAux, localA, subp, NULL, &coefficientsAux)); in DMProjectPoint_Field_Private() 352 …if (dmAux) PetscCall(DMPlexVecRestoreClosure(dmAux, sectionAux, localA, p, NULL, &coefficientsAux)… in DMProjectPoint_Field_Private() 359 PetscSection section, sectionAux = NULL; in DMProjectPoint_BdField_Private() local 416 PetscCall(DMGetLocalSection(dmAux, §ionAux)); in DMProjectPoint_BdField_Private() 420 PetscCall(DMPlexVecGetClosure(dmAux, sectionAux, localA, subp, NULL, &coefficientsAux)); in DMProjectPoint_BdField_Private() 528 …if (dmAux) PetscCall(DMPlexVecRestoreClosure(dmAux, sectionAux, localA, p, NULL, &coefficientsAux)… in DMProjectPoint_BdField_Private()
|
| H A D | plexfem.c | 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() [all …]
|