History log of /petsc/src/mat/utils/gcreate.c (Results 151 – 175 of 739)
Revision Date Author Comments
# 6cb41cfa 01-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rmills/feature-dm-bind-below' into 'main'

Rmills/feature dm bind below

See merge request petsc/petsc!3455


# e9c74fd6 28-Sep-2021 Richard Tran Mills <rmills@rmills.org>

Add Vec/MatGetBindingPropagates().


# 65a9ecf2 28-Sep-2021 Richard Tran Mills <rmills@rmills.org>

Add Vec/MatSetBindingPropagates().


# 16e04d98 16-Sep-2020 Richard Tran Mills <rmills@rmills.org>

Add -vec_bind_below and -mat_bind_below options.


# 76afb28b 27-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/hara-to-h2opus-rebased-v7' into 'main'

Update distributed hierarchical matrix package H2Opus

See merge request petsc/petsc!4347


# 2216c58a 13-Jun-2021 Stefano Zampini <stefano.zampini@gmail.com>

Add VecBoundtoCPU and MatBoundToCpu queries


# d5ed94bb 14-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jose/fix-manpages'

Fix manpages to avoid errors reported by doctext

See merge request petsc/petsc!4309


# 4165533c 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Argument --> Parameter (required to enable sowing checks)


# 5ce27ff0 11-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/hypre-gpu' into 'main'

Interface HYPRE GPU solvers

See merge request petsc/petsc!4248


# 2308303f 23-Jul-2021 Stefano Zampini <stefano.zampini@gmail.com>

MatBindToCPU: active if PETSC_HAVE_DEVICE is true


# 3df9293f 29-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# f33c48ba 29-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-missing-fortran-coo' into 'release'

Missing COO routines from Fortran

See merge request petsc/petsc!4138


# b5f22f13 28-Jun-2021 Pierre Jolivet <pierre@joliv.et>

Missing COO routines from Fortran


# b8d20d50 25-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jczhang/add-DMDAVecGetKokkosOffsetView'

Add DMDAVecGetKokkosOffsetView and friends

See merge request petsc/petsc!3383


# 1a2c6b5c 10-Nov-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Rename -mat_cusparse_transgen to -mat_form_explicit_transpose


# 1223e7c0 18-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fixes' into 'master'

Device fixes

See merge request petsc/petsc!3541


# 6f3d89d0 21-Dec-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatCreate: When PETSc is configure with device, set boundtocpu to true at creation time


# 9f90f53a 04-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/gamg-gpu-setup' into 'master'

MatMat operations with CUSPARSE

See merge request petsc/petsc!3391


# bfcc3627 23-Nov-2020 Stefano Zampini <stefano.zampini@gmail.com>

Mat: Move COO events out of CUSPARSE class

Fix a few typos in the code


# e61fc153 11-Nov-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatSetValuesCOO: perform addition of repeated entries when INSERT_VALUES is specified

use temporary data instead of persistent storage in cusparse implementation


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

MATCUSPARSE: Implement fast assembly from COO data


# dcb211fe 09-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-snes-ex69-update' into 'master'

Knepley/feature snes ex69 update

See merge request petsc/petsc!3280


# 478db826 24-Aug-2020 Matthew G. Knepley <knepley@gmail.com>

SNES ex69: Added tutorial material
- Added parameter viewing
- Added GMG test


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


12345678910>>...30