History log of /petsc/src/mat/impls/transpose/transm.c (Results 76 – 100 of 219)
Revision Date Author Comments
# 9ace16cd 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

add PetscAssert() and PetscAssertFalse()


# 98921bda 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

SETERRQ[1-9]+ begone


# 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


# 153f75fd 06-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-mr-3630' into 'main'

Fix [h]transm.c

See merge request petsc/petsc!3675


# ff83db7b 02-Mar-2021 Pierre Jolivet <pierre@joliv.et>

Fix [h]transm.c


# d9fd370b 02-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-nest-tile' into 'main'

Tiles in MatNest

See merge request petsc/petsc!3630


# a0eea678 20-Feb-2021 Pierre Jolivet <pierre@joliv.et>

MatGetDiagonal()/MatConvert() with MATTRANSPOSEMAT


# 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


# 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


# 487d878e 26-Jun-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATTRANSPOSEMAT: propagate vector type

Reported-by: Jose Roman jroman@dsic.upv.es


# 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


# 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 ...


# b682b301 13-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 4d12eea5 12-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-mathasoperation-docs' into 'maint'

Remove deprecated MatOperation

See merge request petsc/petsc!2786


# 3c6db4c4 09-May-2020 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Remove deprecated MatOperation


# acc889b1 04-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/matmatmult-nest-dense' into 'master'

Support for MatMatMult with Nest and MPIDense

See merge request petsc/petsc!2069


# 52c5f739 04-Oct-2019 prj- <pierre.jolivet@enseeiht.fr>

Support for MatMatMult with Nest and MPIDense


# 22804e53 15-Apr-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged in jolivet/axpy-transpose (pull request #1529)

Transpose and MatAXPY

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


# 6171f1c8 12-Apr-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

If X and Y are MATTRANSPOSE, Y' = aX' + Y'.


# a5a49157 25-Oct-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# e901d7f7 25-Oct-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpustay/feature-swarm-example


# baeaa64e 25-Oct-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# df90af56 24-Oct-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into arcowie-rem/feature-error-logging

* master: (393 commits)
Bib: Update reference
Mat: Doc fix
Bib: Updated ref
PetscDS: Doc fixes
PC+LU: Do not try to refactor an

Merge branch 'master' into arcowie-rem/feature-error-logging

* master: (393 commits)
Bib: Update reference
Mat: Doc fix
Bib: Updated ref
PetscDS: Doc fixes
PC+LU: Do not try to refactor an already factored matrix
Mat: Small fix for checking and docs
Mat: Added MatSetFactorType() - Needed it when making a shell matrix look factored
PetscDS: Added PetscDSUpdateBoundary() - Lets the user change the boundary condition
single precision produces different convergence history
p4est: has a dependency on zlib - so handle it correctly
Add -mat_mffd_complex to use the Lyness complex number trick to compute J_u * v instead of differencing.
Replace VecWAXPY by VecAXPY if needed
Revert "Replace VecWAXPY by VecAXPY if needed"
Replace VecWAXPY by VecAXPY if needed
MatHermitianTransposeGetMat and MatCreateVecs
ex19: Updated test filter to avoid false positives.
DM: Improved Global-To-Natural docs Suggested-by: Josh L <ysjosh.lo@gmail.com>
Do not build shared openblas when doing static build
Upgrade OpenBLAS to 0.3.3
test: add alt output file for changes in OSX-10.14 and Xcode-10.0 [perhaps related to ML]
...

Conflicts:
src/vec/is/utils/vsectionis.c

show more ...


123456789