History log of /petsc/src/mat/tests/ex70.c (Results 51 – 75 of 76)
Revision Date Author Comments
# 88ffe2e8 16-Dec-2021 Jose E. Roman <jroman@dsic.upv.es>

MatNest: propagate vectype if the same in all blocks


# 568088ac 08-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/unify-getctx' into 'main'

Unify XXGetYYContext calls

See merge request petsc/petsc!4212


# 3ec1f749 04-Aug-2021 Stefano Zampini <stefano.zampini@gmail.com>

Unify XXGetYYContext calls

always use void*


# 03cacdc9 22-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/pcmg-matapply' into 'main'

PCMG matapply

See merge request petsc/petsc!3717


# 2b723ba2 17-Mar-2021 Stefano Zampini <stefano.zampini@gmail.com>

Mat ex70: add test from Pierre


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

Merge branch 'stefanozampini/fixes' into 'master'

Device fixes

See merge request petsc/petsc!3541


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

Mat ex70: restore test


# 6035d8c5 06-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-disable-ex70' into 'master'

ci: disable mat_tests-ex70_1_par_cuda likely breakage from 039c6fba and...

See merge request petsc/petsc!3538


# b6691341 05-Jan-2021 Satish Balay <balay@mcs.anl.gov>

ci: disable mat_tests-ex70_1_par_cuda likely breakage from 039c6fba and perhaps masked by petscdiff prior to c2eed0ed06

not ok diff-mat_tests-ex70_1_par_cuda+local-0_xgpu-0_bgpu-0_A_mat_type-mpiaijc

ci: disable mat_tests-ex70_1_par_cuda likely breakage from 039c6fba and perhaps masked by petscdiff prior to c2eed0ed06

not ok diff-mat_tests-ex70_1_par_cuda+local-0_xgpu-0_bgpu-0_A_mat_type-mpiaijcusparse # Error code: 1

show more ...


# 6f7728a9 22-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/support-cuda-11' into 'master'

Add support of CUDA-11

See merge request petsc/petsc!3207


# 8a311839 19-Sep-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Fine-tune a test


# 9ee56db9 16-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-vecgetsubcector-cuda' into 'master'

Stefanozampini/feature vecgetsubcector cuda

See merge request petsc/petsc!3170


# 686594db 11-Sep-2020 Stefano Zampini <stefano.zampini@gmail.com>

VecGetSubVector: add tests for CUDA


# 5b5ba38f 04-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-ex70-zerodata' into 'master'

Mat ex70: MatDense supports zero local rows on some processes now

See merge request petsc/petsc!2946


# a0638e9d 03-Jul-2020 Stefano Zampini <stefano.zampini@gmail.com>

Mat ex70: MatDense supports zero local rows on some processes now


# 7f3f1200 01-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-cusparse-notransgen-herm' into 'master'

feature cusparse notransgen herm

See merge request petsc/petsc!2915


# 3604c0ae 26-Jun-2020 Stefano Zampini <stefano.zampini@gmail.com>

Mat tests ex70: add test for MatHermitianTranspose


# 19cef4a6 04-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-kspmatsolve-deprecate-ksphpddmmatsolve' into 'master'

Change how solves with multiple RHS work

See merge request petsc/petsc!2811


# e7b38fdf 02-Jun-2020 Stefano Zampini <stefano.zampini@gmail.com>

Mat ex70: add test for MatDenseGetSubMatrix


# 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


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

Mat ex70: test MatMat operations callbacks with MATSHELL

Add MatTransposeMat and MatMatTranspose tests
restore back to testing transpose and not hermitian transpose


# 6718818e 17-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatProduct: proper cleanup of additional data structure

Do not mess with view/destroy routine, add an extra slot to MatProduct struct to stash the data, destroy/view routines
Deprecate MatFreeInterm

MatProduct: proper cleanup of additional data structure

Do not mess with view/destroy routine, add an extra slot to MatProduct struct to stash the data, destroy/view routines
Deprecate MatFreeIntermediateStructures in favor of MatProductClear
Clean up base headers for matrix classes
Update tests (remove some todos from ex70 because now the tests work properly)
MatProductSetType should not set the setfromoptions operation!
MatProductClear should reset operations
Remove no longer needed function composition
Add few more PetscInfo messages
Single dispatch routine
MatProductSetFromOptions routines are now allowed to fail
MatProductSetFromOptions_SeqXBAIJ_SeqDense: support for MATPRODUCT_AtB
MatTransposeMatMultNumeric_SeqAIJ_SeqDense: fix bug with leading dimensions
Make internal functions PETSC_INTERN
Fix a couple of places where the destroy routine of the matrix was changed
Products should all use internal data (or composed data attached to the internal data)
Fix few bugs in MPIAIJ_MPIDENSE product with stages

show more ...


# 456288a8 06-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

Mat ex70: add tests

MatDenseGetColumnVec and friends
MATSHELL
CUDA


# 9c919e7d 05-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 055802ab 04-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-matmatmult-prj' into 'maint'

Fix MatMatMult old API when reusing dense output matrix

See merge request petsc/petsc!2761


1234