| 80ab5e31 | 09-Feb-2023 |
Hong Zhang <hongzhang@anl.gov> |
Add adjoint support for ARKIMEX
Only first-order adjoint equaitons are implemented. No support for integral QOI yet. |
| 8a663d8c | 22-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add more menu items to top navigation bar
Commit-type: docs-only Thanks-to: Jed Brown <jed@jedbrown.org> |
| 71efe6b0 | 22-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'danofinn/swarm-example-landau-damping' into 'main'
Swarm: Add swarm ex9 Landau damping + tests (ex6, ex8, snes/ex15)
See merge request petsc/petsc!6026 |
| 73fdd05b | 22-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove confusing and un-need docs directory that contains manual
Commit-type: housekeeping |
| f6baa098 | 21-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'main-patch-725d' into 'main'
Bib: Added ref
See merge request petsc/petsc!6101 |
| 1b75045e | 21-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/cleanup-fix-pchpddm' into 'main'
Housekeeping
See merge request petsc/petsc!6100 |
| 8d3db10e | 21-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/doc-linear-solve-table' into 'main'
doc: add missing methods to linear_solve_table
See merge request petsc/petsc!6084 |
| b613b034 | 21-Feb-2023 |
Matthew Knepley <knepley@gmail.com> |
Bib: Added ref |
| 05cd9158 | 21-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix changelog |
| c1ddcfbc | 19-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
doc: add preconditioners to linear_solve_table |
| 0b31b82a | 21-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-18/allow-mat-nested-hash-preallocation' into 'main'
Allow MatXXXSetPreallocation() to be called after MatSetUp() puts the matrix into hash MatSetValues() mode
See merge
Merge branch 'barry/2023-02-18/allow-mat-nested-hash-preallocation' into 'main'
Allow MatXXXSetPreallocation() to be called after MatSetUp() puts the matrix into hash MatSetValues() mode
See merge request petsc/petsc!6090
show more ...
|
| 1aab5367 | 19-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix for . at end of sentence in changes/dev.rst
Commit-type: style Reported-by: Pierre Jolivet |
| 24a551e6 | 19-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-17/add-more-make-help' into 'main'
Add make help for doc directory and add help for building website to toplevel make help
See merge request petsc/petsc!6086 |
| 2e4364d2 | 17-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
doc: add missing methods to linear_solve_table |
| 60e16b1b | 12-Oct-2022 |
Matthew G. Knepley <knepley@gmail.com> |
TS+Swarm: Added histogram monitor for multiple species |
| b047e4b5 | 17-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-12/fix-mat-preallocation' into 'main'
try to build efficient hash table allocation directly into Mat
See merge request petsc/petsc!5621 |
| 86a7890d | 17-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add make help for doc directory and add help for building website to toplevel make help
Commit-type: usability /spend 10m |
| 26cec326 | 08-Dec-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for Mat to allow skipping preallocation by having the first round of MatSetValues use hash
* MATPREALLOCATOR can be deprecated as well as possibly some other preallocation macros/routine
Add support for Mat to allow skipping preallocation by having the first round of MatSetValues use hash
* MATPREALLOCATOR can be deprecated as well as possibly some other preallocation macros/routines * Optimizations such as direct support for MatSetValuesBlocked() for *BAIJ can be added in the future
Commit-type: feature /spend 25h
show more ...
|
| 4a8c153f | 17-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
ViewerVTK: use header_type="UInt64" to use 64-bit byte counts in binary appended
This feature is mentioned under `HeaderType` in these docs, and seems to have been supported for a long time.
http
ViewerVTK: use header_type="UInt64" to use 64-bit byte counts in binary appended
This feature is mentioned under `HeaderType` in these docs, and seems to have been supported for a long time.
https://kitware.github.io/paraview-docs/v5.7.0/python/paraview.simple.XMLPUnstructuredGridWriter.html
It was not documented in the usual file format docs, which have not been updated in ages.
https://vtk.org/wp-content/uploads/2015/04/file-formats.pdf (PDF was created in 2003) https://kitware.github.io/vtk-examples/site/VTKFileFormats/#xml-file-formats
I've tested that these files work in Paraview and VisIt.
Thanks-to: Dave May <dave.mayhem23@gmail.com>
show more ...
|
| 1e5479aa | 14-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dcampbell/add-dmnetworkview-py' into 'main'
Added Matplotlib viewer functionality to DMView
See merge request petsc/petsc!5953 |
| df1a93fe | 10-Feb-2023 |
Duncan Campbell <dcampbell090498@gmail.com> |
add Matplotlib viewer format support |
| bb09dc67 | 06-Feb-2023 |
Duncan Campbell <dcampbell090498@gmail.com> |
Add PetscDrawSetVisible() |
| 30cef6a6 | 13-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'fixbug-doc-pc_mg_cycles' into 'main'
Correct `-pc_mg_cycles` in doc to `-pc_mg_cycle_type`.
See merge request petsc/petsc!6051 |
| a9f5add0 | 10-Feb-2023 |
YANG Zongze <yangzongze@gmail.com> |
Change `-pc_mg_cycles` in doc to `-pc_mg_cycle_type`. |
| eabeab7f | 09-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
ISDuplicate(): preserve block size |