History log of /petsc/src/mat/impls/cdiagonal/cdiagonal.c (Results 51 – 69 of 69)
Revision Date Author Comments
# 5f80ce2a 24-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

chkerr and friends wrapped


# 940e4fdf 12-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-12-09/attribute-format-mat' into 'main'

Feature: Attribute Format - Mat

See merge request petsc/petsc!4634


# c0aa6a63 09-Dec-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

applied attribute format fixes to mat headers


# be531343 20-Dec-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/norm-constant-diagonal' into 'main'

Implement a couple of missing operations in ConstantDiagonal matrices

See merge request petsc/petsc!4653


# d1ca2681 17-Dec-2021 Jose E. Roman <jroman@dsic.upv.es>

Add MatCreateSubMatrices_ConstantDiagonal()


# e5f3c4be 16-Dec-2021 Jose E. Roman <jroman@dsic.upv.es>

Add MatNorm_ConstantDiagonal()


# cba1ed96 03-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/mataxpy-cdiagonal' into 'master'

MATCONSTANTDIAGONAL: implement MatAXPY

See merge request petsc/petsc!2489


# a01b8767 30-Jan-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATCONSTANTDIAGONAL: implement MatAXPY

remove redundant calls to PetscObjectStateIncrease


# 1894a065 20-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/add-missing-matops' into 'master'

Add few missing operations for MATNEST and MATCONSTANTDIAGONAL

See merge request petsc/petsc!2422


# a8d4b458 02-Jan-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATCONSTANTDIAGONAL: add missing ops


# 1143afed 21-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# c347dca2 19-Oct-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/2019-10-15/bug-gamg-complexity/maint' into 'maint'

Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems

See merge request petsc/petsc!

Merge branch 'barry/2019-10-15/bug-gamg-complexity/maint' into 'maint'

Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems

See merge request petsc/petsc!2179

show more ...


# 3966268f 16-Oct-2019 Barry Smith <bsmith@mcs.anl.gov>

Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems

Also fixed code that computes parallel matrix storage information to communicate with PetscLogDouble i

Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems

Also fixed code that computes parallel matrix storage information to communicate with PetscLogDouble instead of PetscReal.

Commit-type: bug-fix
Reported-by: Mark Lohry <mlohry@gmail.com>

show more ...


# 613bfe33 02-Jun-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/update-collective-on (pull request #1744)

Update the use of Collective on in the manual pages to reflect the new style


# d083f849 01-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Update the use of Collective on in the manual pages to reflect the new style

Commit-type: style-fix, documentation
Thanks-to: Patrick Sanan <patrick.sanan@gmail.com>


# 5503eaa8 21-May-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/feature-matcreateconstantdiagonal (pull request #1678)

Introduces a new Mat class that consists of a single constant value for each enrty of the diagonal.


# 4d43f095 21-May-2019 Satish Balay <balay@mcs.anl.gov>

more missing CHKERRQ fixes


# 3954eb43 21-May-2019 Barry Smith <bsmith@mcs.anl.gov>

Adding missing ierr and CHKERRQ()

Commit-type: style-fix
Reported-by: nightly tests


# 3423f386 18-May-2019 Barry Smith <bsmith@mcs.anl.gov>

Introduces a new Mat class that consists of a single constant value for all entries of the diagonal.

Very light-weight matrix class suports factorization, SSOR, MatMult(), MatShit(), MatScale()
Usef

Introduces a new Mat class that consists of a single constant value for all entries of the diagonal.

Very light-weight matrix class suports factorization, SSOR, MatMult(), MatShit(), MatScale()
Useful for IMEX methods when the user provides on a RHSJacobian

Commit-type: feature

show more ...


123