Searched refs:DMLabelGetNumValues (Results 1 – 16 of 16) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmlabel.pxi | 19 PetscErrorCode DMLabelGetNumValues(PetscDMLabel, PetscInt*)
|
| H A D | DMLabel.pyx | 282 petsc.DMLabelGetNumValues 286 CHKERR(DMLabelGetNumValues(self.dmlabel, &numValues))
|
| H A D | DM.pyx | 2151 petsc.DMLabelGetNumValues, petsc.DMGetLabelSize
|
| /petsc/src/dm/label/impls/ephemeral/ |
| H A D | dmlabeleph.c | 101 PetscCall(DMLabelGetNumValues(olabel, &Nv)); in DMLabelSetUp_Ephemeral() 129 PetscCall(DMLabelGetNumValues(olabel, &Nv)); in DMLabelView_Ephemeral_Ascii()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex60.c | 271 PetscCall(DMLabelGetNumValues(bdLabel, &size)); in main() 279 PetscCall(DMLabelGetNumValues(rgLabel, &size)); in main()
|
| H A D | ex11.c | 135 PetscCall(DMLabelGetNumValues(label, &numValues)); in TestEmptyStrata()
|
| /petsc/include/ |
| H A D | petscdmlabel.h | 35 PETSC_EXTERN PetscErrorCode DMLabelGetNumValues(DMLabel, PetscInt *);
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex8.c | 91 PetscCall(DMLabelGetNumValues(domain_label, &Nv)); in main()
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 701 PetscCall(DMLabelGetNumValues(l0, &nValues)); in DMLabelCompare() 1203 PetscErrorCode DMLabelGetNumValues(DMLabel label, PetscInt *numValues) in DMLabelGetNumValues() function 1797 PetscCall(DMLabelGetNumValues(*labelNew, &numValues)); in DMLabelPermute() 1858 PetscCall(DMLabelGetNumValues(label, &Nv)); in DMLabelPermuteValues() 1898 PetscCall(DMLabelGetNumValues(label, &Nv)); in DMLabelRewriteValues() 2371 PetscCall(DMLabelGetNumValues(label, &nV)); in DMLabelConvertToSection() 2814 PetscCall(DMLabelGetNumValues(label, &sl->numStrata)); in PetscSectionSymLabelSetLabel() 3000 PetscCall(DMLabelGetNumValues(sl->label, &Nv)); in PetscSectionSymCopy_Label()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 263 PetscCall(DMLabelGetNumValues(tr->trType, &Nrt)); in DMPlexTransformView_Ascii() 456 PetscCall(DMLabelGetNumValues(trType, &Nrt)); in DMPlexTransformCreateOffset_Internal() 1074 PetscCall(DMLabelGetNumValues(trType, &Nrt)); in DMPlexTransformGetSourcePoint()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 213 PetscCall(DMLabelGetNumValues(label, &numValues)); in DMPlexLabelComplete_Internal() 331 PetscCall(DMLabelGetNumValues(label, &numValues)); in DMPlexLabelAddCells() 403 PetscCall(DMLabelGetNumValues(label, &numValues)); in DMPlexLabelAddFaceCells() 463 PetscCall(DMLabelGetNumValues(label, &numValues)); in DMPlexLabelClearCells()
|
| H A D | plex.c | 1734 PetscCall(DMLabelGetNumValues(label, &numValues)); in DMPlexView_Ascii() 4438 PetscCall(DMLabelGetNumValues(label, &numLevels)); in DMPlexCreateDepthStratum() 4562 PetscCall(DMLabelGetNumValues(label, &level)); in DMPlexStratify_Topological_Private() 4633 PetscCall(DMLabelGetNumValues(label, &numValues)); in DMPlexStratify() 5544 if (label) PetscCall(DMLabelGetNumValues(label, &depth)); in DMPlexGetHeightStratum() 5599 PetscCall(DMLabelGetNumValues(dm->depthLabel, &n)); in DMPlexGetPointHeight() 6330 PetscCall(DMLabelGetNumValues(label, &depth)); in DMPlexGetPointDualSpaceFEM()
|
| H A D | plexcreate.c | 5238 PetscCall(DMLabelGetNumValues(label, &Nv)); in DMSetFromOptions_Plex()
|
| H A D | plexfem.c | 1718 PetscCall(DMLabelGetNumValues(depthLabel, &depth)); in DMComputeL2FieldDiff_Plex()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 6963 PetscCall(DMLabelGetNumValues(label, size)); in DMGetLabelSize() 7788 PetscCall(DMLabelGetNumValues(label, &nv)); in DMUniversalLabelCreate() 7815 PetscCall(DMLabelGetNumValues(label, &nv)); in DMUniversalLabelCreate()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 872 PetscCall(DMLabelGetNumValues(adaptLabel, &numValues)); in DMSetUp_pforest()
|