History log of /petsc/src/mat/interface/matrix.c (Results 1176 – 1200 of 3231)
Revision Date Author Comments
# 7538c81a 21-Nov-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-fortran-interfaces-matsetvalues'


# 4d03fd2b 16-Nov-2016 Barry Smith <bsmith@mcs.anl.gov>

Add multiple Fortran interface definitions for MatSetValuesXXX() and VecSetValuesXXX()

Tested against PFlotran.
This is needed because Fortran requires seperate interface definitions if the argument

Add multiple Fortran interface definitions for MatSetValuesXXX() and VecSetValuesXXX()

Tested against PFlotran.
This is needed because Fortran requires seperate interface definitions if the argument is a
scalar or an array of size 1.

Funded-by: IDEAS
Project: IDEAS/xSDK
Time: 6 hours

show more ...


# e51df6f4 09-Nov-2016 stefano_zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

This is needed to deal with some changes in MatNullSpace from commit 9d2471e


# 710fc27d 07-Nov-2016 Lisandro Dalcin <dalcinl@gmail.com>

Merge remote-tracking branch 'origin/maint'


# ec9a94a0 04-Nov-2016 Satish Balay <balay@mcs.anl.gov>

doc: fix manpage for MatSetValuesLocal
Reported-by: murat keçeli <keceli@gmail.com>


# 386f7cf9 30-Oct-2016 Barry Smith <bsmith@mcs.anl.gov>

fix typos in manual pages

Reported-by: Peter J. Puchyr <pjpuchyr@gmail.com>


# 10c1f87b 27-Oct-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'master' into tisaac/dmplex-feature-real-to-ref

I need updated PetscFE interfaces in what I'm going to do

* master: (603 commits)
parmetis: fix typo in testsuite
Added PETSC_HAVE_A

Merge branch 'master' into tisaac/dmplex-feature-real-to-ref

I need updated PetscFE interfaces in what I'm going to do

* master: (603 commits)
parmetis: fix typo in testsuite
Added PETSC_HAVE_ATTRIBUTEALIGNED flag to makefile
PCSetUp_SVD() used incorrect matrix for matrix size in parallel, also need to skip LAPACK call if matrix size is zero
strumpack: update to latest version 1.0.4
Remove valgrind warning about MPI_Allreduce() with uninitialized data
sed for test output that has atol convergence with quad precision
updated ex1_nest tests
fixed incorrect key value
fix: bad merge a69d34a
test: move runex78 to TESTEXAMPLES_C_NOTSINGLE
build: fix warnings
sys: update test to produce same result - irrespective of debug/opt build - and presence of ~/.petscrc
sys: src/sys/examples/tests/ex30.c -> src/sys/examples/tests/ex32.c to avoid conflict in master
Sed output, since quad precision reduces below atol on these tests
remove automatically generated matrix names from test output files since can be different
Fixes for MatMPIXXXSetPreallocation(), they were not reentrant, since they kept the information used for matrix-vector products
GAMG: fix PCView_GAMG() format - and update output/ex56_0.out
superlu_dist: 64-bit-indices fix https://github.com/xiaoyeli/superlu_dist/issues/4
Add SNESSetDivergenceTolerance / -snes_divergence_tolerance.
fixed unit read in Plex
...

show more ...


# 6658fb44 23-Oct-2016 stefano_zampini <stefano.zampini@gmail.com>

Added ISLocalToGlobalMappingDuplicate

if refcnt > 0 we cannot change the block size of the l2gmap in-place


# 947f85a7 23-Oct-2016 stefano_zampini <stefano.zampini@gmail.com>

MatSetBlockSizes: create new layouts if they are referenced from other objects

MatSetBlockSize: avoid duplicated code, use MatSetBlockSizes(M,bs,bs)


# 09528a7b 17-Oct-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/improve-matnullspace-usage'


# e923053f 15-Oct-2016 stefano_zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint

I have to merge it here, since there's an API addition for MatIS in stefano_zampini/featu

Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint

I have to merge it here, since there's an API addition for MatIS in stefano_zampini/feature-pcbddc-saddlepoint
that prevents me to smoothly merge stefano_zampini/feature-convert-matnest-matis into next.

This will also facilitate merging stefano_zampini/feature-pcbddc-saddlepoint into master

Conflicts:
src/docs/website/documentation/changes/dev.html

show more ...


# 46533700 15-Oct-2016 stefano_zampini <stefano.zampini@gmail.com>

Mat: MatSetBlockSizes as a MATOP.

