| 3e662e0b | 12-Feb-2022 |
Hong Zhang <hzhang@mcs.anl.gov> |
update documentation and options database of MatProductSetAlgorithm() |
| d85802a6 | 12-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 696d8966 | 11-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-02-09/refresh-website/release' into 'release'
Minor refesh of some of the website introductory material and front page
See merge request petsc/petsc!4830 |
| f363b0f8 | 09-Feb-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor refesh of some of the website introductory material and front page
Commit-type: docs-only /spend 20m |
| 048412ef | 10-Feb-2022 |
Pablo Brubeck <brubeck@protonmail.com> |
Mat: add a new MatOrderingType - MATORDERINGMETISND |
| ebe7a4fe | 10-Feb-2022 |
Patrick Sanan <patrick.sanan@gmail.com> |
Metadocs: provide fallback text for links from the manual to pages outside manual |
| 63c0108e | 10-Feb-2022 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: fix link syntax in manual |
| 4dd2cfe5 | 10-Feb-2022 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: add alt text for link to section outside of manual PDF |
| 30f5c8b0 | 10-Feb-2022 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: only show hint to open local HTML docs for "html" builder, not "dirhtml"
Using "dirhtml" locally requires one to run a local web server (or click through extra links from directory indexes). |
| 5f15299f | 09-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Enable DMGetFirstLabeledPoint() in public API |
| b945dc70 | 08-Feb-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Delete a duplicated line dev.rst |
| 0982efc4 | 07-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/change-VecGetArrayAndMemType-semantics' into 'main'
Let VecGetArrayAndMemType always return device pointer when possible
See merge request petsc/petsc!4308 |
| b5f78e91 | 23-Jan-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Vec: add Vec{Get,Restore}ArrayWriteAndMemType() |
| 19af2cd6 | 07-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/mat-coo-size_t' into 'main'
MatSetPreallocationCOO: use PetscCount for length argument
See merge request petsc/petsc!4789 |
| 82a78a4e | 01-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
MatSetPreallocationCOO: use PetscCount for length argument
This is necessary to support assembly even when the vector size and number of nonzeros is well below 2B. For example, with a scalar problem
MatSetPreallocationCOO: use PetscCount for length argument
This is necessary to support assembly even when the vector size and number of nonzeros is well below 2B. For example, with a scalar problem on Q_1 hexes, you have 8*8=64 entries per element and thus hit 2B around 33M elements. This change allows such problems to be solved without promoting to 64-bit indices everywhere (a storage and bandwidth cost).
PetscCount is a new signed type equivalent to ptrdiff_t, meant for array indices and sizes that may overflow int32_t even when solving a problem whose dimension fits in int32_t.
show more ...
|
| 82cdd3ca | 07-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/pchypre_use_tpl_spgemm' into 'main'
Add API for hypre flag to use third party SpGEMM
See merge request petsc/petsc!4781 |
| db6f9c32 | 07-Feb-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
Add API for hypre flag to use third party SpGEMM |
| 8f02990e | 07-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
doc: fix bad merge 25473075d0bc9d6750db369b1966d43fdc421b8a |
| 25473075 | 07-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| cc8974fd | 07-Feb-2022 |
Matthew Knepley <knepley@gmail.com> |
Update doc/petsc.bib |
| 3edda6a2 | 01-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
PetscSizeT: make type available in C for consistency with Fortran |
| e6cbab7d | 03-Feb-2022 |
Pierre Jolivet <pierre@joliv.et> |
MatStructures: no space in enumeration |
| fabf9fcf | 03-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jwallwork23/uniform-opt' into 'main'
Metric optimizations: isotropic and uniform cases
See merge request petsc/petsc!4795 |
| 93520041 | 01-Feb-2022 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
plex metric: isotropic and uniform optimizations |
| 04cbd01b | 02-Feb-2022 |
Matthew Knepley <knepley@gmail.com> |
Update doc/petsc.bib |