Searched refs:DMLABEL_CLASSID (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 36 …PetscCall(PetscHeaderCreate(*label, DMLABEL_CLASSID, "DMLabel", "DMLabel", "DM", comm, DMLabelDest… in DMLabelCreate() 68 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 1); in DMLabelSetUp() 322 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 1); in DMLabelAddStratum() 347 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 1); in DMLabelAddStrata() 409 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 1); in DMLabelAddStrataIS() 473 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 1); in DMLabelView() 501 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 1); in DMLabelViewFromOptions() 523 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 1); in DMLabelReset() 557 PetscValidHeaderSpecific(*label, DMLABEL_CLASSID, 1); in DMLabelDestroy() 601 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 1); in DMLabelDuplicate() [all …]
|
| /petsc/src/dm/interface/ |
| H A D | dmgenerate.c | 168 if (label) PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 2); in DMAdaptLabel() 232 if (bdLabel) PetscValidHeaderSpecific(bdLabel, DMLABEL_CLASSID, 3); in DMAdaptMetric() 233 if (rgLabel) PetscValidHeaderSpecific(rgLabel, DMLABEL_CLASSID, 4); in DMAdaptMetric()
|
| H A D | dlregisdmdm.c | 58 PetscCall(PetscClassIdRegister("DM Label", &DMLABEL_CLASSID)); in DMInitializePackage()
|
| H A D | dm.c | 16 PetscClassId DMLABEL_CLASSID; variable 5089 if (label) PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 3); in DMSetField() 5129 if (label) PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 2); in DMAddField() 5668 if (label) PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 2); in DMGetRegionDS() 5718 if (label) PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 2); in DMSetRegionDS() 5817 if (label) PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 3); in DMSetRegionNumDS() 7379 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 2); in DMSetLabel() 7475 PetscValidHeaderSpecific(*label, DMLABEL_CLASSID, 2); in DMRemoveLabelBySelf() 8087 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 4); in DMAddBoundary() 9279 if (label) PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 2); in DMGetAuxiliaryVec() [all …]
|
| /petsc/include/ |
| H A D | petscdmlabel.h | 6 PETSC_EXTERN PetscClassId DMLABEL_CLASSID; variable
|
| /petsc/src/dm/label/impls/ephemeral/ |
| H A D | dmlabeleph.c | 202 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 1); in DMLabelCreate_Ephemeral()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PETSc.pyx | 528 PetscClassId PETSC_DMLABEL_CLASSID "DMLABEL_CLASSID"
|
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 1299 if (adaptLabel) PetscValidHeaderSpecific(adaptLabel, DMLABEL_CLASSID, 2); in DMForestSetAdaptivityLabel()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 761 if (active) PetscValidHeaderSpecific(active, DMLABEL_CLASSID, 2); in DMPlexTransformSetActive() 805 if (trType) PetscValidHeaderSpecific(trType, DMLABEL_CLASSID, 2); in DMPlexTransformSetTransformTypes()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 3178 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 4); in PetscDSAddBoundary()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 2870 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 3); in DMPlexComputeBdIntegral()
|