History log of /petsc/src/mat/interface/matrix.c (Results 901 – 925 of 3231)
Revision Date Author Comments
# a110b7d0 22-Oct-2018 Matthew G. Knepley <knepley@gmail.com>

Mat: Doc fix


# 830062cb 22-Oct-2018 Matthew G. Knepley <knepley@gmail.com>

Mat: Small fix for checking and docs


# 7abd51d3 22-Oct-2018 Matthew G. Knepley <knepley@gmail.com>

Mat: Added MatSetFactorType()
- Needed it when making a shell matrix look factored


# 550e16e9 22-Oct-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# fb8cb8fa 22-Oct-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'pr1188/prj-/fix-replace-VecWAXPY/master' [PR #1188]

* pr1188/prj-/fix-replace-VecWAXPY/master:
Replace VecWAXPY by VecAXPY if needed.
This is needed by the MatMult of MatNest when one

Merge branch 'pr1188/prj-/fix-replace-VecWAXPY/master' [PR #1188]

* pr1188/prj-/fix-replace-VecWAXPY/master:
Replace VecWAXPY by VecAXPY if needed.
This is needed by the MatMult of MatNest when one of the blocks is of created using MatCreateHermitianTranspose.

show more ...


# 4b683324 22-Oct-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'pr1187/feature-MatHermitianTransposeGetMat/master' [PR #1187]

* pr1187/feature-MatHermitianTransposeGetMat/master:
Add MatHermitianTransposeGetMat and corresponding MatCreateVecs


# ecadd24f 20-Oct-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Replace VecWAXPY by VecAXPY if needed


# 7c831cc0 20-Oct-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Revert "Replace VecWAXPY by VecAXPY if needed"

This reverts commit 1c75b32ecbe809e233f15716e7cb727ec53003ba.


# 1c75b32e 20-Oct-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Replace VecWAXPY by VecAXPY if needed


# dfd95116 20-Oct-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# 5a7b8bca 09-Oct-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/stefano_zampini/weakly-symmetric-elasticity-rebased'


# b6280ec8 09-Oct-2018 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# e4123d59 09-Oct-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/balay/revert_vecscatterremap_/maint' into maint


# d27e6124 05-Oct-2018 Satish Balay <balay@mcs.anl.gov>

fortran: revert vecscatterremap_() change from 487a658c8b3 as this requires CHKFORTRANNULLINTEGER()

Also revert matzerorowslocal_() change - as this requires multiple interface definitions

And add

fortran: revert vecscatterremap_() change from 487a658c8b3 as this requires CHKFORTRANNULLINTEGER()

Also revert matzerorowslocal_() change - as this requires multiple interface definitions

And add custom interface definitions

show more ...


# 4ccfa306 02-Oct-2018 Stefano Zampini <stefano.zampini@gmail.com>

Minor style fixes


# 96b1c1fa 24-Sep-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/have-veccuda-to-have-cuda'


# b45ef262 24-Sep-2018 Andreas Selinger <andreasselinger@gmail.com>

Merged petsc/petsc into master


# fd314934 22-Sep-2018 Barry Smith <bsmith@mcs.anl.gov>

Change outdated HAVE_VECCUDA macro to simply HAVE_CUDA for clarity/ease of maintenance.

Commit-type: style-fix


# 634c3c7f 19-Sep-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Small typo in documentation


# 5a5264e3 19-Sep-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# 20cd54da 18-Sep-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge from master


# 1861c7ec 18-Sep-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-dm-nearnullspace

* master: (219 commits)
petsc4py: update with VecScatter API changes
remove duplicate code
petsc4py: update to version 3.10.0
fixe

Merge branch 'master' into knepley/feature-dm-nearnullspace

* master: (219 commits)
petsc4py: update with VecScatter API changes
remove duplicate code
petsc4py: update to version 3.10.0
fixed typos in documentation
fixed typos in documentation
Fix some remaining Register()s to call InitializePackage()
Remove memory leaks of XXXRegister() is called but XXX object is never used
Add to PCTFS manual page that it does not work for complex numbers
Stray , in manual page that should be .
Only register MPI3 VecScatter if they are built
clarification of KSPSetComputeInitialGuess()
Add missing makefiles for VecScatter implementations
Changed VecScatterCreate() to take a communicator and return scatter as other first class PETSc objects do. Changed old VecScatterCreate() to VecScatterCreateWithData()
Added VecScatterSetUp() and converted implementations to use it to compute scatter information
Pull "MPI1" and "MPI3" specific code out of common VecScatter impls code This allows future implementations to use the common code also without changing the common code
Seperate VecScatter implementation code into three subdirectories seq, mpi1, and mpi3
doc: fix author list in manual wrt 6402aee
doc: fix LOCDIR wrt broken URL from MatHYPRESetPreallocation.html
ifort: ifx compile error with --with-mpi=0
changes/310.html: merged two TAO sections
...

Conflicts:
src/dm/interface/dm.c

show more ...


# e11ba9d6 18-Sep-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-ksp-ex10-transpose

* master: (219 commits)
petsc4py: update with VecScatter API changes
remove duplicate code
petsc4py: update to version 3.10.0
fi

Merge branch 'master' into knepley/feature-ksp-ex10-transpose

* master: (219 commits)
petsc4py: update with VecScatter API changes
remove duplicate code
petsc4py: update to version 3.10.0
fixed typos in documentation
fixed typos in documentation
Fix some remaining Register()s to call InitializePackage()
Remove memory leaks of XXXRegister() is called but XXX object is never used
Add to PCTFS manual page that it does not work for complex numbers
Stray , in manual page that should be .
Only register MPI3 VecScatter if they are built
clarification of KSPSetComputeInitialGuess()
Add missing makefiles for VecScatter implementations
Changed VecScatterCreate() to take a communicator and return scatter as other first class PETSc objects do. Changed old VecScatterCreate() to VecScatterCreateWithData()
Added VecScatterSetUp() and converted implementations to use it to compute scatter information
Pull "MPI1" and "MPI3" specific code out of common VecScatter impls code This allows future implementations to use the common code also without changing the common code
Seperate VecScatter implementation code into three subdirectories seq, mpi1, and mpi3
doc: fix author list in manual wrt 6402aee
doc: fix LOCDIR wrt broken URL from MatHYPRESetPreallocation.html
ifort: ifx compile error with --with-mpi=0
changes/310.html: merged two TAO sections
...

Conflicts:
src/ksp/ksp/interface/itfunc.c

show more ...


# 424cf492 17-Sep-2018 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 25f32c3d 17-Sep-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/fix-xxxregister-memory-leaks/maint' into maint


1...<<31323334353637383940>>...130