Searched refs:label (Results 1 – 9 of 9) sorted by relevance
| /honee/src/ |
| H A D | setupdm.c | 89 DMLabel label; in SetUpDM() local 90 PetscCall(DMGetLabel(dm, "Face Sets", &label)); in SetUpDM() 91 …PetscCheck(label, PetscObjectComm((PetscObject)dm), PETSC_ERR_SUP, "DM does not have 'Face Sets' l… in SetUpDM() 92 PetscCall(DMPlexLabelComplete(dm, label)); in SetUpDM() 104 …PetscCall(DMAddBoundary(dm, DM_BC_ESSENTIAL, name, label, num_label_values, label_values, 0, num_e… in SetUpDM()
|
| H A D | mat-ceed.c | 798 CeedContextFieldLabel label = NULL; in MatCeedSetContextDouble() local 800 PetscCallCeed(ctx->ceed, CeedOperatorGetContextFieldLabel(ctx->op_mult, name, &label)); in MatCeedSetContextDouble() 801 if (label) { in MatCeedSetContextDouble() 806 PetscCallCeed(ctx->ceed, CeedOperatorSetContextDouble(ctx->op_mult, label, &value)); in MatCeedSetContextDouble() 811 label = NULL; in MatCeedSetContextDouble() 812 … PetscCallCeed(ctx->ceed, CeedOperatorGetContextFieldLabel(ctx->op_mult_transpose, name, &label)); in MatCeedSetContextDouble() 813 if (label) { in MatCeedSetContextDouble() 818 … PetscCallCeed(ctx->ceed, CeedOperatorSetContextDouble(ctx->op_mult_transpose, label, &value)); in MatCeedSetContextDouble() 848 CeedContextFieldLabel label = NULL; in MatCeedGetContextDouble() local 851 PetscCallCeed(ctx->ceed, CeedOperatorGetContextFieldLabel(op, name, &label)); in MatCeedGetContextDouble() [all …]
|
| H A D | dm-utils.c | 1278 PetscErrorCode DMLabelCreateGlobalValueArray(DM dm, DMLabel label, PetscInt *num_values, PetscInt *… in DMLabelCreateGlobalValueArray() argument 1290 PetscCall(DMLabelGetValueIS(label, &is_values)); in DMLabelCreateGlobalValueArray()
|
| /honee/examples/postprocess/ |
| H A D | vortexshedding.py | 45 ax_drag.yaxis.label.set_color(palette[0]) 47 ax_lift.yaxis.label.set_color(palette[1])
|
| /honee/src/spanstats/ |
| H A D | spanstats.c | 59 DMLabel label; in SpanwiseStatisticssCreateDM() local 76 PetscCall(DMGetLabel(honee->dm, "Periodic Face", &label)); in SpanwiseStatisticssCreateDM() 78 PetscCall(DMLabelSetValue(label, ilocal[i], 1)); in SpanwiseStatisticssCreateDM() 82 PetscCall(DMGetLabel(honee->dm, "Face Sets", &label)); in SpanwiseStatisticssCreateDM() 85 PetscCall(DMPlexLabelComplete(honee->dm, label)); in SpanwiseStatisticssCreateDM() 86 …PetscCall(DMPlexFilter(honee->dm, label, 1, PETSC_FALSE, PETSC_FALSE, PetscObjectComm((PetscObject… in SpanwiseStatisticssCreateDM()
|
| /honee/examples/ |
| H A D | conv_plot.py | 52 ax.loglog(h, H, '--', color=colors[i], label='O(h$^' + str(p) + '$)')
|
| /honee/include/ |
| H A D | dm-utils.h | 27 PetscErrorCode DMLabelCreateGlobalValueArray(DM dm, DMLabel label, PetscInt *num_values, PetscInt *…
|
| /honee/problems/ |
| H A D | stg_shur14.c | 335 DMLabel label; in SetupStrongStg() local 356 PetscCall(DMGetLabel(dm, "Face Sets", &label)); in SetupStrongStg()
|
| /honee/doc/ |
| H A D | auxiliary.md | 115 The terms collected are listed below, with the mathematical definition on the left and the label (p…
|