Home
last modified time | relevance | path

Searched refs:DMGetLabelValue (Results 1 – 8 of 8) sorted by relevance

/petsc/src/dm/interface/
H A Ddmgeommodel.c15 PetscCall(DMGetLabelValue(dm, "marker", p, &val)); in DMSnapToGeomModelBall()
35 PetscCall(DMGetLabelValue(dm, "generatrix", p, &val)); in DMSnapToGeomModelCylinder()
H A Ddm.c6859 PetscErrorCode DMGetLabelValue(DM dm, const char name[], PetscInt point, PetscInt *value) in DMGetLabelValue() function
/petsc/src/dm/impls/plex/
H A Dplexvtu.c78 PetscCall(DMGetLabelValue(dm, "vtk", c, &value)); in DMPlexGetVTKConnectivity()
213 PetscCall(DMGetLabelValue(dm, "vtk", c, &value)); in DMPlexVTKWriteAll_VTU()
587 PetscCall(DMGetLabelValue(dmX, "vtk", c, &value)); in DMPlexVTKWriteAll_VTU()
612 PetscCall(DMGetLabelValue(dmX, "vtk", c, &value)); in DMPlexVTKWriteAll_VTU()
H A Dplex.c1295 PetscCall(DMGetLabelValue(dm, names[l], v, &val)); in DMPlexView_Ascii()
1344 PetscCall(DMGetLabelValue(dm, names[l], e, &val)); in DMPlexView_Ascii()
1365 PetscCall(DMGetLabelValue(dm, names[l], e, &val)); in DMPlexView_Ascii()
1463 PetscCall(DMGetLabelValue(dm, names[l], c, &val)); in DMPlexView_Ascii()
H A Dplexcreate.c1119 PetscCall(DMGetLabelValue(dm, "Face Sets", face, &previous_label_value)); in DMPlexSetBoxLabel_Internal()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi179 PetscErrorCode DMGetLabelValue(PetscDM, const char[], PetscInt, PetscInt*)
H A DDM.pyx2082 petsc.DMGetLabelValue
2088 CHKERR(DMGetLabelValue(self.dm, cname, cpoint, &value))
/petsc/include/
H A Dpetscdm.h398 PETSC_EXTERN PetscErrorCode DMGetLabelValue(DM, const char[], PetscInt, PetscInt *);