History log of /petsc/src/mat/interface/matrix.c (Results 151 – 175 of 3231)
Revision Date Author Comments
# a94f484e 19-May-2024 Pierre Jolivet <pierre@joliv.et>

Docs: fix double backticks in seealso


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


# c74fe4ad 01-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 5a0d7251 01-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-28/docs-ownershiprange/release' into 'release'

Add more details on Vec/MatGetOwnershipRange() and how the values are determined.

See merge request petsc/petsc!7512


# 727bdf9b 29-Apr-2024 Barry Smith <bsmith@mcs.anl.gov>

Add more details on Vec/MatGetOwnershipRange() and how the values are determined.

Reported-by: Sayan Bhattacharjee


# 1ed6e3ff 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-13/fix-sowing-strings' into 'main'

Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INT

See merge request petsc/petsc!7480


# cc4c1da9 14-Apr-2024 Barry Smith <bsmith@mcs.anl.gov>

Update source code removing all unneeded /*@C and associated manual stubs and interfaces


# 55cda6f5 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 99e79f2f 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-24/doc-fixes/release' into 'release'

release docs fixes

See merge request petsc/petsc!7498


# a3b724e8 24-Apr-2024 Barry Smith <bsmith@mcs.anl.gov>

release docs fixes

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:

release docs fixes

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 ...


# 29327e6e 22-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jeremy/state' into 'main'

Add [Vec,Mat]GetState to public API

See merge request petsc/petsc!7470


# 5d5d24bb 22-Apr-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Add [Vec,Mat]GetState to public API


# 27d18e72 28-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-03-27/fix-typo-in-MatSetValuesBlocked' into 'main'

Fix a typo in MatSetValuesBlocked

Closes #1567

See merge request petsc/petsc!7419


# f64b5ac6 27-Mar-2024 Junchao Zhang <jczhang@anl.gov>

Mat: fix a typo in MatSetValuesBlocked

Reported by: Eric Chamberland @eric.chamberland

close #1567


# 783cf76b 27-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley-main-patch-1791' into 'main'

Mat: Turn on Fortran binding for MatGetRowSumAbs()

See merge request petsc/petsc!7415


# 25da1f90 27-Mar-2024 Matthew Knepley <knepley@gmail.com>

Update file matrix.c


# b33117a8 26-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/hcurl-fdm' into 'main'

PCBDDCNedelecSupport: patch for FDM

See merge request petsc/petsc!7406


# 6e25ca73 25-Mar-2024 Stefano Zampini <stefano.zampini@gmail.com>

petsc4py: expose MatSetVariableBlockSizes


# 3b91a372 26-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/sell-hip' into 'main'

Add SELLHIP

See merge request petsc/petsc!7338


# 773bf0f6 05-Mar-2024 Hong Zhang <hongzhang@anl.gov>

Add SELLHIP

- The HIP kernels are converted directly from their CUDA version
- AMD GPUs and NVIDIA GPUs use different warp sizes. We set the warp size to 64 by default for AMD GPUs to faciliate comp

Add SELLHIP

- The HIP kernels are converted directly from their CUDA version
- AMD GPUs and NVIDIA GPUs use different warp sizes. We set the warp size to 64 by default for AMD GPUs to faciliate compile-time code optimization

show more ...


# 4d179fb4 19-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/add-matmatsolvetranspose_seqaij' into 'main'

MatMatSolveTranspose_SeqAIJ and minor housekeeping

See merge request petsc/petsc!7386


# dd8e379b 19-Mar-2024 Pierre Jolivet <pierre@joliv.et>

Docs: fix missing or extra dash in right-hand side


# a1cabb55 19-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-consolidate-issymmetric' into 'main'

Mat: consolidate MatIs[Symmetric|Hermitian]() implementations

See merge request petsc/petsc!7380


# 8754fef1 19-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/matis-improvements' into 'main'

MATIS: repeated global entries in local part of l2g map and binary dump/load

See merge request petsc/petsc!7383


12345678910>>...130