Home
last modified time | relevance | path

Searched refs:format (Results 1 – 17 of 17) sorted by relevance

/honee/
H A DMakefile275 CLANG_FORMAT ?= clang-format
281 %.format : %
284 format.ch := $(shell git ls-files '*.[ch]pp' '*.[ch]')
285 format.py := $(filter-out tests/junit-xml/junit_xml/__init__.py, $(shell git ls-files '*.py'))
286 format.ot := $(shell git ls-files '*.md')
288 format-c :
289 $(call quiet,CLANG_FORMAT) $(FORMAT_OPTS) $(format.ch)
291 format-py :
292 $(call quiet,AUTOPEP8) $(AUTOPEP8_OPTS) $(format.py)
294 format-ot :
[all …]
H A DCHANGELOG.md46 …-checkpoint_interval` default value from `10` to `0` (CGNS is the standard restart file format now)
H A DCONTRIBUTING.md29 You can use `make format` to help conform to coding conventions of the project, but try to avoid mi…
H A DDoxyfile10 # The format is:
74 # sub-directories (in 2 levels) under the output directory of each output format
327 # using this tag. The format is ext=language, where ext is a file extension, and
330 # VHDL, Fortran (fixed format Fortran: FortranFixed, free formatted Fortran:
348 # according to the Markdown format, which allows for more readable
808 # output files in an output format independent way. To create the layout file
906 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
909 # and the warning text. Optionally the format may contain $version, which will
1509 # files are now used as the Windows 98 help format, and will replace the old
1510 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
[all …]
H A DLICENSE-APACHE184 comment syntax for the file format. We also recommend that a
/honee/src/
H A Dbc_definition.c87 PetscViewerFormat format; in BCDefinitionView() local
95 PetscCall(PetscViewerGetFormat(viewer, &format)); in BCDefinitionView()
97 if (size == 1 && format == PETSC_VIEWER_LOAD_BALANCE) PetscFunctionReturn(PETSC_SUCCESS); in BCDefinitionView()
101 PetscBool is_detailed = format == PETSC_VIEWER_ASCII_INFO_DETAIL; in BCDefinitionView()
H A Dsetupts.c260 PetscViewerFormat format = honee->app_ctx->wall_forces.viewer_format; in TSMonitor_WallForce() local
274 if (format == PETSC_VIEWER_ASCII_CSV && !honee->app_ctx->wall_forces.header_written) { in TSMonitor_WallForce()
280 if (format == PETSC_VIEWER_ASCII_CSV) { in TSMonitor_WallForce()
386 PetscViewerFormat format; in HoneeTSEvaluationSolutions() local
395 PetscCall(PetscOptionsCreateViewer(comm, NULL, NULL, option, &viewer, &format, &is_viewer_set)); in HoneeTSEvaluationSolutions()
H A Dmat-ceed.c259 PetscViewerFormat format; in MatView_Ceed() local
268 PetscCall(PetscViewerGetFormat(viewer, &format)); in MatView_Ceed()
270 if (size == 1 && format == PETSC_VIEWER_LOAD_BALANCE) PetscFunctionReturn(PETSC_SUCCESS); in MatView_Ceed()
277 PetscBool is_detailed = format == PETSC_VIEWER_ASCII_INFO_DETAIL; in MatView_Ceed()
H A Dmonitor_cfl.c164 if (ctx->format == PETSC_VIEWER_ASCII_CSV) { in TSMonitor_Cfl()
H A Dmonitor_totalkineticenergy.c162 if (ctx->format == PETSC_VIEWER_ASCII_CSV) { in TSMonitor_TotalKineticEnergy()
/honee/tests/
H A Dsmartsim_regression_framework.py202 traceback.TracebackException.from_exception(exception).format())
249 …print('\t' + ''.join(traceback.TracebackException.from_exception(exception).format()), file=sys.st…
H A Djunit_common.py564 … output_str += 'ERROR: {}\n'.format((test_case.errors[0]['message'] or 'NO MESSAGE').strip())
565 … output_str += 'Output: \n{}\n'.format((test_case.errors[0]['output'] or 'NO MESSAGE').strip())
568 output_str += 'FAIL: {}\n'.format((failure['message'] or 'NO MESSAGE').strip())
569 … output_str += 'Output: \n{}\n'.format((failure['output'] or 'NO MESSAGE').strip())
/honee/doc/
H A Druntime_options.md93 - PETSc output format, such as `cgns:output-%d.cgns` (requires PETSc `--download-cgns`)
101 - Number of frames written per CGNS file if the CGNS file name includes a format specifier (`%d`).
133 - PETSc output format for `-ts_eval_times` solutions to be written to
H A Dtheory.md614 …e then interpolated to a physical location (node or quadrature point). It has the following format:
623 It has the format:
H A Dauxiliary.md108 - Number of frames written per CGNS file if the CGNS file name includes a format specifier (`%d`).
/honee/src/spanstats/
H A Dcflpe.c213 PetscCall(PetscViewerPushFormat(ctx->viewer, ctx->format)); in TSMonitor_SpanwiseStatisticsCflPe()
H A Dturbulence.c232 PetscCall(PetscViewerPushFormat(ctx->viewer, ctx->format)); in TSMonitor_SpanwiseStatisticsTurbulence()