Home
last modified time | relevance | path

Searched full:exit (Results 1 – 21 of 21) sorted by relevance

/libCEED/.github/workflows/
H A Drelease-notes.yml23 if git diff origin/main --exit-code include/ceed/*; then
25 elif git diff origin/main --exit-code doc/sphinx/source/releasenotes.rst; then
27 exit 1
H A Dc-fortran-test-style.yml32 make format-c -j CLANG_FORMAT=clang-format-19 && git diff --exit-code
H A Dpython-test-with-style.yml49 make format-py && git diff --exit-code
H A Djulia-test-with-style.yml41 …tantiate()' && julia --project=.style/ .style/ceed_style.jl && git diff --exit-code src test examp…
/libCEED/benchmarks/
H A Dbenchmark.sh16 exit_cmd=exit
61 -h|--help print this usage information and exit
281 echo "Reading shell commands, type 'c' to continue, 'exit' to stop ..." | tee -a $output_file
/libCEED/examples/python/
H A Dex1_volume.py175 sys.exit(1)
181 sys.exit(main())
H A Dex3_volume.py61 sys.exit(1)
172 sys.exit(1)
H A Dex2_surface.py180 sys.exit(1)
186 sys.exit(main())
/libCEED/examples/nek/
H A Dnek-examples.sh47 # Exit if being sourced
51 nek_exit_cmd=exit
72 -h|-help Print this usage information and exit
H A DREADME.md47 -h|-help Print this usage information and exit
/libCEED/examples/mfem/
H A DMakefile43 # Generate an error message if the MFEM library is not built and exit
H A Dbp1.cpp153 // 11. Free memory and exit. in main()
H A Dbp3.cpp187 // 11. Free memory and exit. in main()
/libCEED/tests/
H A Djunit.py215 sys.exit(1)
H A Djunit_common.py765 my_env['CEED_ERROR_HANDLER'] = 'exit'
/libCEED/
H A D.gitlab-ci.yml51 - TIDY_OPTS="-fix-errors" make -j$NPROC_CPU tidy && git diff --color=always --exit-code
287 - TIDY_OPTS="-fix-errors" make -j$NPROC_CPU tidy && git diff --color=always --exit-code
354 # - TIDY_OPTS="-fix-errors" make -j$NPROC_CPU tidy && git diff --color=always --exit-code
406 - TIDY_OPTS="-fix-errors" make -j$NPROC_CPU tidy && git diff --color=always --exit-code
/libCEED/interface/
H A Dceed-preconditioning.c677 // Early exit for empty operator in CeedOperatorAssembleSingle()
2176 // Early exit for empty operator in CeedOperatorLinearAssembleDiagonal()
2242 // Early exit for empty operator in CeedOperatorLinearAssembleAddDiagonal()
2407 // Early exit for empty operator in CeedOperatorLinearAssemblePointBlockDiagonal()
2470 // Early exit for empty operator in CeedOperatorLinearAssembleAddPointBlockDiagonal()
2596 // Early exit for empty operator in CeedOperatorLinearAssemble()
H A Dceed.c1255 if (!strcmp(ceed_error_handler, "exit")) (*ceed)->Error = CeedErrorExit; in CeedInit()
1805 exit(err_code); in CeedErrorExit()
H A Dceed-elemrestriction.c1588 // Exit early if there are no elements in CeedElemRestrictionGetMinMaxPointsInElement()
/libCEED/examples/fluids/
H A DREADME.md262 If thermal anomalies must exit the domain, the Riemann solver must resolve the contact wave to avoi…
H A Dindex.md632 …r {cite}`toro2009` (option `-freestream_riemann hll`), the acoustic waves exit the domain cleanly,…