Searched refs:DMPlexPointLocalRef (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexmetric.c | 1214 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 D | plexpoint.c | 100 PetscErrorCode DMPlexPointLocalRef(DM dm, PetscInt point, PetscScalar *array, void *ptr) in DMPlexPointLocalRef() function
|
| H A D | plexgeometry.c | 3002 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 D | plexegads.c | 2532 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 D | ex19.c | 157 PetscCall(DMPlexPointLocalRef(dm, v, met, &pmet)); in ComputeMetric()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex11.c | 122 PetscCall(DMPlexPointLocalRef(cdm, vertex, coords, &vcoords)); in ReorientCell()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex17.c | 419 PetscCall(DMPlexPointLocalRef(cdm, v, coords, &pcoords)); in DMPlexDistortGeometry()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 73 PETSC_EXTERN PetscErrorCode DMPlexPointLocalRef(DM, PetscInt, PetscScalar *, void *);
|
| /petsc/src/dm/impls/plex/transform/impls/extrude/ |
| H A D | plextrextrude.c | 538 PetscCall(DMPlexPointLocalRef(ex->dmNormal, v, a, &normal)); in DMPlexTransformSetUp_Extrude()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex11.c | 749 PetscCall(DMPlexPointLocalRef(*dmCell, c, part, &p)); in CreatePartitionVec()
|