Home
last modified time | relevance | path

Searched refs:DMPlexVecRestoreClosure (Results 1 – 25 of 45) sorted by relevance

12

/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c388 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 Dex26.c339 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 Dex100.c103 …PetscCall(DMPlexVecRestoreClosure(dm_read, coord_section, coords, cell, &num_closure, &cell_coords… in main()
H A Dex26f90.F90369 … 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 Dex62f90.F90353 … 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 Dex64.c242 PetscCall(DMPlexVecRestoreClosure(seqdmUA, coordSection, coord, p, &clSize, &xyz)); in main()
338 PetscCall(DMPlexVecRestoreClosure(dmUA, coordSection, coord, p, &clSize, &xyz)); in main()
H A Dex9.c357 … if (!user->reuseArray) PetscCall(DMPlexVecRestoreClosure(dm, s, v, c, &closureSize, &closure)); in TestVecClosure()
H A Dex103.c185 PetscCall(DMPlexVecRestoreClosure(dm, coord_section, coords_vec, p, &coords_size, &coords)); in DMPlexGetPointsCentroids()
/petsc/src/dm/impls/plex/
H A Dplexfem.c1553 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 Dplexglvis.c707 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 Dplexproject.c351 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 Dplexadapt.c110 PetscCall(DMPlexVecRestoreClosure(dm, coordSection, coordinates, c, NULL, &cellCoords)); in DMPlexLabelToMetricConstraint()
/petsc/src/dm/impls/swarm/
H A Dswarmpic_plex.c148 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 Ddmperiodicity.c409 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 Dex28.c251 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 Dex50.c99 PetscCall(DMPlexVecRestoreClosure(dm, cSec, cv, i, NULL, &t)); in test_3d()
/petsc/src/dm/impls/plex/tutorials/
H A Dex6.c146 PetscCall(DMPlexVecRestoreClosure(dm, NULL, u, cell, &closureSize, &closure)); in ReadData2D()
182 PetscCall(DMPlexVecRestoreClosure(dm, NULL, u, cell, &closureSize, &closure)); in ReadData3D()
H A Dex11.c129 PetscCall(DMPlexVecRestoreClosure(cdm, NULL, coordinates, cell, &Nc, &ccoords)); in ReorientCell()
/petsc/src/dm/impls/plex/generators/ctetgen/
H A Dctetgenerate.c247 … 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 Dzplexf90.c144 *ierr = DMPlexVecRestoreClosure(*dm, *section, *v, *point, NULL, &array); in dmplexvecrestoreclosure_()
/petsc/src/dm/impls/plex/generators/tetgen/
H A Dtetgenerate.cxx272 … 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 Dpetscdmplex.pxi68 …PetscErrorCode DMPlexVecRestoreClosure(PetscDM, PetscSection, PetscVec, PetscInt, PetscInt*, Petsc…
/petsc/src/snes/tests/
H A Dex2.c105 PetscCall(DMPlexVecRestoreClosure(dm, coordSection, coordsLocal, p, &num, &coords)); in CreatePoints_Centroid()
/petsc/src/snes/tutorials/
H A Dex77.c302 PetscCall(DMPlexVecRestoreClosure(cdm, cs, coordinates, faces[f], &csize, &coords)); in CreateMesh()
H A Dex56.c279 PetscCall(DMPlexVecRestoreClosure(cdm, cs, coordinates, faces[f], &csize, &coords)); in main()

12