History log of /petsc/src/mat/interface/matrix.c (Results 376 – 400 of 3231)
Revision Date Author Comments
# 4db63379 14-Nov-2022 Barry Smith <bsmith@mcs.anl.gov>

Add error checking for [S]BAIJ matrices and PCFIELDSPLIT

Add information about [SBAIJ] matrices and MatCreateSubMatrix() to manual page


# 283453aa 13-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/update-mateliminatezeros-doc' into 'main'

Update MatEliminateZeros doc

See merge request petsc/petsc!5830


# 7b2dc123 12-Nov-2022 Hong Zhang <hongzhang@anl.gov>

Update MatEliminateZeros doc


# d441b7a2 12-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/improve-fd-coloring' into 'main'

Add MatEliminateZeros

See merge request petsc/petsc!5816


# dec0b466 07-Nov-2022 Hong Zhang <hongzhang@anl.gov>

Add MatEliminateZeros


# b8e6f1d7 07-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-10-25/cleanup-dangling-seterrq' into 'main'

Clean up some dangling seterrqs

See merge request petsc/petsc!5769


# 0fdf79fb 25-Oct-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

clean up some dangling seterrqs


# a207d08e 30-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# ed31fb71 30-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/codespell-typos' into 'release'

A few more codespell fixes

See merge request petsc/petsc!5786


# d5b43468 29-Oct-2022 Jose E. Roman <jroman@dsic.upv.es>

A few more codespell fixes


# e3f8113e 24-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# e70d0aa9 24-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-spacing-docs' into 'release'

Docs: remove or add space before back tick

See merge request petsc/petsc!5761


# e6d3c4ed 21-Oct-2022 Pierre Jolivet <pierre@joliv.et>

Docs: remove or add space before back tick


# c1f49a03 01-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'suyash/hip' into 'main'

Add HIP support to Mat class in PETSc

See merge request petsc/petsc!5383


# 47d993e7 01-Oct-2022 suyashtn <suyashtn@umich.edu>

Add HIP support to Mat class in PETSc

Co-authored-by: Justin Chang <jychang48@gmail.com>

Fixed-by: Jacob Faibussowitsch <jacob.fai@gmail.com>
Fixed-by: Junchao Zhang <jczhang@mcs.anl.gov>
Fixed-by:

Add HIP support to Mat class in PETSc

Co-authored-by: Justin Chang <jychang48@gmail.com>

Fixed-by: Jacob Faibussowitsch <jacob.fai@gmail.com>
Fixed-by: Junchao Zhang <jczhang@mcs.anl.gov>
Fixed-by: Satish Balay <balay@mcs.anl.gov>

show more ...


# 91ec1ae7 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-09-16/automatically-symmetrize-for-mis' into 'main'

Remove the -pc_gamg_symmetrize_graph option completely. Combine MatCreateGraph() and MatFilter().

See merge request pets

Merge branch 'barry/2022-09-16/automatically-symmetrize-for-mis' into 'main'

Remove the -pc_gamg_symmetrize_graph option completely. Combine MatCreateGraph() and MatFilter().

See merge request petsc/petsc!5644

show more ...


# 2d776b49 16-Sep-2022 Barry Smith <bsmith@petsc.dev>

Minor fixes for working with GAMG, minor optimizations

Remove the -pc_gamg_symmetrize_graph option completely. Use symmetric state of matrix

Combine MatCreateGraph() and MatFilter().

Minor optimiz

Minor fixes for working with GAMG, minor optimizations

Remove the -pc_gamg_symmetrize_graph option completely. Use symmetric state of matrix

Combine MatCreateGraph() and MatFilter().

Minor optimizations of MatCreateGraph() when numerical values are not needed skip abs(entries) and dscale (for MIS and MISK)

Add PCGAMGCreateGraph() function

TODO: when using MIS and MISK only structural symmetry of matrix is needed, not actual symmetry

Commit-type: feature, housekeeping
/spend 2h

show more ...


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


# d71ae5a4 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

source code format changes due to .clang-format changes


# b9195012 20-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-18/misc-minor-fixups' into 'main'

Minor Fixes

See merge request petsc/petsc!5651


# b7124133 20-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-17/slimmer-petscobject' into 'main'

Feature: Slimmer PetscObject

See merge request petsc/petsc!5649


# e0f629dd 19-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Reformat VecValidValues() so emacs fontification doesn't choke on it, and renamed to VecValidValues_Internal()


# 4dfa11a4 17-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()


# 91b2b62a 15-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-09-11/fix-add-links-to-manual' into 'main'

Small Manual page improvements in Mat

See merge request petsc/petsc!5612


# 60161072 12-Sep-2022 Barry Smith <bsmith@mcs.anl.gov>

Add a few links to user manual sections for matrix factorizations and MATLMVM routines manual pages

Commit-type: documentaion
/spend 20m


1...<<11121314151617181920>>...130