History log of /petsc/src/mat/impls/dense/seq/dense.c (Results 276 – 300 of 1341)
Revision Date Author Comments
# 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 ...


# 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


# 3d0ccbc3 29-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# ef059dc8 29-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-bddc-vem' into 'maint'

fix bddc for virtual element methods

See merge request petsc/petsc!2991


# 17b127ee 24-Jul-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATSEQDENSE: fix multadd and multtransposeadd operations


# 573a2795 22-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 2b3c6bf3 22-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-07-19/bugs-flopcount-view/maint' into 'maint'

Limit chance of integer overflow in calls to PetscLogFlops()

See merge request petsc/petsc!2986


# ca0c957d 19-Jul-2020 Barry Smith <bsmith@mcs.anl.gov>

Limit chance of integer overflow in calls to PetscLogFlops()

Don't view inner KSP when it has not yet been created.

Commit-type: bug-fix
Funded-by: ECP
/spend 20m
Reported-by: Karl Yang <y.juntao@

Limit chance of integer overflow in calls to PetscLogFlops()

Don't view inner KSP when it has not yet been created.

Commit-type: bug-fix
Funded-by: ECP
/spend 20m
Reported-by: Karl Yang <y.juntao@hotmail.com>

show more ...


# 9bdd2ab0 06-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-zero-hpddm' into 'master'

Fix FPE in KSPHPDDM

See merge request petsc/petsc!2947


# 6536e3ca 03-Jul-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatTranspose_SeqDense: reuse matrix memory for rectangular matrices and MAT_INPLACE_MATRIX


# 0382be2f 25-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/scalapack' into 'master'

MATSCALAPACK: new Mat type that wraps a ScaLAPACK matrix

See merge request petsc/petsc!2858


# 7422da62 18-Jun-2020 Jose E. Roman <jroman@dsic.upv.es>

MatDenseSetLDA_SeqDense: use pointer to data instead of preallocated flag to raise errors


# 17359960 15-Jun-2020 Jose E. Roman <jroman@dsic.upv.es>

MATDENSE: fix setting LDA in parallel


# d24d4204 29-May-2020 Jose E. Roman <jroman@dsic.upv.es>

MATSCALAPACK: new Mat type that wraps a ScaLAPACK matrix


# 19cef4a6 04-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-kspmatsolve-deprecate-ksphpddmmatsolve' into 'master'

Change how solves with multiple RHS work

See merge request petsc/petsc!2811


# 616b8fbb 02-Jun-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatDenseGetSubMatrix: tweak support for CUDA


# 5ea7661a 23-May-2020 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Change how solves with multiple RHS work

* Deprecate KSPHPDDMMatSolve
* Add KSPMatSolve, previously known as KSPHPDDMMatSolve
* New option -ksp_matsolve_block_size
* New routines MatDense[Get|Restor

Change how solves with multiple RHS work

* Deprecate KSPHPDDMMatSolve
* Add KSPMatSolve, previously known as KSPHPDDMMatSolve
* New option -ksp_matsolve_block_size
* New routines MatDense[Get|Restore]SubMatrix

show more ...


# 833b33c1 29-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-add-hpackages-rebased' into 'master'

Fixes to MatProduct + many bug fixes + new hierarchical matrix support

See merge request petsc/petsc!2800


# ccdfe979 14-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATSEQAIJCUSPARSE: support for MatMat operations

fix issue with ILU reusage (leaks and not setting the offdiagonal flag properly)
add missing nullify of function composition


# 6718818e 17-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatProduct: proper cleanup of additional data structure

Do not mess with view/destroy routine, add an extra slot to MatProduct struct to stash the data, destroy/view routines
Deprecate MatFreeInterm

MatProduct: proper cleanup of additional data structure

Do not mess with view/destroy routine, add an extra slot to MatProduct struct to stash the data, destroy/view routines
Deprecate MatFreeIntermediateStructures in favor of MatProductClear
Clean up base headers for matrix classes
Update tests (remove some todos from ex70 because now the tests work properly)
MatProductSetType should not set the setfromoptions operation!
MatProductClear should reset operations
Remove no longer needed function composition
Add few more PetscInfo messages
Single dispatch routine
MatProductSetFromOptions routines are now allowed to fail
MatProductSetFromOptions_SeqXBAIJ_SeqDense: support for MATPRODUCT_AtB
MatTransposeMatMultNumeric_SeqAIJ_SeqDense: fix bug with leading dimensions
Make internal functions PETSC_INTERN
Fix a couple of places where the destroy routine of the matrix was changed
Products should all use internal data (or composed data attached to the internal data)
Fix few bugs in MPIAIJ_MPIDENSE product with stages

show more ...


# ad16ce7a 11-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATDENSE: Add MatDenseSetLDA

clean up seqdense data from max and changelda entries


# 23fc5dca 16-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATDENSE: Allow duplication preserving the leading dimension via SHARE_NONZERO_PATTERN


# d5ea218e 09-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATDENSE: add MatDenseReplaceArray() and MatDenseCUDAReplaceArray()

Add few interface checks


1...<<11121314151617181920>>...54