| a982d554 | 16-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 330d3dba | 10-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
docs: update LICENSE (year) |
| f8d70eaa | 14-Jan-2025 |
Pierre Jolivet <pierre@joliv.et> |
Docs: minor fixes |
| 4bcd95a3 | 11-Jan-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert some of the rst files to md with ./rst2myst convert --config config.yaml *.rst
Need to manually fix
(petsc-developers-communication-channels)= to (petsc_developers_communication_channels)
Convert some of the rst files to md with ./rst2myst convert --config config.yaml *.rst
Need to manually fix
(petsc-developers-communication-channels)= to (petsc_developers_communication_channels)=
[include/petscerror.h](/include/petscerror.h.html) to <a href="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petscerror.h.html">include/petscerror.h</a>
and friends
show more ...
|
| b61cff7c | 02-Jan-2025 |
Nuno Nobre <nuno.nobre@stfc.ac.uk> |
Fix minor typos in the faq, manual, install and dev docs |
| 99c7fb42 | 06-Jan-2025 |
Matthew Knepley <knepley@gmail.com> |
Update file petsc.bib |
| 5572866b | 02-Jan-2025 |
Nuno Nobre <nuno.nobre@stfc.ac.uk> |
Fix minor typos in the changelog |
| 8125685f | 02-Jan-2025 |
Nuno Nobre <nuno.nobre@stfc.ac.uk> |
Improve Advanced section of the User-Guide |
| 76efcd24 | 02-Jan-2025 |
Nuno Nobre <nuno.nobre@stfc.ac.uk> |
Fix PCFIELDSPLIT section of the User-Guide |
| 3504ba4e | 02-Jan-2025 |
Nuno Nobre <nuno.nobre@stfc.ac.uk> |
Improve Getting Started section of the User-Guide |
| fcb342c8 | 27-Dec-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-interpolate-tensor' into 'main'
Plex: FIx tensor interpolation
See merge request petsc/petsc!8057 |
| fca3fa51 | 19-Dec-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Swarm: Move remapping into the library and changed Swarm setup - I changed the meaning of DMSetUp() for Swarm. Now it sets up the fields and cell DMs, but not particles. This has to be true to allow
Swarm: Move remapping into the library and changed Swarm setup - I changed the meaning of DMSetUp() for Swarm. Now it sets up the fields and cell DMs, but not particles. This has to be true to allow user intervention in particle setup. - Add DMSwarmRemapType, DMSwarmRemap(), and DMSwarmDuplicate() - Add DMSwarmGetType() - Add DMSwarmGetCellDMByName() and DMSwarmGetCellDMNames()
show more ...
|
| 5e2c5519 | 17-Dec-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add flag to prefer tensor ordering in interpolation |
| 19307e5c | 13-Dec-2024 |
Matthew G. Knepley <knepley@gmail.com> |
DSwarm: Add DMSwarmCellDM type - Vectors can be created from several fields - Each cell DM has a separate cellid field and sort context - Mass matrix can now handle multiple fields - Add DMSwarmCellD
DSwarm: Add DMSwarmCellDM type - Vectors can be created from several fields - Each cell DM has a separate cellid field and sort context - Mass matrix can now handle multiple fields - Add DMSwarmCellDMCreate(), DMSwarmCellDMDestroy(), DMSwarmCellDMView(), DMSwarmCellDMGetDM(), DMSwarmCellDMGetFields(), DMSwarmCellDMGetCoordinateFields(), DMSwarmCellDMGetCellID(), DMSwarmCellDMGetSort(), DMSwarmCellDMSetSort(), and DMSwarmCellDMGetBlockSize() - Add DMSwarmAddCellDM(), DMSwarmSetCellDMActive(), and DMSwarmGetCellDMActive() - Add DMSwarmCreateGlobalVectorFromFields(), DMSwarmDestroyGlobalVectorFromFields(), DMSwarmCreateLocalVectorFromFields(), and DMSwarmDestroyLocalVectorFromFields() - Add DMSwarmSortDestroy()
show more ...
|
| b9d635d7 | 23-Nov-2024 |
Jonas Heinzmann <jheinzmann@ethz.ch> |
SNESLineSearch: add bisection line search
Add new bisection line search for SNES, which proves to be useful for highly non-linear problems. The line search assumes that F(X) = grad G(X) and seeks to
SNESLineSearch: add bisection line search
Add new bisection line search for SNES, which proves to be useful for highly non-linear problems. The line search assumes that F(X) = grad G(X) and seeks to find the root in the directional derivative through bisection. (tested in snes/tutorials/ex99)
show more ...
|
| b39ae7a7 | 01-Dec-2024 |
Matthew Knepley <knepley@gmail.com> |
Update file petsc.bib |
| cf20722f | 29-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release' |
| 2a89477b | 29-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Increase patchlevel to 3.22.2 |
| 72b25122 | 28-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 42e5ec60 | 27-Nov-2024 |
Jeff-Hadley <jeha8986@colorado.edu> |
Added capability to extract CF markers from Hypre (BoomerAMG) |
| 561eee0e | 22-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/cgns_viewer_updates' into 'main'
CGNS: Add GetSolutionIteration, other upates
See merge request petsc/petsc!8016 |
| 2b89ae0d | 21-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
website: redirect /manualpages to release/manualpages |
| bd70a9a6 | 19-Nov-2024 |
James Wright <james@jameswright.xyz> |
cgns: Add PetscViewerCGNSGetSolutionIteration() |
| da4881d3 | 21-Nov-2024 |
Matthew Knepley <knepley@gmail.com> |
Update file petsc.bib |
| 2ad7182b | 20-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |