History log of /petsc/src/mat/impls/normal/normmh.c (Results 1 – 25 of 125)
Revision Date Author Comments
# 8bb6a241 03-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/consolidate-options' into 'main'

Consolidate MAT_HERMITIAN and MAT_SYMMETRIC options

See merge request petsc/petsc!8856


# b0c98d1d 14-Nov-2025 Pierre Jolivet <pierre@joliv.et>

Rework MAT_SYMMETRIC and MAT_HERMITIAN options


# 93e25d6a 27-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/pchpddm-check-user-parameter' into 'main'

PCHPDDM: check --with-debugging that -pc_hpddm_has_neumann is correct

See merge request petsc/petsc!8729


# 353cda34 25-Sep-2025 Pierre Jolivet <pierre@joliv.et>

MatNormal[Hermitian]: add support for shifts and scales in MatConvert()


# 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 **


# 834855d6 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-21' into 'main'

clang-format-21

See merge request petsc/petsc!8202


# ac530a7e 03-Jun-2025 Pierre Jolivet <pierre@joliv.et>

Remove unnecessary braces around one-liners

git grep -lE "[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$" -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | xargs sed -i '' -E 's#([ ]*)(if|for|while) \((.*)\

Remove unnecessary braces around one-liners

git grep -lE "[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$" -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | xargs sed -i '' -E 's#([ ]*)(if|for|while) \((.*)\) {([^;]*);([^;]*)}$#\1\2 \(\3\)\4;\5#'

show more ...


# 8aa39e1b 30-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# 1243ecb7 30-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-matnormal-bs' into 'release'

MATNORMAL[HERMITIAN]: fix block size

See merge request petsc/petsc!8496


# b4903688 26-Jun-2025 Pierre Jolivet <pierre@joliv.et>

MATNORMAL[HERMITIAN]: fix block size


# 6bfab512 28-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-04-20/docs-linear-regressor-in-ksp' into 'main'

Mention linear regressor in KSP docs and KSP usage from linear regressor

See merge request petsc/petsc!8334


# 789736e1 20-Apr-2025 Barry Smith <bsmith@mcs.anl.gov>

Mention linear regressor in KSP docs and KSP usage from linear regressor


# 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


# d053ff77 27-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/remove-unneeded-mpicast' into 'main'

Remove unneeded PetscMPIIntCast() for routines using PetscCount

Closes #1661

See merge request petsc/petsc!8099


# e91c04df 26-Jan-2025 Pierre Jolivet <pierre@joliv.et>

Remove unneeded PetscMPIIntCast() for routines using PetscCount

Fix #1661


# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# 462c564d 14-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()

Introduce MPIU_Count to be used when MPI_Count is not available


# 6497c311 25-Aug-2024 Barry Smith <bsmith@mcs.anl.gov>

Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']

Also fix the code to repository to compile cleanly with these flags in th

Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']

Also fix the code to repository to compile cleanly with these flags in the CI

show more ...


# 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


# 792fce69 01-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'audic/refactor-htool' into 'main'

MatShell: add support for MAT_OP_GET_DIAGONAL_BLOCK + MatHtool as a MatShell

See merge request petsc/petsc!7654


# a29b93af 27-Jun-2024 Audic XU <audicxu@gmail.com>

MatShell: add support for MAT_OP_GET_DIAGONAL_BLOCK

Also fix MatGetDiagonalBlock_Normal() and
MatGetDiagonalBlock_NormalHermitian()


12345