History log of /petsc/src/mat/interface/matrix.c (Results 1376 – 1400 of 3231)
Revision Date Author Comments
# d05dea96 26-Jun-2015 Fande Kong <fdkong.jd@gmail.com>

Modified an interface


# ae287a2e 25-Jun-2015 Stefano Zampini <stefano.zampini@gmail.com>

Mat: get rid of MatCheckPreallocated in MatCreateVecs

removed unused variable size


# 4efd2d5f 25-Jun-2015 Fande Kong <fdkong.jd@gmail.com>

Fixed complier warnings and errors
and moved the implemenration of matincreaseoverlapsplit to utils


# 548caff3 23-Jun-2015 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge branch 'mat-increaseoverlap' of ssh://bitbucket.org/Fande-Kong/petsc into pr332/master/Fande-Kong/mat-increaseoverlap-scalable


# 665872a1 22-Jun-2015 Fande Kong <fdkong.jd@gmail.com>

Merge remote-tracking branch 'petsc/master' into pcgasm-increaseoverlap


# baf50f97 22-Jun-2015 Fande Kong <fdkong.jd@gmail.com>

Merge remote-tracking branch 'petsc/master' into matpartitioning-hierach


# 1f256a99 22-Jun-2015 Fande Kong <fdkong.jd@gmail.com>

Merge remote-tracking branch 'petsc/master' into mat-increaseoverlap


# 8f9ce63e 20-Jun-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 2ea3bc1c 20-Jun-2015 Barry Smith <bsmith@mcs.anl.gov>

documentation for PetscViewerASCIIOpen() and MatView() and VecView() was WRONG for use with a
viewer that comes from PETSC_COMM_SELF. The documentation mistakenly said that the output was independent

documentation for PetscViewerASCIIOpen() and MatView() and VecView() was WRONG for use with a
viewer that comes from PETSC_COMM_SELF. The documentation mistakenly said that the output was independent for
each process when in fact the communicator of the viewer must match that of the object.

Reported-by: Longyin Cui <cuilongyin@gmail.com>

show more ...


# 9036a9a0 19-Jun-2015 Fande Kong <fdkong.jd@gmail.com>

Fixed


# 3a70edf7 19-Jun-2015 Fande Kong <fdkong.jd@gmail.com>

Implemented MatIncreaseOverlapSplit


# 84cb809c 18-Jun-2015 Fande Kong <fdkong.jd@gmail.com>

An incomplete implementation of MatIncreaseOverlapSplit


# b5fa64bb 15-Jun-2015 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# f449ce51 13-Jun-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 835523d9 12-Jun-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-snes-deflation

* master: (239 commits)
Bib: Moved entry
revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html - enable cuda in c

Merge branch 'master' into knepley/feature-snes-deflation

* master: (239 commits)
Bib: Moved entry
revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html - enable cuda in configure
release: set v3.6 strings
doc: add PCGAMGSetReuseInterpolation() to changes file
fix: workarround static initialization issue (perhaps compiler bug) on opensolaris c/complex build
fix: ex40,ex41 errors in src/ts/examples/tutorials/ on bsd with c++/complex Perhaps this code nees a separate section when 'enorm == 0) - as pow(0,-0.33) = inf.
manual: fix format
more changes..
PCGASM/MatGetSubMatricesMPI() changes in dev.html.
changes: more updates
Add size checks for static arrays of assumed max size [-Warray-bounds]
Doc: Update to Changes
configure: default to useThreads= 0as the useThreads=1 code currently prints output in jumbled order [producing hard to read configure.log]
Delete PETSc viewer attribute if none are left on the linked list instead of putting an empty attribute
MatGetSubMatricesMPI_MPIAIJ(): guard for an empty B-matrix when delogging memory in MatSetSeqMats().
PCBDDC: fix typos in the specification of MPI operation
MPIU_SUM was used with MPIU_INT when it should only be used with MPIU_REAL or MPIU_SCALAR
fixed bad PetscPrintf() formatting in two examples
Plex: In pointwise callbacks, use embedding dimension
updates for generating Apple installations due to changes in locations of include files
...

show more ...


# fae7eefd 10-Jun-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into mesgarnejad/feature-plex-globaltonatural

* master: (219 commits)
revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html - enable cuda in configure

Merge branch 'master' into mesgarnejad/feature-plex-globaltonatural

