History log of /petsc/src/ts/interface/sensitivity/tssen.c (Results 151 – 175 of 214)
Revision Date Author Comments
# 7a7aea1f 25-Mar-2020 Jed Brown <jed@jedbrown.org>

docs: fix Input/Output Parameters list format

Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>


# f0fc11ce 15-Mar-2020 Jed Brown <jed@jedbrown.org>

docs: fix sowing list syntax/incomplete man page


# 099d8087 14-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# bdd9931c 13-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'patch-1' into 'maint'

Add missing description of numcost in TSSetCostGradients()

See merge request petsc/petsc!2520


# d2fd7bfc 13-Feb-2020 Hong Zhang <hongzhang@anl.gov>

Add missing description of numcost in TSSetCostGradients()


# fff33866 21-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of gitlab.com:petsc/petsc


# 2083db08 21-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'hongzh/fix-ex20opt-p' into 'master'

Fix a bug in ex20opt_p

See merge request petsc/petsc!2077


# 2f17b9e8 20-Sep-2019 Hong Zhang <hongzhang@anl.gov>

Fix wrong error message

Also add convergence check for TSForwardStep

Funded-by:
Project: FASTMath adjoint
Time: 1.0 hours
Reported-by:
Thanks-to:


# ed0ed7c6 19-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'

# Conflicts:
# lib/petsc/conf/test


# 2eee7f68 17-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'hongzh/fd-for-adjoint' into 'master'

Support Jacobian approximation with FDColoring in adjoint

See merge request petsc/petsc!2037


# ba0675f6 14-Sep-2019 Hong Zhang <hongzhang@anl.gov>

Add an API to compute SNES Jacobian in TS

This function can be used by both implicit methods and explicit methods.

Funded-by:
Project: FASTMath adjoint
Time: 1.0 hours
Reported-by:
Thanks-to: Barry

Add an API to compute SNES Jacobian in TS

This function can be used by both implicit methods and explicit methods.

Funded-by:
Project: FASTMath adjoint
Time: 1.0 hours
Reported-by:
Thanks-to: Barry Smith <bsmith@mcs.anl.gov>

show more ...


# 35140aeb 05-Sep-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merge branch 'master' into this one.


# c771d45a 04-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/improve-adjoint-logging' into 'master'

Hongzh/improve adjoint logging

See merge request petsc/petsc!1984


# 0a6a86df 17-Aug-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'jolivet/typos' [PR #1970]

* jolivet/typos:
Some typos in the range T--Z
Pierre Jolivet doesn't know why, but had the splendid idea to type in
find . -name "*.c" -exec cat {} ; | aspel

Merge branch 'jolivet/typos' [PR #1970]

* jolivet/typos:
Some typos in the range T--Z
Pierre Jolivet doesn't know why, but had the splendid idea to type in
find . -name "*.c" -exec cat {} ; | aspell list | sort -u

show more ...


# 4c500f23 15-Aug-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Typos.


# 7f59fb53 02-Aug-2019 Hong Zhang <hongzhang@anl.gov>

Make an extra stage for TSAdjointSolve

Use macro so that Barry won't yell at me.


# a8158fb5 14-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'gropp/doc-fixes-1' [PR #1838]


# 57a5760d 02-Jul-2019 William Gropp <wgropp@illinois.edu>

Merge from doc-fixes branch


# a2b725a8 27-Jun-2019 William Gropp <wgropp@illinois.edu>

Fixes for doctext update


# 613bfe33 02-Jun-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/update-collective-on (pull request #1744)

Update the use of Collective on in the manual pages to reflect the new style


# d083f849 01-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Update the use of Collective on in the manual pages to reflect the new style

Commit-type: style-fix, documentation
Thanks-to: Patrick Sanan <patrick.sanan@gmail.com>


# fa54792a 29-May-2019 Patrick Sanan <patrick.sanan@gmail.com>

Merged in psanan/man-pages-remove-keywords (pull request #1717)

Man pages: Remove .keywords fields

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# bfcb38ea 27-May-2019 Patrick Sanan <patrick.sanan@gmail.com>

Man pages: remove .keywords: fields

This field is recognized by doctext from Sowing (http://wgropp.cs.illinois.edu/projects/software/sowing/doctext/node20.htm#Node20),
but it doesn't seem to be unif

Man pages: remove .keywords: fields

This field is recognized by doctext from Sowing (http://wgropp.cs.illinois.edu/projects/software/sowing/doctext/node20.htm#Node20),
but it doesn't seem to be uniformly used or maintained.

Thus, remove all .keywords: fields, and a following blank line, if present.

This is accomplished with GNU sed (gsed on OS X), with the following commands.
*Warning* that this type of command can corrupt a .git directory,
so be cautious in reusing or modifying these commands. They first look
for and delete matching lines with a following line consisting of only whitespace,
and then delete any remaining matching lines.

find src/ -type f -exec gsed -i '/keywords:/ {N; /\n\s*$/d}' {} +
find src/ -type f -exec gsed -i '/keywords:/d' {} +
find include/ -type f -exec gsed -i '/keywords:/ {N; /\n\s*$/d}' {} +
find include/ -type f -exec gsed -i '/keywords:/d' {} +

Hints on the sed command obtained from: https://unix.stackexchange.com/questions/100754/how-to-delete-a-specific-line-and-the-following-blank-line-using-gnu-sed

show more ...


# c6cd81eb 11-May-2019 Hong Zhang <hongzhang@anl.gov>

Merged in hongzh/fix-ts-adjoint-deprecations (pull request #1653)

Fix the deprecations for some TSAdjoint functions

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# d76be551 10-May-2019 Hong Zhang <hongzhang@anl.gov>

Fix the deprecations for some TSAdjoint functions

Funded-by:
Project: FASTMath adjoint
Time: 1.0 hours
Reported-by: Barry Smith <bsmith@mcs.anl.gov>
Thanks-to:


123456789