Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 116) sorted by relevance

12345

/petsc/src/dm/label/
H A Ddmlabel.c30 PetscErrorCode DMLabelCreate(MPI_Comm comm, const char name[], DMLabel *label) in DMLabelCreate()
65 PetscErrorCode DMLabelSetUp(DMLabel label) in DMLabelSetUp()
89 static PetscErrorCode DMLabelMakeValid_Private(DMLabel label, PetscInt v) in DMLabelMakeValid_Private()
138 static PetscErrorCode DMLabelMakeAllValid_Private(DMLabel label) in DMLabelMakeAllValid_Private()
163 static PetscErrorCode DMLabelMakeInvalid_Private(DMLabel label, PetscInt v) in DMLabelMakeInvalid_Private()
181 PetscErrorCode DMLabelMakeAllInvalid_Internal(DMLabel label) in DMLabelMakeAllInvalid_Internal()
194 PetscErrorCode DMLabelLookupStratum(DMLabel label, PetscInt value, PetscInt *index) in DMLabelLookupStratum()
227 static inline PetscErrorCode DMLabelNewStratum(DMLabel label, PetscInt value, PetscInt *index) in DMLabelNewStratum()
285 static inline PetscErrorCode DMLabelLookupAddStratum(DMLabel label, PetscInt value, PetscInt *index) in DMLabelLookupAddStratum()
293 PetscErrorCode DMLabelGetStratumSize_Private(DMLabel label, PetscInt v, PetscInt *size) in DMLabelGetStratumSize_Private()
[all …]
/petsc/src/dm/label/impls/ephemeral/
H A Ddmlabeleph.c12 static PetscErrorCode DMLabelEphemeralComputeStratumSize_Private(DMLabel label, PetscInt value) in DMLabelEphemeralComputeStratumSize_Private()
47 static PetscErrorCode DMLabelGetStratumIS_Ephemeral(DMLabel label, PetscInt v, IS *stratum) in DMLabelGetStratumIS_Ephemeral()
90 static PetscErrorCode DMLabelSetUp_Ephemeral(DMLabel label) in DMLabelSetUp_Ephemeral()
112 static PetscErrorCode DMLabelView_Ephemeral_Ascii(DMLabel label, PetscViewer viewer) in DMLabelView_Ephemeral_Ascii()
153 static PetscErrorCode DMLabelView_Ephemeral(DMLabel label, PetscViewer viewer) in DMLabelView_Ephemeral()
163 static PetscErrorCode DMLabelDuplicate_Ephemeral(DMLabel label, DMLabel *labelnew) in DMLabelDuplicate_Ephemeral()
176 static PetscErrorCode DMLabelInitialize_Ephemeral(DMLabel label) in DMLabelInitialize_Ephemeral()
199 PETSC_EXTERN PetscErrorCode DMLabelCreate_Ephemeral(DMLabel label) in DMLabelCreate_Ephemeral()
225 PetscErrorCode DMLabelEphemeralGetLabel(DMLabel label, DMLabel *olabel) in DMLabelEphemeralGetLabel()
248 PetscErrorCode DMLabelEphemeralSetLabel(DMLabel label, DMLabel olabel) in DMLabelEphemeralSetLabel()
/petsc/src/dm/label/impls/ephemeral/plex/
H A Ddmlabelephplex.c22 PetscErrorCode DMLabelEphemeralGetTransform(DMLabel label, DMPlexTransform *tr) in DMLabelEphemeralGetTransform()
45 PetscErrorCode DMLabelEphemeralSetTransform(DMLabel label, DMPlexTransform tr) in DMLabelEphemeralSetTransform()
/petsc/src/dm/impls/plex/tests/
H A Dex16.c16 static PetscErrorCode CreateHalfCellsLabel(DM dm, PetscBool lower, DMLabel *label) in CreateHalfCellsLabel()
38 …atic PetscErrorCode CreateHalfDomainLabel(DM dm, PetscBool lower, PetscReal height, DMLabel *label) in CreateHalfDomainLabel()
64 static PetscErrorCode CreateLineLabel(DM dm, PetscReal x, DMLabel *label) in CreateLineLabel()
84 DMLabel label, map; in CreateVolumeSubmesh() local
101 DMLabel label, map; in TestBoundaryField() local
H A Dex6.c31 PetscErrorCode TestSetup(DMLabel label, AppCtx *user) in TestSetup()
60 PetscErrorCode TestLookup(DMLabel label, AppCtx *user) in TestLookup()
81 PetscErrorCode TestClear(DMLabel label, AppCtx *user) in TestClear()
104 DMLabel label; in main() local
H A Dex11.c8 DMLabel label, label2; in TestInsertion() local
118 DMLabel label; in TestEmptyStrata() local
140 DMLabel label; in TestEmptyStrata() local
152 DMLabel label; in TestEmptyStrata() local
184 DMLabel label; in TestDistribution() local
H A Dex56.c179 …Code MarkBoundary(DM dm, const char name[], PetscInt value, PetscBool verticesOnly, DMLabel *label) in MarkBoundary()
247 static PetscErrorCode DMLabelGetCoordinateRepresentation(DM dm, DMLabel label, PetscInt value, Vec … in DMLabelGetCoordinateRepresentation()
258 static PetscErrorCode DMLabelCompareWithCoordinateRepresentation(DM dm, DMLabel label, PetscInt val… in DMLabelCompareWithCoordinateRepresentation()
331 DMLabel label; in CheckNumLabels() local
370 DMLabel label; in main() local
385 DMLabel label; in main() local
H A Dex97.c11 DMLabel label; in main() local
H A Dex69.c613 DMLabel label; in CreateQuadMesh1() local
744 DMLabel label; in CreateHexMesh1() local
H A Dex40.c10 DMLabel label; in LabelPoints() local
H A Dex23.c114 DMLabel label; in CreateSubdomainMesh() local
135 DMLabel label; in CreateBoundaryMesh() local
175 static PetscErrorCode TestFunctionProjection(DM dm, DM dmAux, DMLabel label, Vec la, const char nam… in TestFunctionProjection()
209 static PetscErrorCode TestFieldProjection(DM dm, DM dmAux, DMLabel label, Vec la, const char name[]… in TestFieldProjection()
246 static PetscErrorCode TestFieldProjectionMultiple(DM dm, DM dmIn, DM dmAux, DMLabel label, Vec la, … in TestFieldProjectionMultiple()
H A Dex10.c90 PetscErrorCode CreateGroupLabel(DM dm, PetscInt numGroups, DMLabel *label, AppCtx *options) in CreateGroupLabel()
111 DMLabel label; in TestReorderingByGroup() local
H A Dex38.c36 DMLabel label; in main() local
H A Dex61.c22 DMLabel label; in main() local
H A Dex102.c21 DMLabel label; in SetupBoundaries() local
/petsc/src/dm/interface/
H A Ddm.c5039 PetscErrorCode DMGetField(DM dm, PetscInt f, DMLabel *label, PetscObject *disc) in DMGetField()
5056 PetscErrorCode DMSetField_Internal(DM dm, PetscInt f, DMLabel label, PetscObject disc) in DMSetField_Internal()
5085 PetscErrorCode DMSetField(DM dm, PetscInt f, DMLabel label, PetscObject disc) in DMSetField()
5123 PetscErrorCode DMAddField(DM dm, DMLabel label, PetscObject disc) in DMAddField()
5213 DMLabel label; in DMCopyFields() local
5435 DMLabel label; in DMCompleteBCLabels_Internal() local
5662 PetscErrorCode DMGetRegionDS(DM dm, DMLabel label, IS *fields, PetscDS *ds, PetscDS *dsIn) in DMGetRegionDS()
5712 PetscErrorCode DMSetRegionDS(DM dm, DMLabel label, IS fields, PetscDS ds, PetscDS dsIn) in DMSetRegionDS()
5767 PetscErrorCode DMGetRegionNumDS(DM dm, PetscInt num, DMLabel *label, IS *fields, PetscDS *ds, Petsc… in DMGetRegionNumDS()
5811 PetscErrorCode DMSetRegionNumDS(DM dm, PetscInt num, DMLabel label, IS fields, PetscDS ds, PetscDS … in DMSetRegionNumDS()
[all …]
/petsc/src/dm/impls/plex/tutorials/
H A Dex10.c22 DMLabel label; in CreateDomainLabel() local
53 DMLabel label; in AdaptMesh() local
/petsc/src/dm/dt/tests/
H A Dex12.c42 DMLabel label; in TestSetIndex() local
132 DMLabel label; in TestAdd() local
216 DMLabel label; in TestSetIndexAdd() local
/petsc/src/dm/dt/interface/
H A Ddtweakform.c101 … PetscWeakFormGetFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt valu… in PetscWeakFormGetFunction_Private()
123 … PetscWeakFormSetFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt valu… in PetscWeakFormSetFunction_Private()
149 … PetscWeakFormAddFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt valu… in PetscWeakFormAddFunction_Private()
173 …cWeakFormGetIndexFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt valu… in PetscWeakFormGetIndexFunction_Private()
194 …cWeakFormSetIndexFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt valu… in PetscWeakFormSetIndexFunction_Private()
217 …eakFormClearIndexFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt valu… in PetscWeakFormClearIndexFunction_Private()
291 …tscWeakFormRewriteKeys_Internal(PetscWeakForm wf, PetscHMapForm hmap, DMLabel label, PetscInt Nv, … in PetscWeakFormRewriteKeys_Internal()
350 PetscErrorCode PetscWeakFormRewriteKeys(PetscWeakForm wf, DMLabel label, PetscInt Nv, const PetscIn… in PetscWeakFormRewriteKeys()
359 …scErrorCode PetscWeakFormReplaceLabel_Internal(PetscWeakForm wf, PetscHMapForm hmap, DMLabel label) in PetscWeakFormReplaceLabel_Internal()
426 PetscErrorCode PetscWeakFormReplaceLabel(PetscWeakForm wf, DMLabel label) in PetscWeakFormReplaceLabel()
[all …]
/petsc/src/sys/classes/viewer/impls/draw/ftn-custom/
H A Dzdrawvf.c22 PETSC_EXTERN void petscviewermonitorlgsetup_(PetscViewer *v, char *host, char *label, char *metric,… in petscviewermonitorlgsetup_()
/petsc/src/ts/utils/
H A Ddmnetworkts.c28 PetscErrorCode TSMonitorLGCtxNetworkCreate(TS ts, const char host[], const char label[], int x, int… in TSMonitorLGCtxNetworkCreate()
/petsc/src/ksp/pc/impls/pbjacobi/kokkos/
H A Dpbjacobi_kok.kokkos.cxx39 …const char *label = transpose ? "PCApplyTranspose_PBJacobi_Kokkos" : "PCApply_PBJac… in PCApplyOrTranspose_PBJacobi_Kokkos() local
/petsc/src/dm/label/tutorials/
H A Dex1.c9 DMLabel label; in ViewLabels() local
149 DMLabel label, labelTmp; in TestEphemeralLabels() local
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c50 …xMarkBoundaryFaces_Internal(DM dm, PetscInt val, PetscInt cellHeight, DMLabel label, PetscBool mis… in DMPlexMarkBoundaryFaces_Internal()
190 PetscErrorCode DMPlexMarkBoundaryFaces(DM dm, PetscInt val, DMLabel label) in DMPlexMarkBoundaryFaces()
205 static PetscErrorCode DMPlexLabelComplete_Internal(DM dm, DMLabel label, PetscBool completeCells) in DMPlexLabelComplete_Internal()
298 PetscErrorCode DMPlexLabelComplete(DM dm, DMLabel label) in DMPlexLabelComplete()
322 PetscErrorCode DMPlexLabelAddCells(DM dm, DMLabel label) in DMPlexLabelAddCells()
394 PetscErrorCode DMPlexLabelAddFaceCells(DM dm, DMLabel label) in DMPlexLabelAddFaceCells()
455 PetscErrorCode DMPlexLabelClearCells(DM dm, DMLabel label) in DMPlexLabelClearCells()
766 DMLabel label, newlabel; in DMPlexShiftLabels_Internal() local
914 static PetscErrorCode DMPlexConstructGhostCells_Internal(DM dm, DMLabel label, PetscInt *numGhostCe… in DMPlexConstructGhostCells_Internal()
1057 DMLabel label; in DMPlexConstructGhostCells() local
[all …]
H A Dplexsection.c89 static PetscErrorCode DMPlexCreateSectionDof(DM dm, DMLabel label[], const PetscInt numDof[], Petsc… in DMPlexCreateSectionDof()
427 PetscErrorCode DMPlexCreateSection(DM dm, DMLabel label[], const PetscInt numComp[], const PetscInt… in DMPlexCreateSection()
488 DMLabel label; in DMCreateLocalSection_Plex() local
520 DMLabel label; in DMCreateLocalSection_Plex() local

12345