History log of /petsc/src/mat/impls/baij/mpi/mpibaij.c (Results 101 – 125 of 1562)
Revision Date Author Comments
# 48b8f0a5 28-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-10-25/fix-offdiagonal/release' into 'release'

Fix use of offdiagonal to off-diagonal

See merge request petsc/petsc!6962


# 4cf0e950 25-Oct-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix use of offdiagonal to off-diagonal


# 4566827c 07-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-matcreatesubmatrices-rectangular-sbaij' into 'main'

MatCreateSubMatrices: rectangular blocks with SBAIJ

See merge request petsc/petsc!6841


# fdfbdca6 21-Jun-2023 Pierre Jolivet <pierre@joliv.et>

MatCreateSubMatrices: rectangular blocks with SBAIJ


# 6827830f 02-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-hpddm-blocked-projection-ci' into 'main'

PCHPDDM: coarse operators with proper block size

See merge request petsc/petsc!6853


# 7d2c085e 01-Sep-2023 Pierre Jolivet <pierre@joliv.et>

Minor documentation fixes


# 9c5460f9 17-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-09/linter-detect-static-function-candidates' into 'main'

Linter detect possible static functions

See merge request petsc/petsc!6796


# 66976f2f 14-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add static to internal functions


# aa01dc31 27-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-07-15/add-mat-vec-createfromoptions' into 'main'

Add convenience functions VecCreateFromOptions() and MatCreateFromOptions() to...

See merge request petsc/petsc!6711


# 77433607 15-Jul-2023 Barry Smith <bsmith@mcs.anl.gov>

Add convenience functions VecCreateFromOptions() and MatCreateFromOptions() to reduce the use of specialize creation routines in the examples and thus make it easier for people to use GPU based solve

Add convenience functions VecCreateFromOptions() and MatCreateFromOptions() to reduce the use of specialize creation routines in the examples and thus make it easier for people to use GPU based solvers

show more ...


# 6c37f76f 27-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-log-handler' into 'main'

Deglobalize logging into PetscLogHandler and PetscLogState

See merge request petsc/petsc!6709


# 2611ad71 14-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Profiling: Improve !defined(PETSC_USE_LOG) #defines

- If we cast macro arguments to void, we can avoid unused errors that have
forced lots of conditionally included code like this:

```c
#if def

Profiling: Improve !defined(PETSC_USE_LOG) #defines

- If we cast macro arguments to void, we can avoid unused errors that have
forced lots of conditionally included code like this:

```c
#if defined(PETSC_USE_LOG)
PetscLogEvent event;
#endif
```

- Having global counters like petsc_TotalFlops externed event
if !PetscDefined(USE_LOG) helps to remove a lot of needless
`#ifdef`s around code that can instead be placed in
`if (PetscDefined(USE_LOG)) {}` blocks.

show more ...


# 186cd71f 24-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-07-19/lint-apply-ts' into 'main'

Manual linter fixes: ts

See merge request petsc/petsc!6736


# 42747ad1 21-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

... and apply it


# 0a81daa7 20-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-mateliminatezeros-sbaij' into 'main'

MatChop()/MatEliminateZeros() improvements and other minor fixes

See merge request petsc/petsc!6706


# 17ea310b 13-Jul-2023 Pierre Jolivet <pierre@joliv.et>

MatEliminateZeros(): add [S]BAIJ implementations


# 43b2ed9e 18-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-07-17/lint-apply-mat' into 'main'

Linter fixes: Mat

See merge request petsc/petsc!6718


# 2920cce0 17-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Manual linter fixes: mat


# cf9512e4 17-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-Wextra-semi-stmt' into 'main'

Fix -Wextra-semi-stmt

See merge request petsc/petsc!6708


# a8f51744 14-Jul-2023 Pierre Jolivet <pierre@joliv.et>

Fix -Wextra-semi-stmt


# 02477ebb 15-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'

Enable docs linting

See merge request petsc/petsc!6667


# fe59aa6d 12-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Lint apply: mat


# 49bfc494 16-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# fcf53b95 16-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-mpibaij-mpiaij-conversion' into 'release'

MATMPIBAIJ: fix non const operation in conversion to MPIAIJ

See merge request petsc/petsc!6582


# 7c612885 16-Jun-2023 Stefano Zampini <stefano.zampini@gmail.com>

MATMPIBAIJ: fix non const operation in conversion to MPIAIJ

Make MatDisAssemble_MPIAIJ and MatDisAssemble_MPIBAIJ support null offdiagonal block


12345678910>>...63