History log of /petsc/src/ts/interface/sensitivity/tssen.c (Results 126 – 150 of 214)
Revision Date Author Comments
# 16ee7b68 23-Dec-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/enable-consecutive-adjoint-solves' into 'release'

TSAdjoint: enable consecutive adjoint solves

See merge request petsc/petsc!4670


# bdbff044 22-Dec-2021 Hong Zhang <hongzhang@anl.gov>

TSAdjoint: enable consecutive adjoint solves

One extra call to TSTrajectoryGet() is needed only at the end of an adjoint solve. This change allows one to split one TSAdjointSolve() into a sequence o

TSAdjoint: enable consecutive adjoint solves

One extra call to TSTrajectoryGet() is needed only at the end of an adjoint solve. This change allows one to split one TSAdjointSolve() into a sequence of consecutive adjoint solves.

show more ...


# d5ed94bb 14-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jose/fix-manpages'

Fix manpages to avoid errors reported by doctext

See merge request petsc/petsc!4309


# 4165533c 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Argument --> Parameter (required to enable sowing checks)


# 6b867d5a 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: mismatching number of parameters


# f899ff85 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Input/Output Parameters --> Parameter


# d8d19677 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Input/Output Parameter --> Parameters


# c1bf08c5 06-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/spelling-errors' into 'main'

Fix many spelling errors in manpages and comments

See merge request petsc/petsc!4283


# a5b23f4a 03-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix spelling errors in manpages and comments


# f482f063 21-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/checkstack' into 'main'

Check Push/Pop

See merge request petsc/petsc!4077


# 362febee 10-Jun-2021 Stefano Zampini <stefano.zampini@gmail.com>

PetscStack : check for correct push/pop

Enforce checkstack for CI jobs
Fixes from testsuite


# 67f24b97 08-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/update-checkbadsource' into 'main'

Update badsource rules

See merge request petsc/petsc!4064


# 70a7d78a 04-Jun-2021 Stefano Zampini <stefano.zampini@gmail.com>

Update badsource rules

- Zero or more spaces are not allowed for more returning types
- zero spaces not allowed for for|if|while


# 005520e9 13-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-03-26/clang-static-linter' into 'main'

Feature: libClang PETSc Macro Static Analyzer

See merge request petsc/petsc!3773


# 064a246e 11-May-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX f

Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX for validity. Automatically generates diff files for problems with a known solution.

show more ...


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

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc!3064

show more ...


# 2da392cc 17-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability
/spend 1.5h


# f2c391ee 29-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/update-ts-citations' into 'master'

Update ts citations

See merge request petsc/petsc!2820


# f1d62c27 29-May-2020 Hong Zhang <hongzhang@anl.gov>

Update ts citations


# 483a0ff0 20-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 1e10ea7f 20-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/fix-tsadjoint-stepnum-maint' into 'maint'

Fix mismatched step index in adjoint

See merge request petsc/petsc!2805


# 7b0e2f17 20-May-2020 Hong Zhang <hongzhang@anl.gov>

Fix mismatched step index in adjoint

The step index is increased after TSStep(), so it should be decreased before TSAdjointStep() for consistency.

Funded-by:
Project: FASTMath adjoint
Time:
Reporte

Fix mismatched step index in adjoint

The step index is increased after TSStep(), so it should be decreased before TSAdjointStep() for consistency.

Funded-by:
Project: FASTMath adjoint
Time:
Reported-by: Satish Balay <balay@mcs.anl.gov>
Thanks-to:

show more ...


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

Merge remote-tracking branch 'origin/dalcinl/fix-null'

TS/SNES/Tao: Fix 0 ->NULL for pointers

See merge request petsc/petsc!2783


# c793f718 07-May-2020 Lisandro Dalcin <dalcinl@gmail.com>

TS: Replace 0 -> NULL for pointers


# 67e831d3 25-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/psanan/docs-fixes-2020-03-25'

Doc fixes (prerequisites for Sphinx docs)

See merge request petsc/petsc!2633


123456789