| 02f5a9aa | 28-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: refactor copying of classic docs
Instead of relying on Sphinx's html_extra_path functionality, directly copy the required classic docs at the end of the build. This has the advantages of requi
Docs: refactor copying of classic docs
Instead of relying on Sphinx's html_extra_path functionality, directly copy the required classic docs at the end of the build. This has the advantages of requiring less Sphinx knowledge for readers of conf.py, and of delaying time-consuming copying of files until the end of the docs build, which is useful for incremental local development.
show more ...
|
| 580eb1c9 | 27-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/dmstag-expose-dmstagsentciltoindexlocal' into 'main'
DMStag: Expose DMStagStencilToIndexLocal() as public function
See merge request petsc/petsc!4180 |
| 68cd03ce | 22-May-2019 |
Patrick Sanan <patrick.sanan@gmail.com> |
DMStag: Expose DMStagStencilToIndexLocal() as public function
Expose this low-level, previously-private function at the developer level. |
| cfd7e7ea | 27-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-07-09/add-dmdavecgetarraydofwrite' into 'main'
Add DMDAVecGetArrayDOFWrite() and DMDAVecRestoreArrayDOFWrite()
See merge request petsc/petsc!4161 |
| 1e5d2365 | 09-Jul-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Add DMDAVecGetArrayDOFWrite() and DMDAVecRestoreArrayDOFWrite()
Commit-type: optimization, example \spend 10m Reported-by: Rory Johnston <Rory.Johnston@nag.com> |
| 3f520e80 | 21-Jul-2021 |
Junchao Zhang <jczhang@anl.gov> |
Sys: add CHKERRCXX to convert C++ exceptions to petsc error codes |
| a13d1a16 | 16-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-convest-logging' into 'main'
Plex+SNES+Convest: Small fixes for PyLith
See merge request petsc/petsc!4169 |
| 0c290148 | 22-Jun-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: - DMPlexComputeBdResidualSingle now takes a PetscFormKey instead of explicit label/value/field arguments |
| c758f0cb | 15-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'ksagiyam/plex_view_hdf5_section' into 'main'
add DMPlexSectionView()/Load() etc.
See merge request petsc/petsc!3620 |
| abc97e15 | 15-Jul-2021 |
Jed Brown <jed@jedbrown.org> |
docs testing: use petsc.pc instead of PETSc.pc
pkg-config conventions use lowercase and we would like to eventually remove PETSc.pc (which currently exists for backward compatibility) so we should g
docs testing: use petsc.pc instead of PETSc.pc
pkg-config conventions use lowercase and we would like to eventually remove PETSc.pc (which currently exists for backward compatibility) so we should give users consistent guidance on the preferred method.
Note that our current PETSc.pc process works so long as build and install both happen on case-sensitive or both happen on case-insensitive systems (in which case petsc.pc replaces PETSc.pc), but not when the systems differ. Julia JLL build environment builds packages on case-sensitive systems to be used by case-insensitive (OSX), and thus needs to skip PETSc.pc to avoid a collision. One could imagine building on case-insensitive OSX and using from case-sensitive, in which case we would only have petsc.pc.
show more ...
|
| a2fddd78 | 15-Jul-2021 |
Albert Cowie <arcowie@buffalo.edu> |
Add CSV file format to petsc_tas_analysis.py |
| 5ea942bb | 02-Jul-2021 |
kagiyam <k.sagiyama@imperial.ac.uk> |
plex: add manual for DMPlexXXXView() and DMPlexXXXLoad() |
| 4204ec6b | 10-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release' |
| e7b82462 | 10-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Increase patchlevel to 3.15.2 |
| 74bc78ee | 07-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: FAQ: change question titles to sentence case
This is intended to make the page more readable, and seems appropriate even lacking a general style rule about headings being capitalized this way,
Docs: FAQ: change question titles to sentence case
This is intended to make the page more readable, and seems appropriate even lacking a general style rule about headings being capitalized this way, as these headings are most in the form of complete sentences.
show more ...
|
| a7eccf1b | 07-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: FAQ: add hint to find large output/ directories
Give a sample "find" command to locate large output directories, but don't go so far as to give the invocation to actually delete all these dire
Docs: FAQ: add hint to find large output/ directories
Give a sample "find" command to locate large output directories, but don't go so far as to give the invocation to actually delete all these directories, as it seems risky to give people copy-pastable commands which automatically delete many files in a tree.
Reported-by: Barry Smith <bsmith@mcs.anl.gov>
show more ...
|
| f8530c46 | 07-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: FAQ: add authors to link for "Writing Scientific Software"
Reported-by: Barry Smith <bsmith@mcs.anl.gov> |
| a81e842f | 07-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: FAQ: fix some typos
Thanks-to: Barry Smith <bsmith@mcs.anl.gov> |
| 573de8b9 | 07-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: FAQ: edit entry on recommended per-core memory bandwidth
Thanks-to: Barry Smith <bsmith@mcs.anl.gov> |
| 4592ceba | 07-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: remove usage of isonum.txt |
| 1969beb8 | 07-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: FAQ: remove unneeded initial sentence
Reported-by: Barry Smith <bsmith@mcs.anl.gov> |
| 59d40fe4 | 05-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 3a9937aa | 04-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
doc: fix PETSc abbriv and move NEWS section |
| 3ceb54ac | 21-Jun-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
section: test PetscSectionView()/Load() with HDF5 |
| 1148afce | 15-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
ESSL: upgrade to 5.2 and above
As of ESSL 5.2, interfaces to functions like ?geev now match that of standard LAPACK, where they previously had a different calling convention.
Co-authored-by: Jed Br
ESSL: upgrade to 5.2 and above
As of ESSL 5.2, interfaces to functions like ?geev now match that of standard LAPACK, where they previously had a different calling convention.
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|