| #
cef0416b
|
| 15-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-26/fix-sowing-viewers' into 'main'
Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing
See merge request petsc/petsc!7511
|
| #
ffeef943
|
| 28-Apr-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update to sowing version that supports PetscViewer and PetscObject
Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing
Also handles the passing of null
Update to sowing version that supports PetscViewer and PetscObject
Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing
Also handles the passing of null objects correctly
show more ...
|
| #
df3ccd81
|
| 16-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/fix-matproduct-errorflg/release' into 'main'
fix error messages for MatProduct
See merge request petsc/petsc!7292
|
| #
a0228903
|
| 14-Feb-2024 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix error message when MatProductSymbolic() is not supported for the matrix types Reported-by: Hana Honnerová <hhornik@kma.zcu.cz> add 'bool setfromoptions_called' in Mat_Product for checking if MatP
fix error message when MatProductSymbolic() is not supported for the matrix types Reported-by: Hana Honnerová <hhornik@kma.zcu.cz> add 'bool setfromoptions_called' in Mat_Product for checking if MatProductSetFromOptions() is called
show more ...
|
| #
86792229
|
| 24-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/matproduct-getalgorithm' into 'main'
Add missing interface function MatProductGetAlgorithm()
See merge request petsc/petsc!7225
|
| #
8fcac130
|
| 23-Jan-2024 |
Jose E. Roman <jroman@dsic.upv.es> |
Add missing interface function MatProductGetAlgorithm()
|
| #
b1fed966
|
| 22-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
51532dc2
|
| 22-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/release/matproduct-fortran-stubs' into 'release'
Add missing Fortran stubs for MatProduct*
See merge request petsc/petsc!7210
|
| #
cb3ff29f
|
| 21-Jan-2024 |
Jose E. Roman <jroman@dsic.upv.es> |
Add missing Fortran stubs for MatProduct*
|
| #
b2015df8
|
| 29-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-matmatmult-mpidense-mpidense' into 'main'
MatMatMult_MPIDense_MPIDense without Elemental
See merge request petsc/petsc!7067
|
| #
67af85e8
|
| 28-Nov-2023 |
Pierre Jolivet <pierre@joliv.et> |
Proper option when doing matrix-dense matrix multiplications
|
| #
6c37f76f
|
| 27-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-log-handler' into 'main'
Deglobalize logging into PetscLogHandler and PetscLogState
See merge request petsc/petsc!6709
|
| #
2611ad71
|
| 14-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Profiling: Improve !defined(PETSC_USE_LOG) #defines
- If we cast macro arguments to void, we can avoid unused errors that have forced lots of conditionally included code like this:
```c #if def
Profiling: Improve !defined(PETSC_USE_LOG) #defines
- If we cast macro arguments to void, we can avoid unused errors that have forced lots of conditionally included code like this:
```c #if defined(PETSC_USE_LOG) PetscLogEvent event; #endif ```
- Having global counters like petsc_TotalFlops externed event if !PetscDefined(USE_LOG) helps to remove a lot of needless `#ifdef`s around code that can instead be placed in `if (PetscDefined(USE_LOG)) {}` blocks.
show more ...
|
| #
cfd92c66
|
| 22-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'
Implement a type generic PetscValidPointer
See merge request petsc/petsc!6693
|
| #
4f572ea9
|
| 18-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Rename PetscValidPointer -> PetscAssertPointer
|
| #
cf9512e4
|
| 17-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-Wextra-semi-stmt' into 'main'
Fix -Wextra-semi-stmt
See merge request petsc/petsc!6708
|
| #
a8f51744
|
| 14-Jul-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix -Wextra-semi-stmt
|
| #
02477ebb
|
| 15-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'
Enable docs linting
See merge request petsc/petsc!6667
|
| #
fe59aa6d
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Lint apply: mat
|
| #
d139f308
|
| 05-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/mfem-hip' into 'main'
Some changes when working on enabling MFEM + PETSC + HIP
See merge request petsc/petsc!6651
|
| #
3742c8ca
|
| 01-Jul-2023 |
stefanozampini <stefano.zampini@gmail.com> |
MatProduct: propagate bindings
PCGAMG: Prolongation must have the same binding of Amat
|
| #
8c38e02a
|
| 03-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
4ff55f77
|
| 01-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-05-27/improve-tutorials/release' into 'release'
Minor cleanup of website tutorials
See merge request petsc/petsc!6520
|
| #
1cc06b55
|
| 27-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
change to consistent use of ch_xxx for chapter names in the docs, instead of a mix of ch_xx and chapter_xx
|
| #
80f6d96d
|
| 01-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|