History log of /petsc/src/ts/tutorials/makefile (Results 1 – 25 of 33)
Revision Date Author Comments
# 802a5182 22-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-12-21/rm-unneeded-mansec' into 'main'

Remove MANSEC from makefiles it is not needed in, tutorials and tests

See merge request petsc/petsc!7137


# 39eaa9ea 22-Dec-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove MANSEC from makefiles it is not needed in, tutorials and tests


# 97c047f8 25-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-10-18/rm-dirs-from-makefiles' into 'main'

Remove use of and the DIRS variables from the makefiles

See merge request petsc/petsc!6945


# 66af8762 18-Oct-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove DIRS variable and unneeded tabs from all makefiles since no longer needed

Commit-type: housekeeping


# e6bb321c 26-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-17/rm-unneeded-test-from-makefiles' into 'main'

simplify/cleanup makefile system

See merge request petsc/petsc!6201


# 60bb51bd 18-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove need for seperate lib/petsc/conf/test file by merging with rules file

Commit-type: maintainability


# 297cb52f 01-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-02-22/rm-locdir' into 'main'

Remove need for hardwired LOCDIR in all makefiles

See merge request petsc/petsc!6113


# 21e3ffae 23-Feb-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove unneeded declarations of LOCDIR from all the makefiles

Commit-type:documentation


# 3362b35f 24-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/adjoint-ark' into 'main'

Add adjoint support for ARKIMEX

See merge request petsc/petsc!6048


# 80ab5e31 09-Feb-2023 Hong Zhang <hongzhang@anl.gov>

Add adjoint support for ARKIMEX

Only first-order adjoint equaitons are implemented. No support for integral QOI yet.


# 6ffe77ea 12-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-05-03/cleanup-makefiles' into 'main'

remove unneeded stuff from makefiles

See merge request petsc/petsc!5211


# ac09b921 05-May-2022 Barry Smith <bsmith@mcs.anl.gov>

Get values of makefile SOURCE etc from the file system instead of makefiles

Use SUBMANSEC from include files for manual sections instead of the makefile

Unfortunately this has to be one large commi

Get values of makefile SOURCE etc from the file system instead of makefiles

Use SUBMANSEC from include files for manual sections instead of the makefile

Unfortunately this has to be one large commit since the changes all have to be done at once

Commit-type: docs
/spend 10m

show more ...


# f97672e5 03-May-2022 Barry Smith <bsmith@mcs.anl.gov>

remove garbage from makefiles

Including
* unused FLAGS variables
* All: lib that did not work
* stray blank lines etc

Commit-type: housekeeping
/spend 1h


# a4e904b1 13-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/doc-fixes' into 'main'

Balay/doc fixes

See merge request petsc/petsc!3709


# 99c90e12 12-Mar-2021 Satish Balay <balay@mcs.anl.gov>

doc fixes


# 16549e6b 20-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/support-parameterized-mass-matrix' into 'master'

Add sensitivity suport for parameterized mass matrice

See merge request petsc/petsc!3500


# 82ad9101 22-Dec-2020 Hong Zhang <hongzhang@anl.gov>

Add sensitivity suport for parameterized mass matrice

- Xdot now is calculated correctly before passing to TSComputeIJacobianP
- Always checkpoint th->X0 as the stage value for Theta methods. This a

Add sensitivity suport for parameterized mass matrice

- Xdot now is calculated correctly before passing to TSComputeIJacobianP
- Always checkpoint th->X0 as the stage value for Theta methods. This allows us to recover th->X (for endpoint!=1) from th->X0 and to calculate th->Xdot.

Commit-type: feature
/spend 4.0 hr
Thanks-to: salazardetro1@llnl.gov

show more ...


# 5780c0b3 14-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# c0a8964b 12-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/docs-link-fixes-2020-10-10' into 'release'

Docs: fix broken links

See merge request petsc/petsc!3335


# 06ad4722 10-Oct-2020 Patrick Sanan <patrick.sanan@gmail.com>

Docs: Fix broken links

Fix 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 links

Fix 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 EXAMPLESC
sections in makefiles, and fixing entries in BibTeX files.

show more ...


# e2450a9f 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/sowing-1.1.26' into 'master'

sowing: update to version 1.1.26+

See merge request petsc/petsc!3091


# ee300463 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

doc: fix build errors


# cfd998dc 30-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tsadjoint_examples' into 'master'

Add an example to demonstrate two approaches to solving for adjoints with respect to time dependent parameters

See merge request petsc/petsc!2787


# 80f8ae99 19-May-2020 Sajid Ali <sajidsyed2021@u.northwestern.edu>

Add an example to demonstrate two approaches to solving for adjoints with respect to time dependent parameters

new file: src/ts/tutorials/ex20td.c
modified: src/ts/tutorials/makefile
new file

Add an example to demonstrate two approaches to solving for adjoints with respect to time dependent parameters

new file: src/ts/tutorials/ex20td.c
modified: src/ts/tutorials/makefile
new file: src/ts/tutorials/output/ex20td_global.out
new file: src/ts/tutorials/output/ex20td_track.out

show more ...


# 7ea10ee1 07-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


12