History log of /petsc/src/mat/interface/matrix.c (Results 651 – 675 of 3231)
Revision Date Author Comments
# da79fbbc 22-Oct-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATSEQAJICUSPARSE: perform analysis only once


# 9d61ad0c 21-Oct-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatSolverTypeGet: check first for perfect match before using subtypes is type is NULL

adapt tests output


# 7e8381f9 18-Oct-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATCUSPARSE: Implement fast assembly from COO data


# 72fa4726 18-Oct-2020 Stefano Zampini <stefano.zampini@gmail.com>

Minor


# b6dfdc3e 23-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hzhang/fix-matgetrowmax/maint' into 'master'

bugfix for MatGetRowMax_xxxAIJ

See merge request petsc/petsc!3177


# f07e67ed 17-Sep-2020 Hong Zhang <hzhang@mcs.anl.gov>

fix MatGetRowMinAbs() for AIJ matrix


# 475b8b61 15-Sep-2020 Hong Zhang <hzhang@mcs.anl.gov>

fix MatGetRowMaxAbs() for AIJ matrix


# fa213d2f 14-Sep-2020 Hong Zhang <hzhang@mcs.anl.gov>

fix MatGetRowMin_ for SeqAIJ and MPIAIJ


# 1a254869 13-Sep-2020 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatGetRowMax_xxxAIJ
Reported-by: Sajid Ali <sajidsyed2021@u.northwestern.edu>


# d6c9e3d1 14-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/09-08-2020/fix-debug-mpiabort-on-other-ranks' into 'master'

Barry/09 08 2020/fix debug mpiabort on other ranks

See merge request petsc/petsc!3179


# 81fa06ac 08-Sep-2020 Barry Smith <bsmith@mcs.anl.gov>

Fix error with MatAXPY_Seq/MPIAIJ that lost the layout and MatStencilInfo information from the input matrix. The code has not been touched
for five years so it is odd the bug was never exposed before

Fix error with MatAXPY_Seq/MPIAIJ that lost the layout and MatStencilInfo information from the input matrix. The code has not been touched
for five years so it is odd the bug was never exposed before.

Add a precheck in MatAXPY_SeqAIJ() for identical nonzero pattern to avoid the constant recomputation of the resulting matrix.

Commit-type: optimization, bug-fix
/spend 3h
Reported-by: Ed Bueler

show more ...


# 6472a4ed 05-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-07-12/snes-lag-jacobian-rosw' into 'master'

Barry/2020 07 12/snes lag jacobian rosw

See merge request petsc/petsc!3049


# 2a350339 12-Jul-2020 Barry Smith <bsmith@mcs.anl.gov>

SeqDense treats ILU as LU allowing PC defaults to work when dense matrix
is not yet known

DMSHELL uses dense format if no format provided.

Fix manual pages for MatFactor

Commit-type: feature, test

SeqDense treats ILU as LU allowing PC defaults to work when dense matrix
is not yet known

DMSHELL uses dense format if no format provided.

Fix manual pages for MatFactor

Commit-type: feature, testing-fix, documentation
/spend 1h

show more ...


# 16924cb1 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc!3064

show more ...


# 2da392cc 17-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability
/spend 1.5h


# 13790179 25-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-19/better-pcfailedreason-handling' into 'master'

Slightly improved the handling of PCFailedReason on multiple ranks

See merge request petsc/petsc!3084


# 7b917211 24-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/fix-null' into 'master'

Fix 0 -> NULL for pointers

See merge request petsc/petsc!3086


# f4259b30 23-Aug-2020 Lisandro Dalcin <dalcinl@gmail.com>

Mat: Replace 0 -> NULL for pointers


# 1b2b9847 19-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Slightly improved the handling of PCFailedReason on multiple ranks

pc->failedreasonrank now contains the failed reason from the current rank
pc->failedreason continues the unified common value colle

Slightly improved the handling of PCFailedReason on multiple ranks

pc->failedreasonrank now contains the failed reason from the current rank
pc->failedreason continues the unified common value collected in KSPCheckNorm/Dot
This parallel code can check the common value and be sure to do the same action on each process
Also printed message now provide the accurate value instead of the value on rank 0

Changed KSPReasonView() and KSPReasonViewFromOptions() to KSPCOnvergeReasonView() and KSPConvergedReasonViewFromOptions()

Added the PetscViewerFormat argument to the public KSPReasonViewFromOptions() and removed the private function

Removed some off the PCFailedReaon processing code from KSPSolve_PREONLY since buggily assumed the same reason all ranks

The error message on KSP failure now also prints the PCFailedReason if appropriate

Needed to add a new alt file

Reported-by: Yu, Xiangyu <Xiangyu.Yu@bp.com>

show more ...


# 863deefa 13-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# fb7f9c20 13-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-12/man-matview-python' into 'maint'

Add reference to Python binary reader to go with Matlab binary reader

See merge request petsc/petsc!3046


# cb3d259e 13-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Add reference to Python binary reader to go with Matlab binary reader

Commit-type: documentation
/spend 2m


# c4e63075 02-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-07-12/factor-view-no-malloc' into 'master'

Factored matrices should not view information about MatSetValues() mallocs

See merge request petsc/petsc!3015


# 6b2c725e 12-Jul-2020 Barry Smith <bsmith@mcs.anl.gov>

Factored matrices should not view information about MatSetValues() mallocs
Commit-type: style-fix, feature
/spend 40m


# dadd21d5 04-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-06-23/pcfactor-no-ordering-external' into 'master'

Most external factorization packages do not use the ordering provided by...

See merge request petsc/petsc!2913


1...<<21222324252627282930>>...130