| #
71f71387
|
| 15-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/doc-petscfecreatedefault-petsc_determine' into 'maint'
Indicate petscfecreatedefault can accept petsc_determine
See merge request petsc/petsc!2167
|
| #
727cddd5
|
| 15-Oct-2019 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Indicate petscfecreatedefault can accept petsc_determine
|
| #
864131b4
|
| 23-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-fe-face-quadrature' into 'master'
Knepley/fix fe face quadrature
See merge request petsc/petsc!2079
|
| #
5dc5c000
|
| 22-Sep-2019 |
Matthew G. Knepley <knepley@gmail.com> |
PetscFE: Added PetscFECopyQuadrature() - Replace Get/SetQuqadrature pattern with this function - Corrected error in SNES ex24 due to wrong face quadrature
|
| #
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
|
| #
ce6be926
|
| 10-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-doc-space' into 'master'
Knepley/feature doc space
See merge request petsc/petsc!2016
|
| #
2b99622e
|
| 22-Aug-2019 |
Matthew G. Knepley <knepley@gmail.com> |
PetscFE: Fix documentation
|
| #
a8158fb5
|
| 14-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'gropp/doc-fixes-1' [PR #1838]
|
| #
dfb7f63b
|
| 09-Jul-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/feature-boundedint'
|
| #
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
|
| #
5a856986
|
| 21-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Added PetscOptionsBoundInt(), error if value below bound, and PetscOptionsRangeInt(), error if out of range
Replaced a small amount of the usage in the source code. Easy, slightly boring process to
Added PetscOptionsBoundInt(), error if value below bound, and PetscOptionsRangeInt(), error if out of range
Replaced a small amount of the usage in the source code. Easy, slightly boring process to replace the rest
Commit-type: error checking
show more ...
|
| #
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 ...
|
| #
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
|
| #
641a501f
|
| 02-Jun-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-dualspace-bdm (pull request #1699)
Knepley/feature dualspace bdm
|
| #
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 ...
|
| #
c9ba7969
|
| 12-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
PetscFE: Added PetscFECreate/DestroyCellGeometry() - This fills up a PetscFEGeom struct using the Plex geometry routines
|
| #
91e89cf0
|
| 12-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
PetscFE: Wait until basis and dual spaces are set to SetFromOptions
|
| #
d6a4658e
|
| 21-May-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-plex-pullback (pull request #1632)
Plex: Implemented pullback/pushforward
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
2ae266ad
|
| 20-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
PetscFE: Reduce debugging overhead - Hopefully this eliminates the performance penalty of the reorganization
|
| #
6142fa51
|
| 08-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Complex fixes - The geometry is never complex - The fields are always complex
|
| #
a8f1f9e5
|
| 07-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+FE: Moved internal functions from header to fe.c Suggested-by: Jed Brown <jed@jedbrown.org>
|