History log of /petsc/src/mat/impls/aij/mpi/mpiaij.c (Results 201 – 225 of 2754)
Revision Date Author Comments
# 5c0db29a 24-Aug-2023 Pierre Jolivet <pierre@joliv.et>

Minor 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


# ba38deed 15-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Delete unused code


# 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


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

Merge branch 'jolivet/change-matchop-matfilter' into 'main'

Consolidate MatChop() and MatAIJFilter()

See merge request petsc/petsc!6699


# 2ce66baa 12-Jul-2023 Pierre Jolivet <pierre@joliv.et>

Rename MatChop() into MatFilter()


# 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


# 58c11ad4 12-Jul-2023 Pierre Jolivet <pierre@joliv.et>

MatEliminateZeros(): skip zero nondiagonal coefficients


# 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


# 03b283a7 27-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/skip-matscatter-in-matsetvaluescoo' into 'main'

Avoid MatStash scatter in MatSetValuesCOO

See merge request petsc/petsc!6623


# cf8ba265 26-Jun-2023 Junchao Zhang <jczhang@mcs.anl.gov>

MatSetPreallocationCOO_MPIAIJ: set the nonzerostate as the matrix is assmbled


# 5bb69915 24-Jun-2023 Junchao Zhang <jczhang@mcs.anl.gov>

Mat: mark the mat as was_assembled after MatSetPreallocationCOO_MPIAIJ because we have built Mvctx


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

Merge branch 'stefanozampini/mathypre' into 'main'

cleanup mathypre

See merge request petsc/petsc!6528


# 651b1cf9 31-May-2023 Stefano Zampini <stefano.zampini@gmail.com>

Mat tests: add HYPRE COO tests

support COO with hacking permutation array of AIJ


# 8c38e02a 03-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


12345678910>>...111