History log of /petsc/src/mat/impls/shell/shellcnv.c (Results 26 – 50 of 234)
Revision Date Author Comments
# f882803c 26-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-02-23/variadic-chkerr' into 'main'

Variadic CHKERRQ()

See merge request petsc/petsc!4889


# 9566063d 25-Mar-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

The great renaming:

- CHKERRQ() -> PetscCall()
- CHKERRV() -> PetscCallVoid()
- CHKERRMPI() -> PetscCallMPI()
- CHKERRABORT() -> PetscCallAbort()
- CHKERRCONTINUE() -> PetscCallContinue()
- CHKERRXX

The great renaming:

- CHKERRQ() -> PetscCall()
- CHKERRV() -> PetscCallVoid()
- CHKERRMPI() -> PetscCallMPI()
- CHKERRABORT() -> PetscCallAbort()
- CHKERRCONTINUE() -> PetscCallContinue()
- CHKERRXX() -> PetscCallThrow()
- CHKERRCXX() -> PetscCallCXX()
- CHKERRCUDA() -> PetscCallCUDA()
- CHKERRCUBLAS() -> PetscCallCUBLAS()
- CHKERRCUSPARSE() -> PetscCallCUSPARSE()
- CHKERRCUSOLVER() -> PetscCallCUSOLVER()
- CHKERRCUFFT() -> PetscCallCUFFT()
- CHKERRCURAND() -> PetscCallCURAND()
- CHKERRHIP() -> PetscCallHIP()
- CHKERRHIPBLAS() -> PetscCallHIPBLAS()
- CHKERRHIPSOLVER() -> PetscCallHIPSOLVER()
- CHKERRQ_CEED() -> PetscCallCEED()
- CHKERR_FORTRAN_VOID_FUNCTION() -> PetscCallFortranVoidFunction()
- CHKERRMKL() -> PetscCallMKL()
- CHKERRMMG() -> PetscCallMMG()
- CHKERRMMG_NONSTANDARD() -> PetscCallMMG_NONSTANDARD()
- CHKERRCGNS() -> PetscCallCGNS()
- CHKERRPTSCOTCH() -> PetscCallPTSCOTCH()
- CHKERRSTR() -> PetscCallSTR()
- CHKERRTC() -> PetscCallTC()

show more ...


# 28b400f6 03-Mar-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

pluck ~1000 low hanging PetscCheckFalse() -> PetscCheck() fruit


# 5f80ce2a 24-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

chkerr and friends wrapped


# 1241a243 13-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-01-05/c99' into 'main'

Feature: C99 and C++11

See merge request petsc/petsc!4700


# 2c71b3e2 11-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()


# 9ace16cd 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

add PetscAssert() and PetscAssertFalse()


# 5895b338 18-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/mattranpose-default-convert' into 'main'

MATTRANSPOSE default convert

See merge request petsc/petsc!4722


# 6a4403aa 14-Dec-2021 Stefano Zampini <stefano.zampini@gmail.com>

MATTRANSPOSE: use MatConvert_Basic if inner transposition operation is not available


# 2158cd20 31-Dec-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/petsc4py' into 'main'

Some work on petsc4py

See merge request petsc/petsc!4644


# 8af18dd8 21-Oct-2021 Stefano Zampini <stefano.zampini@gmail.com>

MatConvert_Basic: use matvecs if getrow is not implemented

Allow MatEqual to run the matvecs comparison if the implementation is not found
Add test for MATPYTHON


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

Merge branch 'stefanozampini/fixes' into 'master'

Device fixes

See merge request petsc/petsc!3541


# 2487f3f2 21-Dec-2020 Stefano Zampini <stefano.zampini@gmail.com>

Mat: propagate boundtocpu information


# 833b33c1 29-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-add-hpackages-rebased' into 'master'

Fixes to MatProduct + many bug fixes + new hierarchical matrix support

See merge request petsc/petsc!2800


# b77ba244 11-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATSHELL: add support for MatMat operations

Added MatIsShell to inquire about the presence of the shell specific data


# 3d392a07 07-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatConvertFrom_Shell: fix defaultvectype


# f17a9363 24-Apr-2019 Satish Balay <balay@mcs.anl.gov>

Merged in stefano_zampini/fix-matcomputeexplicitop (pull request #1570)

Allow specifying an operator type when computing operators explicitly

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
Approved-

Merged in stefano_zampini/fix-matcomputeexplicitop (pull request #1570)

Allow specifying an operator type when computing operators explicitly

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
Approved-by: Patrick Sanan <patrick.sanan@gmail.com>

show more ...


# 41319c1d 21-Apr-2019 Stefano Zampini <stefano.zampini@gmail.com>

MatConvert_Shell: restore preallocation

zero values are skipped so that if the user specifies AIJ, we will get bach the actual sparse matrix
minor tweaks to MatXAIJSetPreallocation


# 1d9d9a34 21-Apr-2019 Stefano Zampini <stefano.zampini@gmail.com>

MatConvertFrom_Shell: propagate block sizes


# 0e53113d 17-Apr-2019 Stefano Zampini <stefano.zampini@gmail.com>

Merged in stefano_zampini/feature-matshell-zerorows (pull request #1547)

Add support for zeroing rows and columns of a MATSHELL

Approved-by: Matthew Knepley <knepley@gmail.com>
Approved-by: BarryFS

Merged in stefano_zampini/feature-matshell-zerorows (pull request #1547)

Add support for zeroing rows and columns of a MATSHELL

Approved-by: Matthew Knepley <knepley@gmail.com>
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>

show more ...


# 251fad3f 16-Apr-2019 Stefano Zampini <stefano.zampini@gmail.com>

MATSHELL: added utility routine to automate creation of a MatShell object from any Mat


# 569a6e9e 11-Apr-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# a0e5c692 11-Apr-2019 Stefano Zampini <stefano.zampini@gmail.com>

Merged in stefano_zampini/feature-improve-matviewmpiaij-ascii-maint (pull request #1519)

MatView_MPIAIJ_ASCIIorSocket: speedup code

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 71e56450 08-Apr-2019 Stefano Zampini <stefano.zampini@gmail.com>

MatView_MPIAIJ_ASCIIorSocket: speedup code

This code in not performance critial, but it took 3 hours to dump a 2000x2000 MPIAIJ matrix with dense values
This is what we obtain by calling MatViewFrom

MatView_MPIAIJ_ASCIIorSocket: speedup code

This code in not performance critial, but it took 3 hours to dump a 2000x2000 MPIAIJ matrix with dense values
This is what we obtain by calling MatViewFromOptions on a MATSHELL in parallel

show more ...


# a041468a 06-Mar-2019 Lawrence Mitchell <lawrence@wence.uk>

Merge branch 'master' into wence/feature-patch-all-at-once


12345678910