| /petsc/src/snes/utils/dm/ |
| H A D | dminterpolatesnes.c | 382 PetscCall(DMPlexVecGetClosure(dm, NULL, xLocal, c, &xSize, &x)); in DMInterpolate_Segment_Private() 409 PetscCall(DMPlexVecGetClosure(dm, NULL, xLocal, c, NULL, &x)); in DMInterpolate_Triangle_Private() 439 PetscCall(DMPlexVecGetClosure(dm, NULL, xLocal, c, NULL, &x)); in DMInterpolate_Tetrahedron_Private() 581 PetscCall(DMPlexVecGetClosure(dmCoord, NULL, coordsLocal, c, &coordSize, &vertices)); in DMInterpolate_Quad_Private() 583 PetscCall(DMPlexVecGetClosure(dm, NULL, xLocal, c, &xSize, &x)); in DMInterpolate_Quad_Private() 800 PetscCall(DMPlexVecGetClosure(dmCoord, NULL, coordsLocal, c, &coordSize, &vertices)); in DMInterpolate_Hex_Private() 802 PetscCall(DMPlexVecGetClosure(dm, NULL, xLocal, c, &xSize, &x)); in DMInterpolate_Hex_Private() 898 PetscCall(DMPlexVecGetClosure(dm, NULL, x, ctx->cells[p], &clSize, &xa)); in DMInterpolationEvaluate()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex26.c | 331 PetscCall(DMPlexVecGetClosure(dmUA, coordSection, coord, p, &clSize, &xyz)); in main() 428 PetscCall(DMPlexVecGetClosure(dmS, NULL, S, cellID[cell], &clSize, &cval)); in main() 429 PetscCall(DMPlexVecGetClosure(dmS, coordSection, coord, cellID[cell], &cdimCoord, &xyz)); in main()
|
| H A D | ex100.c | 86 … PetscCall(DMPlexVecGetClosure(dm_read, coord_section, coords, cell, &num_closure, &cell_coords)); in main()
|
| H A D | ex26f90.F90 | 360 PetscCallA(DMPlexVecGetClosure(dmUA, coordSection, coord, p, PETSC_NULL_INTEGER, xyz, ierr)) 449 …PetscCallA(DMPlexVecGetClosure(dmS, PETSC_NULL_SECTION, S, cellID(cell), PETSC_NULL_INTEGER, cval,… 450 …PetscCallA(DMPlexVecGetClosure(dmS, coordSection, coord, cellID(cell), PETSC_NULL_INTEGER, xyz, ie…
|
| H A D | ex62f90.F90 | 344 PetscCallA(DMPlexVecGetClosure(dmUA, coordSection, coord, p, PETSC_NULL_INTEGER, xyz, ierr)) 433 …PetscCallA(DMPlexVecGetClosure(dmS, PETSC_NULL_SECTION, S, cellID(cell), PETSC_NULL_INTEGER, cval,… 434 …PetscCallA(DMPlexVecGetClosure(dmS, coordSection, coord, cellID(cell), PETSC_NULL_INTEGER, xyz, ie…
|
| H A D | ex64.c | 234 PetscCall(DMPlexVecGetClosure(seqdmUA, coordSection, coord, p, &clSize, &xyz)); in main() 330 PetscCall(DMPlexVecGetClosure(dmUA, coordSection, coord, p, &clSize, &xyz)); in main()
|
| H A D | ex9.c | 356 PetscCall(DMPlexVecGetClosure(dm, s, v, c, &closureSize, &closure)); in TestVecClosure()
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex5.c | 84 PetscCall(DMPlexVecGetClosure(dm, sectionFull, vecFull, point, &nSub, &arraySub)); in main()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic_plex.c | 138 PetscCall(DMPlexVecGetClosure(dmc, coordSection, coorlocal, ps + e, NULL, &elcoor)); in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide() 228 PetscCall(DMPlexVecGetClosure(dmc, coordSection, coorlocal, e, NULL, &elcoor)); in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()
|
| /petsc/src/dm/interface/ |
| H A D | dmperiodicity.c | 395 PetscCall(DMPlexVecGetClosure(cplex, cs, coordinates, c, &dof, &cellCoords)); in DMLocalizeCoordinates() 432 PetscCall(DMPlexVecGetClosure(cplex, cs, coordinates, c, &dof, &cellCoords)); in DMLocalizeCoordinates()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 2045 PetscCall(DMPlexVecGetClosure(dm, NULL, lu, c, NULL, &x)); in DMPlexComputeL2FluxDiffVecLocal() 2046 PetscCall(DMPlexVecGetClosure(mdm, NULL, lmu, c, NULL, &mx)); in DMPlexComputeL2FluxDiffVecLocal() 2207 PetscCall(DMPlexVecGetClosure(dm, NULL, locX, cell, NULL, &x)); in DMPlexComputeClementInterpolant() 2339 PetscCall(DMPlexVecGetClosure(dm, NULL, locX, cell, NULL, &x)); in DMPlexComputeGradientClementInterpolant() 2507 PetscCall(DMPlexVecGetClosure(dm, section, locX, c, NULL, &x)); in DMPlexComputeIntegral_Internal() 2511 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, c, NULL, &x)); in DMPlexComputeIntegral_Internal() 2779 PetscCall(DMPlexVecGetClosure(plex, section, locX, support[0], NULL, &x)); in DMPlexComputeBdIntegral_Internal() 2785 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subp, NULL, &x)); in DMPlexComputeBdIntegral_Internal() 3796 PetscCall(DMPlexVecGetClosure(plex, section, locX, cell, NULL, &x)); in DMPlexGetCellFields() 3800 PetscCall(DMPlexVecGetClosure(plex, section, locX_t, cell, NULL, &x_t)); in DMPlexGetCellFields() [all …]
|
| H A D | plexproject.c | 251 if (localU) PetscCall(DMPlexVecGetClosure(dmIn, section, localU, inp, NULL, &coefficients)); in DMProjectPoint_Field_Private() 261 PetscCall(DMPlexVecGetClosure(dmAux, sectionAux, localA, subp, NULL, &coefficientsAux)); in DMProjectPoint_Field_Private() 410 if (localU) PetscCall(DMPlexVecGetClosure(dmIn, section, localU, inp, NULL, &coefficients)); in DMProjectPoint_BdField_Private() 420 PetscCall(DMPlexVecGetClosure(dmAux, sectionAux, localA, subp, NULL, &coefficientsAux)); in DMProjectPoint_BdField_Private() 972 PetscCall(DMPlexVecGetClosure(plex, section, localX, p, &numValues, NULL)); in DMProjectLocal_Generic_Plex() 994 PetscCall(DMPlexVecGetClosure(plexIn, NULL, localU, pIn, &numValuesIn, NULL)); in DMProjectLocal_Generic_Plex()
|
| H A D | plexglvis.c | 701 PetscCall(DMPlexVecGetClosure(dm, coordSection, coordinates, p, &csize, &vals)); in DMPlexView_GLVis_ASCII() 789 PetscCall(DMPlexVecGetClosure(dm, coordSection, coordinates, p, &csize, &vals)); in DMPlexView_GLVis_ASCII() 790 … PetscCall(DMPlexVecGetClosure(dm, coordSectionCell, coordinatesCell, p, &csizeCell, &valsCell)); in DMPlexView_GLVis_ASCII() 1140 PetscCall(DMPlexVecGetClosure(cdm, hoSection, hovec, p, &csize, &vals)); in DMPlexView_GLVis_ASCII()
|
| H A D | plexadapt.c | 86 PetscCall(DMPlexVecGetClosure(dm, coordSection, coordinates, c, NULL, &cellCoords)); in DMPlexLabelToMetricConstraint()
|
| /petsc/src/ts/tests/ |
| H A D | ex28.c | 249 PetscCall(DMPlexVecGetClosure(dm, coordSection, coordsLocal, c, NULL, &vcoords)); in CheckDistribution() 322 PetscCall(DMPlexVecGetClosure(plex, coordSection, coordsLocal, c, NULL, &vcoords)); in RHSFunctionParticles() 340 PetscCall(DMPlexVecGetClosure(plex, coordSection, coordsLocal, p, NULL, &vcoords)); in RHSFunctionParticles()
|
| /petsc/src/dm/tests/ |
| H A D | ex50.c | 95 PetscCall(DMPlexVecGetClosure(dm, cSec, cv, i, NULL, &t)); in test_3d()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex6.c | 129 PetscCall(DMPlexVecGetClosure(dm, NULL, u, cell, &closureSize, &closure)); in ReadData2D() 162 PetscCall(DMPlexVecGetClosure(dm, NULL, u, cell, &closureSize, &closure)); in ReadData3D()
|
| H A D | ex11.c | 109 PetscCall(DMPlexVecGetClosure(cdm, NULL, coordinates, cell, &Nc, &ccoords)); in ReorientCell()
|
| /petsc/src/dm/impls/plex/generators/ctetgen/ |
| H A D | ctetgenerate.c | 244 PetscCall(DMPlexVecGetClosure(*dm, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexGenerate_CTetgen() 519 … PetscCall(DMPlexVecGetClosure(*dmRefined, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexRefine_CTetgen()
|
| /petsc/src/dm/impls/plex/ftn-custom/ |
| H A D | zplexf90.c | 132 *ierr = DMPlexVecGetClosure(*dm, *section, *x, *point, &n, &v); in dmplexvecgetclosure_()
|
| /petsc/src/dm/impls/plex/generators/tetgen/ |
| H A D | tetgenerate.cxx | 269 PetscCall(DMPlexVecGetClosure(*dm, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexGenerate_Tetgen() 548 … PetscCall(DMPlexVecGetClosure(*dmRefined, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexRefine_Tetgen()
|
| /petsc/doc/changes/ |
| H A D | 323.md | 145 - Several `DMPLEX` functions including `DMPlexVecGetClosure()` now requiring a dummy argument for t…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 67 …PetscErrorCode DMPlexVecGetClosure(PetscDM, PetscSection, PetscVec, PetscInt, PetscInt*, PetscScal…
|
| /petsc/src/snes/tests/ |
| H A D | ex2.c | 94 PetscCall(DMPlexVecGetClosure(dm, coordSection, coordsLocal, p, &size, &coords)); in CreatePoints_Centroid()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex77.c | 291 PetscCall(DMPlexVecGetClosure(cdm, cs, coordinates, faces[f], &csize, &coords)); in CreateMesh()
|