Home
last modified time | relevance | path

Searched refs:field_names (Results 1 – 2 of 2) sorted by relevance

/honee/src/
H A Dmonitor_totalkineticenergy.c138 …static const char *field_names[] = {"TotalKineticEnergy", "StrainDissipation", "DivergenceDissipat… in TSMonitor_TotalKineticEnergy() local
195 PetscCall(PetscViewerASCIIPrintf(ctx->viewer, "%s", field_names[i])); in TSMonitor_TotalKineticEnergy()
211 …PetscCall(PetscViewerASCIIPrintf(ctx->viewer, "%s: %0.12e ", field_names[i], monitor_ctx->sum_valu… in TSMonitor_TotalKineticEnergy()
/honee/tests/
H A Djunit_common.py319 field_names = [f.name for f in test_fields]
346 index = field_names.index(key)