Home
last modified time | relevance | path

Searched refs:error (Results 1 – 6 of 6) sorted by relevance

/honee/tests/junit-xml/junit_xml/
H A D__init__.py213 for error in case.errors:
214 if error["message"] or error["output"]:
216 if error["message"]:
217 attrs["message"] = decode(error["message"], encoding)
218 if error["type"]:
219 attrs["type"] = decode(error["type"], encoding)
221 if error["output"]:
222 error_element.text = decode(error["output"], encoding)
406 error = {}
407 error["message"] = message
[all …]
/honee/src/spanstats/
H A Dturbulence.c262 Vec error; in TSMonitor_SpanwiseStatisticsTurbulence() local
263 PetscCall(VecDuplicate(stats, &error)); in TSMonitor_SpanwiseStatisticsTurbulence()
264 PetscCall(ApplyCeedOperatorGlobalToGlobal(stats, error, spanstats->mms_error_ctx)); in TSMonitor_SpanwiseStatisticsTurbulence()
266 PetscCall(VecSum(error, &error_sq)); in TSMonitor_SpanwiseStatisticsTurbulence()
/honee/src/
H A Dmisc.c97 PetscReal error, Qrefnorm; in RegressionTest() local
111 PetscCall(VecNorm(Q, NORM_MAX, &error)); in RegressionTest()
114 if (error > app_ctx->test_tol) { in RegressionTest()
115 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Test failed with error norm %g\n", (double)error)); in RegressionTest()
/honee/include/
H A Dnavierstokes.h23 #error "PETSc latest main branch or v3.24 is required"
/honee/
H A DMakefile226 $(if $(wildcard $@),,$(error \
H A DDoxyfile842 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
927 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
929 # error (stderr). In case the file specified cannot be opened for writing the
930 # warning and error messages are written to standard error. When as file - is
931 # specified the warning and error messages are written to standard output
2061 # The LATEX_BATCHMODE tag signals the behavior of LaTeX in case of an error.
2064 # hit at every error; missing files that TeX tries to input or request from
2070 # each error, asking for user intervention.