Searched refs:prefix (Results 1 – 8 of 8) sorted by relevance
| /honee/src/spanstats/ |
| H A D | spanstats.c | 33 PetscCall(PetscFree(spanstats_->prefix)); in SpanStatsCtxDestroy() 70 …intf(isoperiodicface_key, sizeof isoperiodicface_key, "-%sisoperiodic_facesf", spanstats->prefix)); in SpanwiseStatisticssCreateDM() 105 PetscCall(DMSetOptionsPrefix(spanstats->dm, spanstats->prefix)); in SpanwiseStatisticssCreateDM() 280 …tscCall(PetscSNPrintf(spanstats_sf_key, sizeof spanstats_sf_key, "-%ssf_view", spanstats->prefix)); in SpanwiseStatisticsCreateSF() 281 PetscCall(PetscObjectSetName((PetscObject)*statssf, spanstats->prefix)); in SpanwiseStatisticsCreateSF() 330 PetscCall(KSPSetOptionsPrefix(ksp, spanstats->prefix)); in SpanwiseStatisticsSetupL2Projection() 354 …wiseStatisticsSetupInitialize(Honee honee, PetscInt degree, PetscInt num_comps, const char *prefix, in SpanwiseStatisticsSetupInitialize() argument 365 PetscCall(PetscStrallocpy(prefix, &spanstats_->prefix)); in SpanwiseStatisticsSetupInitialize() 368 …PetscCall(PetscOptionsGetInt(NULL, prefix, "-collect_interval", &spanstats_->collect_interval, NUL… in SpanwiseStatisticsSetupInitialize() 389 PetscCall(PetscViewerSetOptionsPrefix(ctx->viewer, spanstats->prefix)); in SpanwiseStatisticsSetupFinalize()
|
| H A D | cflpe.c | 151 const char *prefix = "ts_monitor_spanstats_cflpe_"; in SpanwiseStatisticsSetup_CflPe() local 160 …PetscCall(SpanwiseStatisticsSetupInitialize(honee, honee->app_ctx->degree, 6, prefix, &stats_setup… in SpanwiseStatisticsSetup_CflPe() 232 …spanstats->prefix, spanstats->initial_solution_time / second, solution_time / second, spanstats->i… in TSMonitor_SpanwiseStatisticsCflPe()
|
| H A D | turbulence.c | 153 const char *prefix = "ts_monitor_spanstats_turbulence_"; in SpanwiseStatisticsSetup_Turbulence() local 162 …sticsSetupInitialize(honee, honee->app_ctx->degree, TURB_NUM_COMPONENTS, prefix, &stats_setup_data… in SpanwiseStatisticsSetup_Turbulence() 253 …spanstats->prefix, spanstats->initial_solution_time / second, solution_time / second, spanstats->i… in TSMonitor_SpanwiseStatisticsTurbulence()
|
| /honee/include/ |
| H A D | spanstats.h | 22 char *prefix; member 33 …wiseStatisticsSetupInitialize(Honee honee, PetscInt degree, PetscInt num_comps, const char *prefix,
|
| /honee/src/ |
| H A D | dm-utils.c | 385 … PetscInt q_order, const char prefix[], PetscFE *fem) { in PetscFECreateLagrangeFromOptions() argument 396 PetscCall(PetscObjectSetOptionsPrefix((PetscObject)fe_space, prefix)); in PetscFECreateLagrangeFromOptions() 449 PetscCall(PetscObjectSetOptionsPrefix((PetscObject)fe_dual_space, prefix)); in PetscFECreateLagrangeFromOptions() 699 const char *prefix; in Create1DTabulation_Tensor() local 705 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)fe, &prefix)); in Create1DTabulation_Tensor() 713 … (PetscInt)PetscCeilReal(PetscPowReal(1.0 * q_order, 1.0 / dim)) - 1, prefix, &fe_1d)); in Create1DTabulation_Tensor()
|
| /honee/tests/ |
| H A D | junit_common.py | 273 return any((base.startswith(prefix) for prefix in prefixes))
|
| /honee/doc/ |
| H A D | auxiliary.md | 114 The commandline prefix `turbulence` (e.g. `-ts_monitor_spanstats_turbulence`) obtains statistics th… 140 The commandline prefix `cflpe` (e.g. `-ts_monitor_spanstats_cflpe`) obtains statistics for CFL and …
|
| /honee/ |
| H A D | Doxyfile | 1260 # The IGNORE_PREFIX tag can be used to specify a prefix (or a list of prefixes) 1264 # after removing the prefix.
|