| #
1ea83e56
|
| 03-Dec-2020 |
Miguel <salazardetro1@llnl.gov> |
petsc4py: Add support for event handling
|
| #
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
|
| #
796c0d91
|
| 25-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-ts-overshoot' into 'master'
TS: fix for overshooting time stepping
See merge request petsc/petsc!2545
|
| #
e97c63d7
|
| 20-Feb-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
TS: fix for overshooting time stepping
|
| #
89583661
|
| 21-Jun-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/add-petscarrayxxx-ops' [PR #1771]
|
| #
580bdb30
|
| 07-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms
Replace a couple multi-mallocs with a single malloc Replace backwards loops in MatSetValues_*()
Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms
Replace a couple multi-mallocs with a single malloc Replace backwards loops in MatSetValues_*() with PetscArraymove()
Commit-type: style-fix, feature
show more ...
|
| #
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 ...
|
| #
ac6a796d
|
| 13-May-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Typos and tiny doc fixes for TSEvent manualpages
Commit-type: documentation
|
| #
8000f006
|
| 15-Mar-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
553225e2
|
| 14-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jczhang/vecscat-in-sf' [PR #1396]
|
| #
8860a134
|
| 12-Mar-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Use new vector read-lock function names
The new one are VecLockReadPush, VecLockReadPop, VecSetErrorIfLocked
|
| #
e345d1ba
|
| 02-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'pr1370/shri/tsevent/postevent-step/master' [PR #1370]
* pr1370/shri/tsevent/postevent-step/master: TSEvent: Added missing prototype for TSSetPostEventIntervalStep to
Merge remote-tracking branch 'pr1370/shri/tsevent/postevent-step/master' [PR #1370]
* pr1370/shri/tsevent/postevent-step/master: TSEvent: Added missing prototype for TSSetPostEventIntervalStep to petscts.h TSEvent: Set custom step after event interval location.
show more ...
|
| #
458122a4
|
| 09-Feb-2019 |
Shri Abhyankar <shri@pnnl.gov> |
TSEvent: Set custom step after event interval location.
Can be set via option -ts_event_post_eventinterval_step or by calling TSSetPostEventIntervalStep()
|
| #
b0f52d29
|
| 28-Jan-2019 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
940dfb0a
|
| 28-Jan-2019 |
Joseph Pusztay <josephpu@buffalo.edu> |
Merged petsc/petsc into master
|
| #
30faf514
|
| 27-Jan-2019 |
m_diehl <m.diehl@mpie.de> |
Merged petsc/petsc into master
|
| #
ddad275a
|
| 21-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
Merge branch 'master' into knepley/feature-snes-patch
|
| #
c9141704
|
| 27-Dec-2018 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Merged petsc/petsc into master
|
| #
66b342c2
|
| 26-Dec-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
4b14c85e
|
| 26-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-tsevent' [PR #1281]
* stefano_zampini/fix-tsevent: The main contribution of this PR is this bugfix https://bitbucket.org/petsc/petsc/commits/ad508104d570adaf8bb073
Merge branch 'stefano_zampini/fix-tsevent' [PR #1281]
* stefano_zampini/fix-tsevent: The main contribution of this PR is this bugfix https://bitbucket.org/petsc/petsc/commits/ad508104d570adaf8bb073d40bdaa5b6829df64e?at=stefano_zampini/fix-tsevent The other commits serve the purpose of testing the code.
show more ...
|
| #
b6518c14
|
| 18-Dec-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
TSEvent: add missing ierr= CHKERRQ(ierr);
|
| #
ad508104
|
| 17-Dec-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
TSEvent: fix minor bug
When the dt is small, it means we have hit the event, and we can continue with the prescribed time step
|
| #
aefd4894
|
| 28-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge branch 'maint'
|