Home
last modified time | relevance | path

Searched refs:DMPlexVecGetClosure (Results 1 – 25 of 47) sorted by relevance

12

/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c382 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 Dex26.c331 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 Dex100.c86 … PetscCall(DMPlexVecGetClosure(dm_read, coord_section, coords, cell, &num_closure, &cell_coords)); in main()
H A Dex26f90.F90360 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 Dex62f90.F90344 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 Dex64.c234 PetscCall(DMPlexVecGetClosure(seqdmUA, coordSection, coord, p, &clSize, &xyz)); in main()
330 PetscCall(DMPlexVecGetClosure(dmUA, coordSection, coord, p, &clSize, &xyz)); in main()
H A Dex9.c356 PetscCall(DMPlexVecGetClosure(dm, s, v, c, &closureSize, &closure)); in TestVecClosure()
/petsc/src/dm/dt/tests/
H A Dex5.c84 PetscCall(DMPlexVecGetClosure(dm, sectionFull, vecFull, point, &nSub, &arraySub)); in main()
/petsc/src/dm/impls/swarm/
H A Dswarmpic_plex.c138 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 Ddmperiodicity.c395 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 Dplexfem.c2045 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 Dplexproject.c251 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 Dplexglvis.c701 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 Dplexadapt.c86 PetscCall(DMPlexVecGetClosure(dm, coordSection, coordinates, c, NULL, &cellCoords)); in DMPlexLabelToMetricConstraint()
/petsc/src/ts/tests/
H A Dex28.c249 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 Dex50.c95 PetscCall(DMPlexVecGetClosure(dm, cSec, cv, i, NULL, &t)); in test_3d()
/petsc/src/dm/impls/plex/tutorials/
H A Dex6.c129 PetscCall(DMPlexVecGetClosure(dm, NULL, u, cell, &closureSize, &closure)); in ReadData2D()
162 PetscCall(DMPlexVecGetClosure(dm, NULL, u, cell, &closureSize, &closure)); in ReadData3D()
H A Dex11.c109 PetscCall(DMPlexVecGetClosure(cdm, NULL, coordinates, cell, &Nc, &ccoords)); in ReorientCell()
/petsc/src/dm/impls/plex/generators/ctetgen/
H A Dctetgenerate.c244 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 Dzplexf90.c132 *ierr = DMPlexVecGetClosure(*dm, *section, *x, *point, &n, &v); in dmplexvecgetclosure_()
/petsc/src/dm/impls/plex/generators/tetgen/
H A Dtetgenerate.cxx269 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 D323.md145 - Several `DMPLEX` functions including `DMPlexVecGetClosure()` now requiring a dummy argument for t…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi67 …PetscErrorCode DMPlexVecGetClosure(PetscDM, PetscSection, PetscVec, PetscInt, PetscInt*, PetscScal…
/petsc/src/snes/tests/
H A Dex2.c94 PetscCall(DMPlexVecGetClosure(dm, coordSection, coordsLocal, p, &size, &coords)); in CreatePoints_Centroid()
/petsc/src/snes/tutorials/
H A Dex77.c291 PetscCall(DMPlexVecGetClosure(cdm, cs, coordinates, faces[f], &csize, &coords)); in CreateMesh()

12