History log of /petsc/src/mat/interface/matrix.c (Results 101 – 125 of 3231)
Revision Date Author Comments
# 25213ff5 11-Nov-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'lindad/reset-hash' into 'main'

Add a MatResetHash API

See merge request petsc/petsc!7988


# 674b392b 11-Nov-2024 Alexander <alexander.lindsay@inl.gov>

Add a MatResetHash API


# a81650ca 29-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'lindad/new-aij-from-hash' into 'main'

Add MatCopyHashToXAIJ() to copy hash table entries into an XAIJ matrix type

See merge request petsc/petsc!7939


# fe1fc275 29-Oct-2024 Alexander <alexander.lindsay@inl.gov>

Add MatCopyHashToXAIJ() to copy hash table entries into an XAIJ matrix type


# be37439e 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/useless-cast' into 'main'

Remove useless cast

See merge request petsc/petsc!7894


# 835f2295 05-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

Brain dead fixes for useless casts


# ad781fe3 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-29/fix-function-typedef-style' into 'main'

Unify handling of context destructors

See merge request petsc/petsc!7900


# 49abdd8a 29-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)

Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those t

Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)

Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those that
used PetscContainer

- Now allows any context to be a PetscObject
- Will provide a cleaner mapping to bindings in other languages
- Simplifies the maintenance of PETSc source code; improves clarity

Not backward compatible, compiler warnings will tell users what functions need to be updated

show more ...


# 594d2fdb 26-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini-main-patch-75859' into 'main'

MAT: fix MatIsSymmetric and MatIsHermitian

See merge request petsc/petsc!7875


# a2dece7a 25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping-before-release-ci' into 'main'

Housekeeping before 3.22.0

See merge request petsc/petsc!7873


# 6d7899a4 25-Sep-2024 Stefano Zampini <stefano.zampini@gmail.com>

MAT: fix MatIsSymmetric and MatIsHermitian


# 03e76207 25-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Use PetscObjectContainerCompose() when applicable


# d0e6bf2a 25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

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

clang-format-19

See merge request petsc/petsc!7644


# 0d5ef98a 18-Sep-2024 Satish Balay <balay@mcs.anl.gov>

CI: update checkclangformat to use clang-format-19.1.0


# 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


# 1690c2ae 10-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded

Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim, Emacs, Eclipse

show more ...


# d31083bd 09-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-07-02/revise-vecduplicatevecs' into 'main'

Simplify VecDuplicateVecs

See merge request petsc/petsc!7668


# 4aeb8c07 02-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/gamg' into 'main'

PCGAMG: some optimizations

See merge request petsc/petsc!7798


# 3d5bc402 29-Aug-2024 Stefano Zampini <stefano.zampini@gmail.com>

Mat: add event for MatCreateGraph


# bd6a2ce3 27-Aug-2024 Junchao Zhang <jczhang@anl.gov>

viewer: add comments on PETSC_VIEWER_ASCII_INFO_DETAIL


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

Merge branch 'jose/deprecate-petsc-default' into 'main'

Fix usage of deprecated PETSC_DEFAULT

See merge request petsc/petsc!7707


# fb842aef 29-Jul-2024 Jose E. Roman <jroman@dsic.upv.es>

Fix usage of deprecated PETSC_DEFAULT


# 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


12345678910>>...130