| #
6bc98fa9
|
| 02-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve manual page for TSSetFunctionDomainError(), include references for handling related domain errors in underlying SNESSolve()
TSAdapte monitor and -info now report rejection of timesteps due t
Improve manual page for TSSetFunctionDomainError(), include references for handling related domain errors in underlying SNESSolve()
TSAdapte monitor and -info now report rejection of timesteps due to user provided TSSetFunctionDomainError()s
Add new question to FAQ on handling infeasible (out of domain) states in TS and SNES
Commit-type: style-fix, feature, documentation Reported-by: Steve <stevenbenbow@quintessa.org>
show more ...
|
| #
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 ...
|
| #
dcb9a43a
|
| 06-May-2019 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
Merged in emil/ts-adapt-glee-min-clip (pull request #1593)
Add TSAdapt option to ignore solution components with values smaller than a specified one; add TSAdapt option for TSGLEE to use local error
Merged in emil/ts-adapt-glee-min-clip (pull request #1593)
Add TSAdapt option to ignore solution components with values smaller than a specified one; add TSAdapt option for TSGLEE to use local error estimates for local error control
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
show more ...
|
| #
76cddca1
|
| 26-Apr-2019 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
Add docs and interface for setting/getting -ts_adapt_max_ignore. And update output files
|
| #
1c167fc2
|
| 25-Apr-2019 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
adding support for GLEE methods to use local error controler when using GLEE adaptor; add testing with ex31.c; adding max ignore in the error calculation
adding support for GLEE methods to use local
adding support for GLEE methods to use local error controler when using GLEE adaptor; add testing with ex31.c; adding max ignore in the error calculation
adding support for GLEE methods to use local error controler when using GLEE adaptor; add testing with ex31.c; adding max ignore in the error calculation
fixing some example output to match the new TSAdapt Viewer
correcting some hardwired values and adding a macro for repeated code
show more ...
|
| #
d580f011
|
| 24-Apr-2019 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
Adding option for adaptors to ignore values smaller than a preset absolute value. Any negative value will ignore it.
|
| #
b0f52d29
|
| 28-Jan-2019 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
a1a5ab92
|
| 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
|
| #
a40b62d7
|
| 28-Dec-2018 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/improve-manual (pull request #1289)
Fixes for begining of users manual and a variety of webpages including manual pages
|
| #
c9141704
|
| 27-Dec-2018 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Merged petsc/petsc into master
|
| #
8a690491
|
| 21-Dec-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for begining of users manual and a variety of webpages including manual pages
Commit-type: bug-fix, documentation
|
| #
d5ae53bb
|
| 20-Dec-2018 |
Joseph Pusztay <josephpu@buffalo.edu> |
Merged petsc/petsc into master
|
| #
2c2595ff
|
| 20-Dec-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-plex-partition-parallel
* master: (414 commits) very small updates to users manual syntax is define(XXX) in examples tests not defined(XXX) Increase patc
Merge branch 'master' into knepley/fix-plex-partition-parallel
* master: (414 commits) very small updates to users manual syntax is define(XXX) in examples tests not defined(XXX) Increase patchlevel to 3.10.3 petsc4py: updat to latest maint snapshot with SNESTEST updates Fix link for CUDA example in PETSc from GPUs.html page Minor fixes to installation instructions Mat: Fixed types in Pardiso interface Converted example comment to latex This example crashes (for unknown reasons, probably related to the handling of extended derived types passed as arguments) with the PGI Fortran compiler Remove outdated requires: from top of several examples remove outdated test requires: command from top of source file Fix the documentation for -ksp_gmres_cgs_refinement_type Commit f20c2d659b168217cb455989f28afe052d71a64c broke lex.py so the users manual was no longer being built. There reverted the changes to lex.py Plex: Add PetscPartitioner to fort list Suggested-by: Jiaoyan Li <Jiaoyan.Li@inl.gov> Doc: Fix spelling Suggested-by: Manuel Colera Rico <m.colera@upm.es> Mat ex88: check in double or quad precision only Fix error with PetscComplex when PETSc is compiled with C and used in C++ configure: fix typo endwith -> endswith Sys ex23: Migrated to ts_max_time in yaml file as well. AO ex5: Fixed missing CHKERRQ(); Mat test ex88: add tests for MatMultAdd and MatMultTranposeAdd ...
Conflicts: src/dm/impls/plex/examples/tests/ex12.c
show more ...
|
| #
f0e947c4
|
| 11-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/ts-control-delay-in-increasing-timestep' [PR #1263]
* barry/ts-control-delay-in-increasing-timestep: Allow user to control the number of timesteps before an increase in timestep
Merge branch 'barry/ts-control-delay-in-increasing-timestep' [PR #1263]
* barry/ts-control-delay-in-increasing-timestep: Allow user to control the number of timesteps before an increase in timestep is allowed after failed solve.
show more ...
|
| #
34d8b122
|
| 09-Dec-2018 |
Patrick Farrell <patrick@pefarrell.org> |
Merge branch 'master' into knepley/feature-snes-patch
Not sure if this has done the right thing because there are no tests yet. Also, the fortran stubs break (it doesn't know what to do with SNESCo
Merge branch 'master' into knepley/feature-snes-patch
Not sure if this has done the right thing because there are no tests yet. Also, the fortran stubs break (it doesn't know what to do with SNESCompositeType), and I don't know how to fix it.
show more ...
|
| #
f35fe2a5
|
| 06-Dec-2018 |
Joseph Pusztay <josephpu@buffalo.edu> |
Merged petsc/petsc into master
|
| #
de50f1ca
|
| 05-Dec-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Allow user to control the number of timesteps before an increase in timestep is allowed after failed solve
The default use to be hardwired at 4, now the default is 0 but under user control
Commit-t
Allow user to control the number of timesteps before an increase in timestep is allowed after failed solve
The default use to be hardwired at 4, now the default is 0 but under user control
Commit-type: feature Reported-by: Sophie Blondel <sblondel@utk.edu>
show more ...
|
| #
83c10b7e
|
| 04-Dec-2018 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Merged petsc/petsc into master
|
| #
11973451
|
| 02-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/cherrypick-from-continuous-adjoint' [PR #1250]
* stefano_zampini/cherrypick-from-continuous-adjoint: Few improvements from the continuous adjoint branch This branch ext
Merge branch 'stefano_zampini/cherrypick-from-continuous-adjoint' [PR #1250]
* stefano_zampini/cherrypick-from-continuous-adjoint: Few improvements from the continuous adjoint branch This branch extracts few things that are in the continuous adjoint branch that should go into PETSc
show more ...
|