Fix code formating and VecGetArrayXXX()Commit-type: testing-fix, style-fix/spend 15m
Sets to ARKMEX fully implicit before setting the TSType to ARKIMEX hence flag is ignored.Flag won't work anyway because the IFunction already contains the RHSFunction and fully implicit would make
Sets to ARKMEX fully implicit before setting the TSType to ARKIMEX hence flag is ignored.Flag won't work anyway because the IFunction already contains the RHSFunction and fully implicit would make it contain it twiceCommit-type: bug-fix/spend 10m
show more ...
Docs: Fix broken linksFix broken links and other formatting errors expose by"make linkcheck" in the Sphinx docs root.This includes updating links in the .rst files, adding missing examples to EX
Docs: Fix broken linksFix broken links and other formatting errors expose by"make linkcheck" in the Sphinx docs root.This includes updating links in the .rst files, adding missing examples to EXAMPLESCsections in makefiles, and fixing entries in BibTeX files.
Clean up examples so they run correctly without warnings configured using --with-log=0 and --with-info=0Make CI pipeline linux job build with these optionsCommit-type: testing-fix, style-fix, mai
Clean up examples so they run correctly without warnings configured using --with-log=0 and --with-info=0Make CI pipeline linux job build with these optionsCommit-type: testing-fix, style-fix, maintainability/spend 1h
Turn on checkbadSource test to generate an error when found; fix all source code that causes errorsCommit-type: portability-fix, testing-fix, style-fix, feature, maintainability/spend 1.5h
Added test case for BEuler adjoint
Single petscdir.mk
Merge branch 'hongzh/fix-tstrajectory-examples' into 'master'Adjust the TSTrajectory setup in adjoint examplesSee merge request petsc/petsc!2609
Provide support for not setting PETSC_DIR when gnumake is being used; this will prevent some petsc-maint/petsc-users email threadsCommit-type: error-checking, testing-fix, feature, exampleThanks-t
Provide support for not setting PETSC_DIR when gnumake is being used; this will prevent some petsc-maint/petsc-users email threadsCommit-type: error-checking, testing-fix, feature, exampleThanks-to: Jed Brown <jed@jedbrown.org>Thanks-to: Lisandro Dalcin <dalcinl@gmail.com>
Promote examples/{tests,tutorials}/ to {tests,tutorials}/This shortens paths and improves consistency between test target namesand paths to the source and output files. Most of the work wascompl
Promote examples/{tests,tutorials}/ to {tests,tutorials}/This shortens paths and improves consistency between test target namesand paths to the source and output files. Most of the work wascompleted by this script, followed by mild cleanup of nonconformingcases.for makefile in `git ls-files 'src/*makefile'`; do if rg -q 'DIRS.*\bexamples\b' $makefile; then base=$(dirname $makefile) dirs=$(cd $base/examples && ls -d tests tutorials 2>/dev/null | xargs echo) perl -pi -e "s#^(DIRS.*)\bexamples\b#\1${dirs}#" $makefile git rm $base/examples/makefile for t in $dirs; do git mv $base/examples/$t $base/ perl -pi -e "s#^(LOCDIR[[:space:]]*=).*#\1 $base/$t/#" $base/$t done fidonegit grep -l -E -z 'examples/(tutorials|tests)' | xargs -0 perl -pi -e 's#examples/(tutorials|tests)#\1#g'git checkout @ \ src/docs/website/documentation/changes/ \ src/benchmarks/results/
1234