Home
last modified time | relevance | path

Searched refs:DMPlexPointLocalRef (Results 1 – 10 of 10) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexmetric.c1214 PetscCall(DMPlexPointLocalRef(dm, v, met, &vmet)); in DMPlexMetricEnforceSPD()
1215 PetscCall(DMPlexPointLocalRef(dmDet, v, det, &vdet)); in DMPlexMetricEnforceSPD()
1345 PetscCall(DMPlexPointLocalRef(dm, v, met, &Mp)); in DMPlexMetricNormalize()
1346 PetscCall(DMPlexPointLocalRef(dmDet, v, det, &detM)); in DMPlexMetricNormalize()
1647 PetscCall(DMPlexPointLocalRef(dm, v, met, &M)); in DMPlexMetricIntersection()
1648 PetscCall(DMPlexPointLocalRef(dm, v, meti, &Mi)); in DMPlexMetricIntersection()
H A Dplexpoint.c100 PetscErrorCode DMPlexPointLocalRef(DM dm, PetscInt point, PetscScalar *array, void *ptr) in DMPlexPointLocalRef() function
H A Dplexgeometry.c3002 PetscCall(DMPlexPointLocalRef(dmCell, c, cgeom, &cg)); in DMPlexComputeGeometryFVM()
3031 PetscCall(DMPlexPointLocalRef(dmFace, f, fgeom, &fg)); in DMPlexComputeGeometryFVM()
3083 PetscCall(DMPlexPointLocalRef(dmFace, cone[0], fgeom, &fg)); in DMPlexComputeGeometryFVM()
3094 PetscCall(DMPlexPointLocalRef(dmCell, support[s], cgeom, &cg)); in DMPlexComputeGeometryFVM()
3245 PetscCall(DMPlexPointLocalRef(dmFace, faces[f], fgeom, &fg)); in BuildGradientReconstruction_Internal()
3359 PetscCall(DMPlexPointLocalRef(dmFace, nface, fgeom, &fg)); in BuildGradientReconstruction_Internal_Tree()
H A Dplexegads.c2532 PetscCall(DMPlexPointLocalRef(cdm, v, coords, (void *)&vcoords)); in DMPlexInflateToGeomModelUseXYZ()
4958 PetscCall(DMPlexPointLocalRef(cdm, v, coords, (void *)&vcoords)); in DMPlexGetGeomModelTUV()
5143 PetscCall(DMPlexPointLocalRef(cdm, v, coords, (void *)&vcoords)); in DMPlexInflateToGeomModelUseTUV()
/petsc/src/dm/impls/plex/tests/
H A Dex19.c157 PetscCall(DMPlexPointLocalRef(dm, v, met, &pmet)); in ComputeMetric()
/petsc/src/dm/impls/plex/tutorials/
H A Dex11.c122 PetscCall(DMPlexPointLocalRef(cdm, vertex, coords, &vcoords)); in ReorientCell()
/petsc/src/snes/tutorials/
H A Dex17.c419 PetscCall(DMPlexPointLocalRef(cdm, v, coords, &pcoords)); in DMPlexDistortGeometry()
/petsc/include/
H A Dpetscdmplex.h73 PETSC_EXTERN PetscErrorCode DMPlexPointLocalRef(DM, PetscInt, PetscScalar *, void *);
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c538 PetscCall(DMPlexPointLocalRef(ex->dmNormal, v, a, &normal)); in DMPlexTransformSetUp_Extrude()
/petsc/src/ts/tutorials/
H A Dex11.c749 PetscCall(DMPlexPointLocalRef(*dmCell, c, part, &p)); in CreatePartitionVec()