History log of /petsc/src/mat/interface/matproduct.c (Results 51 – 75 of 159)
Revision Date Author Comments
# 08eaad2d 01-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-typos-portability' into 'release'

Fix typos, portability issues, segmentation fault

See merge request petsc/petsc!6267


# cf3d31ae 31-Mar-2023 Pierre Jolivet <pierre@joliv.et>

MatProductNumeric: avoid segmentation fault


# d01c6957 28-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-25/fix-more-manualpages' into 'main'

More manual page fixes

See merge request petsc/petsc!6233


# 2fe279fd 28-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

More manual page fixes


# 9aed2f16 16-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-03-14/fixup-petscmacros' into 'main'

petscmacros.h fixups

See merge request petsc/petsc!6188


# d7876028 16-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-remove-opensolaris' into 'main'

CI: remove opensolaris jobs

See merge request petsc/petsc!6157


# 4279555e 08-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Fix build error with linux-misc-32bit


# 1c7e414e 15-Mar-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add PETSC_PRAGMA_DIAGNOSTIC_IGNORED_BEGIN, and PETSC_PRAGMA_DIAGNOSTIC_IGNORED_END to silence clang or GCC warnings selectively


# 81e241df 11-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-01-30/cpp20' into 'main'

Add C++20 support to configure

See merge request petsc/petsc!6014


# 13bcc0bd 01-Feb-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Fix C++20 implicit enum-float conversions


# 6c749b74 07-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-01/fix-mat-man-pages' into 'main'

Cleanup of mat manual pages

See merge request petsc/petsc!6134


# 2ef1f0ff 01-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Cleanup of mat manual pages

Commit-type: documentation


# a682ec2a 23-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-02-17/man-page-fixes-huge-jacob-automatic' into 'main'

A variety of manual page fixes for problems found by Jacob's lint or noted...

See merge request petsc/petsc!6088


# 27430b45 23-Feb-2023 Barry Smith <bsmith@mcs.anl.gov>

A variety of manual page fixes for problems found by Jacob's lint or noted while fixing those problems

Commit-type: docs-only


# 2975ceb4 13-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 0f3c9fe5 13-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-02-07/fix-man-pages/release' into 'release'

Fix a few manual pages using Jacob's make lint information

See merge request petsc/petsc!6029


# 67be906f 07-Feb-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix a few manual pages using Jacob's make lint information

Commit-type: documentation


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 3ba16761 10-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PetscErrorCode a non-discardable enum


# 2d29411c 12-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/followup-5935' into 'main'

Fix -Wformat for GCC

See merge request petsc/petsc!5966


# 15943bb8 10-Jan-2023 Pierre Jolivet <pierre@joliv.et>

Fix -Wformat for GCC

Follow-up of !5935


# 625cd307 21-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping' into 'main'

Minor housekeeping

See merge request petsc/petsc!5935


# 7ee088dc 21-Dec-2022 Pierre Jolivet <pierre@joliv.et>

Fix -Wformat-pedantic

src/dm/dt/interface/dtds.c:212:71: warning: format specifies type 'void *' but the argument has type 'void (*)(void)' [-Wformat-pedantic]
else PetscCall(PetscViewerASCI

Fix -Wformat-pedantic

src/dm/dt/interface/dtds.c:212:71: warning: format specifies type 'void *' but the argument has type 'void (*)(void)' [-Wformat-pedantic]
else PetscCall(PetscViewerASCIIPrintf(viewer, " func: %p\n", b->func));
~~ ^~~~~~~

show more ...


# 4879ded5 02-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# bdcd4750 01-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-MatCreateSubMatrix-on-mpiaijkokkos' into 'release'

Mat: fix a bug when calling MatCreateSubMatrix() on a mpiaijkokkos matrix

See merge request petsc/petsc!5892


1234567