| #
75d36c13
|
| 14-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-07-12/set-default-tsexactfinaltime' into 'master'
Barry/2020 07 12/set default tsexactfinaltime
See merge request petsc/petsc!3052
|
| #
303a5415
|
| 14-Aug-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for TSExactFinalTimeOption default if method has adaptor or no
Cleanup a bunch of TS test examples, add two unfinished test examples
Commit-type: feature, examples
/spend 1h
|
| #
1232544a
|
| 05-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-08-04/tssettransientvarible-calling-sequence' into 'master'
Add calling sequence for function provided to TSSetTransientVariable
See merge request petsc/petsc!3022
|
| #
a96d6ef6
|
| 05-Aug-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Add calling sequence for function provided to TSSetTransientVariable Fix other TS manual pages
Commit-type: documentation /spend 10m Reported-by: Kyle B. Thompson <kyle.b.thompson@nasa.gov>
|
| #
caa22a8a
|
| 04-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rlwalker/feature-plex-example-poroelasticity-cryer' into 'master'
Rlwalker/feature plex example poroelasticity cryer
See merge request petsc/petsc!3013
|
| #
f2ed2dc7
|
| 27-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
ConvEst: Now use -ts_convergence_temporal 0 to check spatial convergence of a TS model - Added argument to PetscConvEstUseTS()
|
| #
47d4907e
|
| 23-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
ae7154ff
|
| 22-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-06-20/rm-matmissingdiagonal-ts' into 'maint'
Remove MatMissingDiagonal checks from TS
See merge request petsc/petsc!2896
|
| #
7c88d98d
|
| 21-Jun-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove MatMissingDiagonal checks from TS
They were there originally because shifting a matrix could be very slow annouying users.
Issue #542
Commit-type: optimization Time: .1 hours Reported-by
Remove MatMissingDiagonal checks from TS
They were there originally because shifting a matrix could be very slow annouying users.
Issue #542
Commit-type: optimization Time: .1 hours Reported-by: Ivan Yashchuk
show more ...
|
| #
c752190c
|
| 22-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-06-20/barry/2020-06-19/fix-ctx-tscomputerhsjacobian/maint' into 'maint'
TSComputeRHSJacobian() incorrectly used function context not Jacobian context
See merge request pets
Merge branch 'barry/2020-06-20/barry/2020-06-19/fix-ctx-tscomputerhsjacobian/maint' into 'maint'
TSComputeRHSJacobian() incorrectly used function context not Jacobian context
See merge request petsc/petsc!2897
show more ...
|
| #
6374d434
|
| 20-Jun-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
TSComputeRHSJacobian() incorrectly used function context not Jacobian context
Commit-type: bug-fix Time: .1 hours Reported-by: Matt Otten <motten@anl.gov>
|
| #
7a32ffbe
|
| 14-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/2020-05-30/trivial-sizeof-fixes'
Updated the use of sizeof() when possible instead of using hardwired sizes for...
See merge request petsc/petsc!2827
|
| #
589a23ca
|
| 02-Jun-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated the use of sizeof() when possible instead of using hardwired sizes for functions whose string arguments need sizes. In particular done for PetscOptionsGetString(), PetscOptionsString(), and a
Updated the use of sizeof() when possible instead of using hardwired sizes for functions whose string arguments need sizes. In particular done for PetscOptionsGetString(), PetscOptionsString(), and a few other utilities
Commit-type: style-fix
Development Tools: Vim, Emacs, Eclipse
show more ...
|
| #
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 ...
|
| #
d9ef940e
|
| 15-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
2376b9a8
|
| 15-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/fix-ts-cross-ref' into 'maint'
TS: fix obsolete cross-ref
See merge request petsc/petsc!2795
|
| #
5c01a8f1
|
| 14-May-2020 |
Jed Brown <jed@jedbrown.org> |
TS: fix obsolete cross-ref
|
| #
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
|
| #
7a7aea1f
|
| 25-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
docs: fix Input/Output Parameters list format
Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>
|