Home
last modified time | relevance | path

Searched refs:DMLabelGetNumValues (Results 1 – 16 of 16) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmlabel.pxi19 PetscErrorCode DMLabelGetNumValues(PetscDMLabel, PetscInt*)
H A DDMLabel.pyx282 petsc.DMLabelGetNumValues
286 CHKERR(DMLabelGetNumValues(self.dmlabel, &numValues))
H A DDM.pyx2151 petsc.DMLabelGetNumValues, petsc.DMGetLabelSize
/petsc/src/dm/label/impls/ephemeral/
H A Ddmlabeleph.c101 PetscCall(DMLabelGetNumValues(olabel, &Nv)); in DMLabelSetUp_Ephemeral()
129 PetscCall(DMLabelGetNumValues(olabel, &Nv)); in DMLabelView_Ephemeral_Ascii()
/petsc/src/dm/impls/plex/tests/
H A Dex60.c271 PetscCall(DMLabelGetNumValues(bdLabel, &size)); in main()
279 PetscCall(DMLabelGetNumValues(rgLabel, &size)); in main()
H A Dex11.c135 PetscCall(DMLabelGetNumValues(label, &numValues)); in TestEmptyStrata()
/petsc/include/
H A Dpetscdmlabel.h35 PETSC_EXTERN PetscErrorCode DMLabelGetNumValues(DMLabel, PetscInt *);
/petsc/src/dm/impls/plex/tutorials/
H A Dex8.c91 PetscCall(DMLabelGetNumValues(domain_label, &Nv)); in main()
/petsc/src/dm/label/
H A Ddmlabel.c701 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 Dplextransform.c263 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 Dplexsubmesh.c213 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 Dplex.c1734 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 Dplexcreate.c5238 PetscCall(DMLabelGetNumValues(label, &Nv)); in DMSetFromOptions_Plex()
H A Dplexfem.c1718 PetscCall(DMLabelGetNumValues(depthLabel, &depth)); in DMComputeL2FieldDiff_Plex()
/petsc/src/dm/interface/
H A Ddm.c6963 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 Dpforest.h872 PetscCall(DMLabelGetNumValues(adaptLabel, &numValues)); in DMSetUp_pforest()