| #
cf5ba5da
|
| 09-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-11-04/fix-matview-nest-ascii' into 'main'
Fix outdated output of MatView() for nest matrix with ASCII
See merge request petsc/petsc!8827
|
| #
7e1a0bbe
|
| 05-Nov-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix outdated output of MatView() for nest matrix with ASCII
Now matches VecNest version and does not have outdated reprinting of Mat Object and type
|
| #
92f1e92e
|
| 13-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/summer-cleaning' into 'main'
Summer cleaning
See merge request petsc/petsc!6807
|
| #
3df6fe7b
|
| 13-Aug-2023 |
Pierre Jolivet <pierre@joliv.et> |
Remove some unneeded whitespaces
|
| #
a686821c
|
| 04-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-rm-spaces-plurals' into 'main'
Remove unneeded spaces/plurals
See merge request petsc/petsc!5193
|
| #
8cc725e6
|
| 01-May-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove extra spaces and unwanted plurals
|
| #
81907822
|
| 25-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
da4d73c8
|
| 23-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'wence/fix/matnest-submat-blocksize' into 'maint'
MATNEST: correctly handle block sizes when rbs != cbs
See merge request petsc/petsc!2883
|
| #
73b6653f
|
| 18-Jun-2020 |
Lawrence Mitchell <lawrence@wence.uk> |
MATNEST: correctly handle block sizes when rbs != cbs
When looking up, and creating, LGMaps and ISes for the columns, we need to use the column block size, rather than assuming it's equal to the row
MATNEST: correctly handle block sizes when rbs != cbs
When looking up, and creating, LGMaps and ISes for the columns, we need to use the column block size, rather than assuming it's equal to the row block size.
Make this explicit everywhere by using MatGetBlockSizes, rather than MatGetBlockSize for the row case.
show more ...
|