* master: (219 commits)
revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html - enable cuda in configure
release: set v3.6 strings
doc: add PCGAMGSetReuseInterpolation() to changes file
fix: workarround static initialization issue (perhaps compiler bug) on opensolaris c/complex build
fix: ex40,ex41 errors in src/ts/examples/tutorials/ on bsd with c++/complex Perhaps this code nees a separate section when 'enorm == 0) - as pow(0,-0.33) = inf.
manual: fix format
more changes..
PCGASM/MatGetSubMatricesMPI() changes in dev.html.
changes: more updates
Add size checks for static arrays of assumed max size [-Warray-bounds]
Doc: Update to Changes
configure: default to useThreads= 0as the useThreads=1 code currently prints output in jumbled order [producing hard to read configure.log]
Delete PETSc viewer attribute if none are left on the linked list instead of putting an empty attribute
MatGetSubMatricesMPI_MPIAIJ(): guard for an empty B-matrix when delogging memory in MatSetSeqMats().
PCBDDC: fix typos in the specification of MPI operation
MPIU_SUM was used with MPIU_INT when it should only be used with MPIU_REAL or MPIU_SCALAR
fixed bad PetscPrintf() formatting in two examples
Plex: In pointwise callbacks, use embedding dimension
updates for generating Apple installations due to changes in locations of include files
configure: do not fail when checking MPICH version [similar to 2cadc8fc42fbad3c229d43b955581b8d29e02ad6 ]
...

show more ...


# fafb9071 10-Jun-2015 Satish Balay <balay@mcs.anl.gov>

doc: fix typo in MatMatSolve() manpage


# 6ce549b9 09-Jun-2015 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 1a84f7f8 08-Jun-2015 Fande Kong <fdkong.jd@gmail.com>

Merge branch 'mat-increaseoverlap' into pcgasm-increaseoverlap


# 0ba5da2d 05-Jun-2015 Fande Kong <fdkong.jd@gmail.com>

Merge remote-tracking branch 'petsc/master' into matpartitioning-hierach


# 62ec5fd8 05-Jun-2015 Fande Kong <fdkong.jd@gmail.com>

Merge remote-tracking branch 'petsc/master' into mat-increaseoverlap


# 794d41f7 04-Jun-2015 Barry Smith <bsmith@mcs.anl.gov>

error out if invalide MatReuse option is passed in


# 3cd0bf76 01-Jun-2015 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merged in PR312: karpeev/ksp-pcgasm-overhaul.


# 701082dd 31-May-2015 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# f99d2097 29-May-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-snes-deflation

* master: (32 commits)
MatGetSubmatrix() could hang when some processes thought the entire matrix as being selected and others did not.

Merge branch 'master' into knepley/feature-snes-deflation

* master: (32 commits)
MatGetSubmatrix() could hang when some processes thought the entire matrix as being selected and others did not.
PetscOptionsStringToScalar() and hence PetscOptionsScalarArray() did not work correctly for complex numbers with negative imaginary part
Have SNESCOMPOSITE honour -snes_max_fail for the number of inner solver failures it will tolerate.
fiat: add fallback url
added Stefano and Lisandro to PETSc authors list updated PETSc version number to 3.6 and year of publication to 2015 in the users manuals
deeper cleanup of matrix when the type is reset
need to call KSPSetFromOptions() after KSPSetOperators() so that command line null space is attached to correct matrix updated example output for null space not attached to KSP
Doc: Acknowledge Patrick
bugs in example that should never have gotten into next bug in code calling VecGetArray() on read only vector
doc: seperate -> separate
configure: help - prevent from printing duplcate sections - all PACAKGENAMEs should be CAPS
remove C99 code from example update output from example
updated list of PETSc enum objects that bfort will treat as native for generating Fortran stubs
-help would print the various -xxx_type values on multiple lines making a | grep -ksp_type (for example) not list all the possible options
fix memory leak as reported by the nightly tests
print help message for PetscOptionsGetViewer() the message is rather long
removed dead code about PETSc web server
removed unneeded custom XXXViewFromOptions() functions and updated to use PetscObject as second argument calling sequence
changed second argument of PetscObjectViewFromOptions() to PetscObject and all routines that use this routine
bugfix as reported by PETSc blame digest (next) 2015-05-25
...

show more ...


1...<<51525354555657585960>>...130