History log of /petsc/src/mat/impls/transpose/htransm.c (Results 1 – 25 of 133)
Revision Date Author Comments
# 2daea058 18-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'pcfieldsplit_mr' into 'main'

Added `PCMatApply()` to `PCFIELDSPLIT` and `MatDenseScatter_Private()`

See merge request petsc/petsc!8986


# 1e729267 16-Feb-2026 Pierre Jolivet <pierre@joliv.et>

MAT[HERMITIAN]TRANSPOSEVIRTUAL: fix double free with MatMatMult()


# 4e8208cb 31-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'

Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetC

Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'

Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetCtx ctx)

See merge request petsc/petsc!8956

show more ...


# 2a8381b2 13-Jan-2026 Barry Smith <bsmith@mcs.anl.gov>

Add automatic generated fortran support for setting and returning contexts

Major cleanup of the code for setting and returning application (previously called user) contexts
- PetscCtx ctx is now t

Add automatic generated fortran support for setting and returning contexts

Major cleanup of the code for setting and returning application (previously called user) contexts
- PetscCtx ctx is now the standard for passing in contexts
- PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFn

Both of these are typedef to void*

Also removed most use of user and userctx for context arguments now consistently named ctx

Improved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran

show more ...


# 6d073425 17-Nov-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-matproduct-transposevirtual' into 'main'

MatTranspose: fix MatProduct with non-trivial scaling

See merge request petsc/petsc!8847


# 93c18bbd 12-Nov-2025 Pierre Jolivet <pierre@joliv.et>

MatTranspose: fix MatProduct with non-trivial scaling

Reported-by: Jose E. Roman <jroman@dsic.upv.es>


# 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


# 2286efdd 25-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-07-30/fix-matshellsetoperationarg' into 'main'

Complete usage of PetscVoidFn and PetscErrorCodeFn and introduce PetscFortranCallbackFn

See merge request petsc/petsc!8615


# 57d50842 31-Jul-2025 Barry Smith <bsmith@mcs.anl.gov>

Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **


# 4f037aad 27-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/bs' into 'main'

PetscLayout: set default block size to 1

See merge request petsc/petsc!8226


# 58b7e2c1 23-Mar-2025 Stefano Zampini <stefano.zampini@gmail.com>

PetscLayout: default block size 1


# bb474d11 30-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-matproduct_ab-hermitiantranspose' into 'main'

MATHERMITIANTRANSPOSEVIRTUAL: add basic support for MATPRODUCT_AB

See merge request petsc/petsc!7695


# 794904c8 13-Jul-2024 Pierre Jolivet <pierre@joliv.et>

MATHERMITIANTRANSPOSEVIRTUAL: add basic support for MATPRODUCT_AB


# 3fbf2391 30-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'origin/release' with a revert of !7720


# a2c3d5cd 29-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/consolidate-error-checking-shell' into 'release'

MatShell and derivatives: bug fixing and code consolidation

See merge request petsc/petsc!7721


# b9c875b8 26-Jul-2024 Pierre Jolivet <pierre@joliv.et>

MatShellGetScalingShifts: consolidate checks for MatShell subtypes


# 0afd7ca3 20-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-dense-factorization' into 'main'

Tweaking of when to call MatPropagateSymmetryOptions() or not

See merge request petsc/petsc!7701


# c956ced0 18-Jul-2024 Pierre Jolivet <pierre@joliv.et>

MatPropagateSymmetryOptions in MatDuplicate and not always in
MatCreateSubMatrices


# 07f25ad1 18-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 4b357f7b 18-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/minor-housekeeping' into 'release'

Some documentation and visibility fixes

See merge request petsc/petsc!7696


# 94764886 16-Jul-2024 Pierre Jolivet <pierre@joliv.et>

Some documentation and visibility fixes


# b6c5882a 13-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/matsolve-virtualtranspose' into 'main'

Mat: add support for MatSolve operations in MATTRANSPOSEVIRTUAL

See merge request petsc/petsc!7620


# 1a1fb624 10-Jun-2024 Jose E. Roman <jroman@dsic.upv.es>

MATTRANSPOSEVIRTUAL: add operations that may be needed when doing MatSolve via the PC interface


# f5bab676 09-Jun-2024 Jose E. Roman <jroman@dsic.upv.es>

Mat: add support for out-of-place MatSolve operations in MATTRANSPOSEVIRTUAL


123456