| /petsc/src/snes/utils/dm/ |
| H A D | dminterpolatesnes.c | 388 PetscCall(DMPlexVecRestoreClosure(dm, NULL, xLocal, c, &xSize, &x)); in DMInterpolate_Segment_Private() 416 PetscCall(DMPlexVecRestoreClosure(dm, NULL, xLocal, c, NULL, &x)); in DMInterpolate_Triangle_Private() 446 PetscCall(DMPlexVecRestoreClosure(dm, NULL, xLocal, c, NULL, &x)); in DMInterpolate_Tetrahedron_Private() 609 PetscCall(DMPlexVecRestoreClosure(dmCoord, NULL, coordsLocal, c, &coordSize, &vertices)); in DMInterpolate_Quad_Private() 610 PetscCall(DMPlexVecRestoreClosure(dm, NULL, xLocal, c, &xSize, &x)); in DMInterpolate_Quad_Private() 825 PetscCall(DMPlexVecRestoreClosure(dmCoord, NULL, coordsLocal, c, &coordSize, &vertices)); in DMInterpolate_Hex_Private() 826 PetscCall(DMPlexVecRestoreClosure(dm, NULL, xLocal, c, &xSize, &x)); in DMInterpolate_Hex_Private() 934 PetscCall(DMPlexVecRestoreClosure(dm, NULL, x, ctx->cells[p], &clSize, &xa)); in DMInterpolationEvaluate()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex26.c | 339 PetscCall(DMPlexVecRestoreClosure(dmUA, coordSection, coord, p, &clSize, &xyz)); in main() 437 PetscCall(DMPlexVecRestoreClosure(dmS, NULL, S, cellID[0], &clSize, &cval)); in main() 438 PetscCall(DMPlexVecRestoreClosure(dmS, coordSection, coord, cellID[0], NULL, &xyz)); in main()
|
| H A D | ex100.c | 103 …PetscCall(DMPlexVecRestoreClosure(dm_read, coord_section, coords, cell, &num_closure, &cell_coords… in main()
|
| H A D | ex26f90.F90 | 369 … PetscCallA(DMPlexVecRestoreClosure(dmUA, coordSection, coord, p, PETSC_NULL_INTEGER, xyz, ierr)) 459 …PetscCallA(DMPlexVecRestoreClosure(dmS, PETSC_NULL_SECTION, S, cellID(cell), PETSC_NULL_INTEGER, c… 460 …PetscCallA(DMPlexVecRestoreClosure(dmS, coordSection, coord, cellID(cell), PETSC_NULL_INTEGER, xyz…
|
| H A D | ex62f90.F90 | 353 … PetscCallA(DMPlexVecRestoreClosure(dmUA, coordSection, coord, p, PETSC_NULL_INTEGER, xyz, ierr)) 443 …PetscCallA(DMPlexVecRestoreClosure(dmS, PETSC_NULL_SECTION, S, cellID(cell), PETSC_NULL_INTEGER, c… 444 …PetscCallA(DMPlexVecRestoreClosure(dmS, coordSection, coord, cellID(cell), PETSC_NULL_INTEGER, xyz…
|
| H A D | ex64.c | 242 PetscCall(DMPlexVecRestoreClosure(seqdmUA, coordSection, coord, p, &clSize, &xyz)); in main() 338 PetscCall(DMPlexVecRestoreClosure(dmUA, coordSection, coord, p, &clSize, &xyz)); in main()
|
| H A D | ex9.c | 357 … if (!user->reuseArray) PetscCall(DMPlexVecRestoreClosure(dm, s, v, c, &closureSize, &closure)); in TestVecClosure()
|
| H A D | ex103.c | 185 PetscCall(DMPlexVecRestoreClosure(dm, coord_section, coords_vec, p, &coords_size, &coords)); in DMPlexGetPointsCentroids()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 1553 PetscCall(DMPlexVecRestoreClosure(dm, NULL, localX, c, NULL, &x)); in DMPlexComputeL2DiffLocal() 1572 PetscCall(DMPlexVecRestoreClosure(dm, NULL, localX, c, NULL, &x)); in DMPlexComputeL2DiffLocal() 1662 PetscCall(DMPlexVecRestoreClosure(dm, NULL, localX, c, NULL, &x)); in DMComputeL2GradientDiff_Plex() 1686 PetscCall(DMPlexVecRestoreClosure(dm, NULL, localX, c, NULL, &x)); in DMComputeL2GradientDiff_Plex() 1816 PetscCall(DMPlexVecRestoreClosure(dm, NULL, localX, cell, NULL, &x)); in DMComputeL2FieldDiff_Plex() 1838 PetscCall(DMPlexVecRestoreClosure(dm, NULL, localX, cell, NULL, &x)); in DMComputeL2FieldDiff_Plex() 1953 PetscCall(DMPlexVecRestoreClosure(dm, NULL, localX, c, NULL, &x)); in DMPlexComputeL2DiffVec() 1970 PetscCall(DMPlexVecRestoreClosure(dm, NULL, localX, c, NULL, &x)); in DMPlexComputeL2DiffVec() 2067 PetscCall(DMPlexVecRestoreClosure(dm, NULL, lu, c, NULL, &x)); in DMPlexComputeL2FluxDiffVecLocal() 2068 PetscCall(DMPlexVecRestoreClosure(mdm, NULL, lmu, c, NULL, &mx)); in DMPlexComputeL2FluxDiffVecLocal() [all …]
|
| H A D | plexglvis.c | 707 PetscCall(DMPlexVecRestoreClosure(dm, coordSection, coordinates, p, &csize, &vals)); in DMPlexView_GLVis_ASCII() 807 PetscCall(DMPlexVecRestoreClosure(dm, coordSection, coordinates, p, &csize, &vals)); in DMPlexView_GLVis_ASCII() 808 …PetscCall(DMPlexVecRestoreClosure(dm, coordSectionCell, coordinatesCell, p, &csizeCell, &valsCell)… in DMPlexView_GLVis_ASCII() 1146 PetscCall(DMPlexVecRestoreClosure(cdm, hoSection, hovec, p, &csize, &vals)); in DMPlexView_GLVis_ASCII()
|
| H A D | plexproject.c | 351 if (localU) PetscCall(DMPlexVecRestoreClosure(dmIn, section, localU, inp, NULL, &coefficients)); in DMProjectPoint_Field_Private() 352 …if (dmAux) PetscCall(DMPlexVecRestoreClosure(dmAux, sectionAux, localA, p, NULL, &coefficientsAux)… in DMProjectPoint_Field_Private() 527 if (localU) PetscCall(DMPlexVecRestoreClosure(dmIn, section, localU, inp, NULL, &coefficients)); in DMProjectPoint_BdField_Private() 528 …if (dmAux) PetscCall(DMPlexVecRestoreClosure(dmAux, sectionAux, localA, p, NULL, &coefficientsAux)… in DMProjectPoint_BdField_Private()
|
| H A D | plexadapt.c | 110 PetscCall(DMPlexVecRestoreClosure(dm, coordSection, coordinates, c, NULL, &cellCoords)); in DMPlexLabelToMetricConstraint()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic_plex.c | 148 PetscCall(DMPlexVecRestoreClosure(dmc, coordSection, coorlocal, ps + e, NULL, &elcoor)); in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide() 238 PetscCall(DMPlexVecRestoreClosure(dmc, coordSection, coorlocal, e, NULL, &elcoor)); in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()
|
| /petsc/src/dm/interface/ |
| H A D | dmperiodicity.c | 409 PetscCall(DMPlexVecRestoreClosure(cplex, cs, coordinates, c, &dof, &cellCoords)); in DMLocalizeCoordinates() 448 PetscCall(DMPlexVecRestoreClosure(cplex, cs, coordinates, c, &dof, &cellCoords)); in DMLocalizeCoordinates()
|
| /petsc/src/ts/tests/ |
| H A D | ex28.c | 251 PetscCall(DMPlexVecRestoreClosure(dm, coordSection, coordsLocal, c, NULL, &vcoords)); in CheckDistribution() 324 PetscCall(DMPlexVecRestoreClosure(plex, coordSection, coordsLocal, c, NULL, &vcoords)); in RHSFunctionParticles() 342 PetscCall(DMPlexVecRestoreClosure(plex, coordSection, coordsLocal, p, NULL, &vcoords)); in RHSFunctionParticles()
|
| /petsc/src/dm/tests/ |
| H A D | ex50.c | 99 PetscCall(DMPlexVecRestoreClosure(dm, cSec, cv, i, NULL, &t)); in test_3d()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex6.c | 146 PetscCall(DMPlexVecRestoreClosure(dm, NULL, u, cell, &closureSize, &closure)); in ReadData2D() 182 PetscCall(DMPlexVecRestoreClosure(dm, NULL, u, cell, &closureSize, &closure)); in ReadData3D()
|
| H A D | ex11.c | 129 PetscCall(DMPlexVecRestoreClosure(cdm, NULL, coordinates, cell, &Nc, &ccoords)); in ReorientCell()
|
| /petsc/src/dm/impls/plex/generators/ctetgen/ |
| H A D | ctetgenerate.c | 247 … PetscCall(DMPlexVecRestoreClosure(*dm, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexGenerate_CTetgen() 522 … PetscCall(DMPlexVecRestoreClosure(*dmRefined, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexRefine_CTetgen()
|
| /petsc/src/dm/impls/plex/ftn-custom/ |
| H A D | zplexf90.c | 144 *ierr = DMPlexVecRestoreClosure(*dm, *section, *v, *point, NULL, &array); in dmplexvecrestoreclosure_()
|
| /petsc/src/dm/impls/plex/generators/tetgen/ |
| H A D | tetgenerate.cxx | 272 … PetscCall(DMPlexVecRestoreClosure(*dm, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexGenerate_Tetgen() 551 … PetscCall(DMPlexVecRestoreClosure(*dmRefined, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexRefine_Tetgen()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 68 …PetscErrorCode DMPlexVecRestoreClosure(PetscDM, PetscSection, PetscVec, PetscInt, PetscInt*, Petsc…
|
| /petsc/src/snes/tests/ |
| H A D | ex2.c | 105 PetscCall(DMPlexVecRestoreClosure(dm, coordSection, coordsLocal, p, &num, &coords)); in CreatePoints_Centroid()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex77.c | 302 PetscCall(DMPlexVecRestoreClosure(cdm, cs, coordinates, faces[f], &csize, &coords)); in CreateMesh()
|
| H A D | ex56.c | 279 PetscCall(DMPlexVecRestoreClosure(cdm, cs, coordinates, faces[f], &csize, &coords)); in main()
|