| #
b31b2f82
|
| 10-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-10-24/fix-dmshellsetdestroyctx' into 'main'
Finish converting the function prototypes of destroy for contexts to use PetscCtxDestroyFn
See merge request petsc/petsc!8810
|
| #
cc1eb50d
|
| 27-Oct-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Change names of Mat_XXX product contexts to MatProductCtx_XXX for code maintainability
Update destroy callback of all MatProductCtx and MatShellSetMatProductOperation() to use PetscCtxDestroyFn
|
| #
8be89332
|
| 21-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/matdense-header' into 'main'
MATMPIDENSE: move definition of private struct Mat_MPIDense to matimpl.h
See merge request petsc/petsc!8220
|
| #
12f3ebac
|
| 21-Mar-2025 |
Jose E. Roman <jroman@dsic.upv.es> |
MATMPIDENSE: move definition of private struct Mat_MPIDense to matimpl.h
The motivation is to allow access to entries of the private struct from SLEPc. Private headers such as matimpl.h are copied i
MATMPIDENSE: move definition of private struct Mat_MPIDense to matimpl.h
The motivation is to allow access to entries of the private struct from SLEPc. Private headers such as matimpl.h are copied in prefix installs, but headers under src are not available.
show more ...
|
| #
c56ceb40
|
| 28-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-02-23/doc-trivial-mat' into 'main'
Bug fix, calling MatXXXSetPreallocation on MPI matrices after MatSetOption() loses the option value
See merge request petsc/petsc!7319
|
| #
5e116b59
|
| 23-Feb-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Trivial fix to MatSetValuesBlocked() manual page, spelling and spacing
|
| #
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
|
| #
07e90273
|
| 28-Nov-2023 |
Pierre Jolivet <pierre@joliv.et> |
Remove useless code and misc fixes
|
| #
9dd11ecf
|
| 25-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'
Check header guards
See merge request petsc/petsc!6822
|
| #
a4963045
|
| 18-Aug-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Convert all header guards to pragma once
|
| #
3ea99036
|
| 17-Aug-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix some malformed if !defined() header guards
|
| #
eef0bda4
|
| 30-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-06-13/mat-vec-more-cupm-functions' into 'main'
Add Some Missing Vec/Mat CUPM Functions
Closes #1399
See merge request petsc/petsc!6596
|
| #
14277c92
|
| 14-Jun-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add MatGetDiagonal_CUPM
|
| #
80f6d96d
|
| 01-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
08eaad2d
|
| 01-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos-portability' into 'release'
Fix typos, portability issues, segmentation fault
See merge request petsc/petsc!6267
|
| #
aaa8cc7d
|
| 31-Mar-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix some documentation and typos
|
| #
2f1953c4
|
| 14-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-01-11/matdensecupm' into 'main'
Feature: MATDENSECUPM
See merge request petsc/petsc!6049
|
| #
4742e46b
|
| 22-Feb-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
MatDense CUPM
|
| #
37d05b02
|
| 06-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
b877537e
|
| 05-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix Typos
See merge request petsc/petsc!6024
|
| #
da81f932
|
| 05-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix Typos
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
d9fd370b
|
| 02-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-nest-tile' into 'main'
Tiles in MatNest
See merge request petsc/petsc!3630
|
| #
4e29119a
|
| 18-Feb-2021 |
Pierre Jolivet <pierre@joliv.et> |
MatConvert(): specializations MPIDense <-> MPIAIJ
|