History log of /petsc/src/mat/impls/aij/seq/aij.c (Results 376 – 400 of 2495)
Revision Date Author Comments
# 70a7d78a 04-Jun-2021 Stefano Zampini <stefano.zampini@gmail.com>

Update badsource rules

- Zero or more spaces are not allowed for more returning types
- zero spaces not allowed for for|if|while


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# a3aaf7e4 07-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 37267fb7 07-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hzhang/fix-matrestorerow' into 'release'

bugfix for MatRestoreRow_xxx()

See merge request petsc/petsc!3826


# cb4a9cd9 06-Apr-2021 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatRestoreRow_xxx()
Reported-by: Damian Marek <damian.marek@mail.utoronto.ca>


# 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


# d9fd370b 02-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-nest-tile' into 'main'

Tiles in MatNest

See merge request petsc/petsc!3630


# 4e29119a 18-Feb-2021 Pierre Jolivet <pierre@joliv.et>

MatConvert(): specializations MPIDense <-> MPIAIJ


# 2726fb6d 23-Feb-2021 Pierre Jolivet <pierre@joliv.et>

Add MatConjugate_[MPI|Seq][S]BAIJ()


# 7687e1ec 22-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-propagate-share' into 'master'

Propagate prefix name in PC[ASM|BJACOBI|GASM] and share factorizations in PCHPDDM

See merge request petsc/petsc!3608


# dc29a518 04-Feb-2021 Pierre Jolivet <pierre@joliv.et>

Add MatPermute() for MATSEQ[S]BAIJ


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

Merge branch 'stefanozampini/fixes' into 'master'

Device fixes

See merge request petsc/petsc!3541


# ce496241 06-Jan-2021 Stefano Zampini <stefano.zampini@gmail.com>

MATAIJ: fix some more direct usage of values array

Remove unused MatDistribute_MPIAIJ code


# dfa0f9e5 05-Jan-2021 Stefano Zampini <stefano.zampini@gmail.com>

MatScale_SeqAIJ: use accessor routines

Reported-by: Jose Roman <jroman@dsic.upv.es>


# 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


# 41f5e1b1 27-Dec-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatAXPY_SeqAIJ: log flops


# 2e5835c6 12-Nov-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATAIJ: some fixes for device builds


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

MatSeqAIJCompactOutExtraColumns_SeqAIJ: no nested loops


# fcdce8c4 01-Nov-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATSEQAIJCUSPARSE: add support for sparse MatMat operations


# bdea225a 30-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'

Convert MPI error type to PETSc error with string message for all MPI calls

See merge request petsc/petsc!3326


# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# 2911d1db 23-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-09-07/matstructure-unknown' into 'master'

Barry/2020 09 07/matstructure unknown

See merge request petsc/petsc!3182


# d60b7d5c 17-Sep-2020 Barry Smith <bsmith@mcs.anl.gov>

Introduce UNKNOW_NONZERO_PATTERN for MatAXPY() make it the default for TS when using both IJacobian and RHSJacobian

Provide TSSetMatStructure() to allows users to indicate the nonzero structure rela

Introduce UNKNOW_NONZERO_PATTERN for MatAXPY() make it the default for TS when using both IJacobian and RHSJacobian

Provide TSSetMatStructure() to allows users to indicate the nonzero structure relationship between the RHS and I Jacobian

When the RHS Jacobian matrix is not set and is obtained with a MatDuplicate() from the I Jacobian set the flag to SAME_NONZERO_PATTERN

Add MatStructures and update SLEPc to compile with no warning message after the new MatStructure MAT_UNKNOWN_PATTERN was introduced

Commit-type: optimization
/spend 25m
Thanks-to: Ed Buler

/spend 35m

Update SLEPc branch to support new enum type

show more ...


1...<<11121314151617181920>>...100