it allows to change the block sizes at a later stage.
For the block formats, the default op raise an error if the user tries to change them


# 26bda2c4 14-Oct-2016 stefano_zampini <stefano.zampini@gmail.com>

MAT: introduce setlateblocksize function that allows to change the block size after matrix setup


# 9d2471e0 10-Oct-2016 Barry Smith <bsmith@mcs.anl.gov>

Enhancements for KSP solve with singular matrices

update KSPSolveTranspose() to utilize the nullspaces attached to the matrix with MatNullSpaceSet()
add test examples that utilizes the singular matr

Enhancements for KSP solve with singular matrices

update KSPSolveTranspose() to utilize the nullspaces attached to the matrix with MatNullSpaceSet()
add test examples that utilizes the singular matrices nullspaces for KSPSolve() and KSPSolveTranspose() with
right and left preconditioning.
Lock vectors in MatNullSpaceCreate() so user doesn't accidently change them when they should not
Add details to KSPSolve() manual page for singular systems.

Thanks-to: Fande Kong <fande.kong@inl.gov>

show more ...


# 21b4805b 12-Oct-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-configure-eigen-pragmatic' into knepley/feature-plex-pragmatic-parallel

* knepley/feature-configure-eigen-pragmatic: (40 commits)
Configure: Added Eigen dependence fo

Merge branch 'knepley/feature-configure-eigen-pragmatic' into knepley/feature-plex-pragmatic-parallel

* knepley/feature-configure-eigen-pragmatic: (40 commits)
Configure: Added Eigen dependence for Pragmatic and bumped SHA1
Configure: Added Eigen3
Bib: Fixed brace
Docs: acknowl.tex - add link to github history for recent contributors, as on (currently redundant) https://www.mcs.anl.gov/petsc/miscellaneous/acknwldg.html
Docs: manual - update int-->PetscInt, double-->PetscReal where needed, and related changes.
Docs: manual part 2 - update to DMDA_STENCIL_XXX and DMBoundaryType
Docs: Manual part 2 - move sections and remove TODOs
KSP: man page formatting fixes for CGLS and TSIRM
KSP: update -log_summary --> -log_view in tutorial example comments
MatSetUp man page: typo fix
PC types man page: comment update
Docs: Manual - Part 2 update
Docs: manualpreamble listing fix
Docs: manual preamble: add breakonwhitespace to listings options
Docs: mapnameslatex.py - note and debugging line for convenience
Docs: mapnameslatex.py - ignore makelisting
Docs: add a modified version of \lstinline which uses pipes as delimiters, allowing usage within tables in the manual
Docs: Manual acknowledgements update
Docs: mapnameslatex.py - add bracketing for tikzpicture environments
petsc.bib: add Paige and Saunders 75
...

show more ...


# 7b627071 11-Oct-2016 BarryFSmith <bsmith@mcs.anl.gov>

Merged in psanan/petsc-docproject/psanan/manual-cleanup (pull request #574)

Docs: Manual Cleanup


# 8e458871 27-Sep-2016 Patrick Sanan <patrick.sanan@gmail.com>

MatSetUp man page: typo fix


# 63fa5c83 11-Oct-2016 stefano_zampini <stefano.zampini@gmail.com>

First attempt to allow changing the block size of a matrix (and any associated l2gmap)


# c054a8a8 16-Sep-2016 Barry Smith <bsmith@mcs.anl.gov>

remove incorrect information in some manual pages, add more links to MatTransposeColoring() manual pages


# aedab919 16-Sep-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 2c93a97a 12-Sep-2016 Barry Smith <bsmith@mcs.anl.gov>

remove dead Adifor code

Time: .1 hours
Reported-by: Sebastien Gilles <sebastien.gilles@inria.fr>


# 0a7544fa 08-Sep-2016 Barry Smith <bsmith@mcs.anl.gov>

typo MUSAT should be MUST, describing v as "logically 2 dimensional" makes sense only for block rows but that's not made clear
Time: 0 hours
Reported-by: Peter J. Puchyr <pjpuchyr@gmail.com>


# 59f778fa 07-Sep-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/get-factor-failure-information-from-mat'


# c49fb703 06-Sep-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'pr543/alexfikl/alexfikl/matnest-transpose/master'


# 7b6c816c 03-Sep-2016 Barry Smith <bsmith@mcs.anl.gov>

Added MatFactorGetErrorZeroPivot()

Time: 2 hours
Reported-by: Glenn E Hammond <gehammo@sandia.gov>


1...<<41424344454647484950>>...130