Lines Matching refs:plexA
2403 DM dmAux = NULL, plexA = NULL; in DMPlexComputeIntegral_Internal() local
2449 PetscCall(DMConvert(dmAux, DMPLEX, &plexA)); 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()
2576 PetscCall(DMDestroy(&plexA)); in DMPlexComputeIntegral_Internal()
2715 DM plex = NULL, plexA = NULL; in DMPlexComputeBdIntegral_Internal() local
2754 PetscCall(DMConvert(dmAux, DMPLEX, &plexA)); in DMPlexComputeBdIntegral_Internal()
2784 PetscCall(DMGetEnclosurePoint(plexA, dm, encAux, support[0], &subp)); 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()
2836 if (plexA) PetscCall(DMDestroy(&plexA)); in DMPlexComputeBdIntegral_Internal()
3753 DM plex, plexA = NULL; in DMPlexGetCellFields() local
3779 PetscCall(DMPlexConvertPlex(dmAux, &plexA, PETSC_FALSE)); in DMPlexGetCellFields()
3806 PetscCall(DMGetEnclosurePoint(plexA, dm, encAux, cell, &subcell)); in DMPlexGetCellFields()
3807 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subcell, NULL, &x)); in DMPlexGetCellFields()
3809 PetscCall(DMPlexVecRestoreClosure(plexA, sectionAux, locA, subcell, NULL, &x)); in DMPlexGetCellFields()
3813 if (locA) PetscCall(DMDestroy(&plexA)); in DMPlexGetCellFields()
3848 DM plex, plexA = NULL; in DMPlexGetHybridCellFields() local
3877 PetscCall(DMPlexConvertPlex(dmAux, &plexA, PETSC_FALSE)); in DMPlexGetHybridCellFields()
3962 PetscCall(DMGetEnclosurePoint(plexA, dm, encAux, cell, &subcell)); in DMPlexGetHybridCellFields()
3963 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subcell, &Nx, &x)); in DMPlexGetHybridCellFields()
3966 PetscCall(DMPlexVecRestoreClosure(plexA, sectionAux, locA, subcell, &Nx, &x)); in DMPlexGetHybridCellFields()
3970 PetscCall(DMDestroy(&plexA)); in DMPlexGetHybridCellFields()
4921 DM plex = NULL, plexA = NULL; in DMPlexComputeBdResidualSingleByKey() local
4941 PetscCall(DMConvert(dmAux, DMPLEX, &plexA)); in DMPlexComputeBdResidualSingleByKey()
4942 PetscCall(DMGetDS(plexA, &probAux)); in DMPlexComputeBdResidualSingleByKey()
4944 PetscCall(DMGetLocalSection(plexA, §ionAux)); in DMPlexComputeBdResidualSingleByKey()
4995 PetscCall(DMGetEnclosurePoint(plexA, dm, encAux, support[0], &subp)); in DMPlexComputeBdResidualSingleByKey()
4996 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subp, NULL, &x)); in DMPlexComputeBdResidualSingleByKey()
4998 PetscCall(DMPlexVecRestoreClosure(plexA, sectionAux, locA, subp, NULL, &x)); in DMPlexComputeBdResidualSingleByKey()
5061 PetscCall(DMDestroy(&plexA)); in DMPlexComputeBdResidualSingleByKey()
5909 DM plex = NULL, plexA = NULL, tdm; in DMPlexComputeBdJacobianSingleByLabel() local
5938 PetscCall(DMConvert(dmAux, DMPLEX, &plexA)); in DMPlexComputeBdJacobianSingleByLabel()
5939 PetscCall(DMGetDS(plexA, &dsAux)); in DMPlexComputeBdJacobianSingleByLabel()
5941 PetscCall(DMGetLocalSection(plexA, §ionAux)); in DMPlexComputeBdJacobianSingleByLabel()
5997 PetscCall(DMGetEnclosurePoint(plexA, dm, encAux, support[0], &subp)); in DMPlexComputeBdJacobianSingleByLabel()
5998 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subp, NULL, &x)); in DMPlexComputeBdJacobianSingleByLabel()
6000 PetscCall(DMPlexVecRestoreClosure(plexA, sectionAux, locA, subp, NULL, &x)); in DMPlexComputeBdJacobianSingleByLabel()
6068 if (plexA) PetscCall(DMDestroy(&plexA)); in DMPlexComputeBdJacobianSingleByLabel()
6638 DM plexA = NULL; in DMPlexComputeJacobianHybridByKey() local
6693 PetscCall(DMConvert(dmAux[2], DMPLEX, &plexA)); in DMPlexComputeJacobianHybridByKey()
6972 if (dmAux[2]) PetscCall(DMDestroy(&plexA)); in DMPlexComputeJacobianHybridByKey()