Home
last modified time | relevance | path

Searched refs:DMLABEL_CLASSID (Results 1 – 11 of 11) sorted by relevance

/petsc/src/dm/label/
H A Ddmlabel.c36 …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 Ddmgenerate.c168 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 Ddlregisdmdm.c58 PetscCall(PetscClassIdRegister("DM Label", &DMLABEL_CLASSID)); in DMInitializePackage()
H A Ddm.c16 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 Dpetscdmlabel.h6 PETSC_EXTERN PetscClassId DMLABEL_CLASSID; variable
/petsc/src/dm/label/impls/ephemeral/
H A Ddmlabeleph.c202 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 1); in DMLabelCreate_Ephemeral()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DPETSc.pyx528 PetscClassId PETSC_DMLABEL_CLASSID "DMLABEL_CLASSID"
/petsc/src/dm/impls/forest/
H A Dforest.c1299 if (adaptLabel) PetscValidHeaderSpecific(adaptLabel, DMLABEL_CLASSID, 2); in DMForestSetAdaptivityLabel()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c761 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 Ddtds.c3178 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 4); in PetscDSAddBoundary()
/petsc/src/dm/impls/plex/
H A Dplexfem.c2870 PetscValidHeaderSpecific(label, DMLABEL_CLASSID, 3); in DMPlexComputeBdIntegral()