| #
9fba0f6e
|
| 04-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/doc-snes'
* knepley/doc-snes: SNESGS: Put in an explanation of the FD GS update SNES: Add options database keys for norm schedule
# Please enter a commit message to explai
Merge branch 'knepley/doc-snes'
* knepley/doc-snes: SNESGS: Put in an explanation of the FD GS update SNES: Add options database keys for norm schedule
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
show more ...
|
| #
72e51967
|
| 30-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-unneeded-paren-petscmalloc'
Conflicts: src/mat/impls/baij/seq/baij.c
|
| #
517f1916
|
| 20-Nov-2014 |
Matthew G. Knepley <knepley@gmail.com> |
SNES: Add options database keys for norm schedule
|
| #
854ce69b
|
| 15-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
convert some PetscMalloc() to PetscMalloc1() remove unneeded () in first argument to PetscMalloc/Calloc1() fixes for MATLAB examples
|
| #
c94a748e
|
| 21-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-options-default'
Conflicts: src/ksp/ksp/examples/tutorials/ex52.c
|
| #
8afaa268
|
| 13-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
update use of PetscOptionsBool() to not rely on default setting automatically
|
| #
94ae4db5
|
| 13-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
cleanup of use of PetscOptionsInt and friends including use of flag final argument
|
| #
b486a86a
|
| 13-Oct-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-configure-petsc-dep
* master: (210 commits) error out on special cases where DMLocalToGlobal_DA won't work remove unneed uses of local DM vectors and DMLoc
Merge branch 'master' into knepley/fix-configure-petsc-dep
* master: (210 commits) error out on special cases where DMLocalToGlobal_DA won't work remove unneed uses of local DM vectors and DMLocalToGlobalBegin/End in examples removed to prevent cut and paste repeats of their use openmpi: update to version 1.8.3 added more movies and pubs more movies MatGetDiagonalBlock() can be called before matrix is assembled added a couple more movies/images PetscLogEventGetId() was missing public prototype simply output from make streams benchmark test c2html: fixup so that C2HTML make variable is set [similar to cmake.py] chaco: current blas test does'nt work with Cray CC [which automatically links with blas] and linux - where -lm needs to be listed explicitly. Switch the test to check if we are using PETSc modifled chaco builddist: always install c2html/sowing argonne logo for users manual cover Remove PETSC_HAVE_CUSP_SMOOTHED_AGGREGATION, use PETSC_HAVE_CUSP instead. mpich: use older tarball with cygwin/gnu compilers updated information about packages PETSc can use in users manual Updated users manual to latest ANL Report format requirements mpich: update to mpich-3.1.3.tar.gz - remove -download-mpich-mpe [mpich no longer packages mpe] - remove -download-mpich-shared. It was added as a split from --with-mpi-shared to --known-mpi-shared and --download-mpich-shared in 50237a55163f90ac7341b723c6422dfa1dbce792 removing this gives back the control of shared=0/1 to package.py - remove download_solaris as the new tarball works with both gcov and on solaris - remove MPICHInstall() [and use GNUPackage.Install()] as the new tarball fixes 'make clean' requiring sudo added more images and PETSc pubs Doc: More refs ...
show more ...
|
| #
5a18fd3f
|
| 10-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/add-snes-monitor-ksp'
|
| #
e5f7ee39
|
| 06-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
added graphics monitor of nonlinear residual during linear solve
|
| #
a5c2985b
|
| 05-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Added KSPMonitorSNES() with command line option -snes_monitor_ksp to monitor SNES residual norm at each linear iteration
|
| #
ee2838f6
|
| 30-Sep-2014 |
Toby Isaac <tisaac@ices.utexas.edu> |
Merge branch 'tisaac/feature-fe-geom-dim' into tisaac/plex-flexible-projection
Use the new PetscFECellGeom
Conflicts: include/petscdmplex.h include/petscfe.h src/dm/impls/plex/plexfem.c
|
| #
ca3142fd
|
| 26-Sep-2014 |
Mark Adams <mfadams@lbl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc into mark/ex49-bs
|
| #
96a74ce7
|
| 24-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/docs-matblocksize'
|
| #
2a7a6963
|
| 19-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
MatGetVecs() and KSPGetVecs() replaced with MatCreateVecs() and KSPCreateVecs() since they are creators not getters
|
| #
f431e94f
|
| 22-Aug-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-snesew-postsolve'
* knepley/fix-snesew-postsolve: SNES: Eliminating redundant computation in SNESEW convergence check - We did not agree that PCNONE should imply KSP_NORM
Merge branch 'knepley/fix-snesew-postsolve'
* knepley/fix-snesew-postsolve: SNES: Eliminating redundant computation in SNESEW convergence check - We did not agree that PCNONE should imply KSP_NORM_UNPRECONDITIONED, we could do this for the next release
show more ...
|
| #
e86dd1c7
|
| 05-Aug-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-coords-parallel'
* knepley/fix-plex-coords-parallel: DMPlex: Incorrect periodicity information KSP+SNES: Converged output now includes prefix DMPlex ex4: Fixed t
Merge branch 'knepley/fix-plex-coords-parallel'
* knepley/fix-plex-coords-parallel: DMPlex: Incorrect periodicity information KSP+SNES: Converged output now includes prefix DMPlex ex4: Fixed test output Mat+Coloring: Greedy coloring fix - Use ocolors[] for off-diagonal piece PetscSection: Added check for mismatch between SF and Section DMPlex: DMPlexReplace_Static() fixes - Should share coordinateDM, not just the section, so we get correct SF - Pass on periodicity information DMPlex: Refinement should create SF before coordinates, so coordinateDM gets correct SF - Also pass on periodicity information DMPlex: Distribution should create SF before coordinates, so coordinateDM gets correct SF - Also pass on periodicity information
show more ...
|
| #
4f00ce20
|
| 16-Jul-2014 |
Matthew G. Knepley <knepley@gmail.com> |
SNES: Eliminating redundant computation in SNESEW convergence check - We did not agree that PCNONE should imply KSP_NORM_UNPRECONDITIONED, we could do this for the next release
|
| #
609885f5
|
| 13-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc-primalfixes' into stefano_zampini/pcbddc_deluxe
|
| #
26ba9691
|
| 27-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/fix-matlab-socket'
Conflicts: makefile
|
| #
f3229a78
|
| 27-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
matlab: fix compiler warnings
|
| #
24e2bfea
|
| 16-Jun-2014 |
Matthew G. Knepley <knepley@gmail.com> |
KSP+SNES: Converged output now includes prefix
|
| #
e0e3a89b
|
| 10-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
snes->ksp refered to when it did not exist
Traceback (most recent call last): File "test/test_snes.py", line 155, in testCompJac self.snes.computeJacobian(x, J) File "SNES.pyx", line 236, in pe
snes->ksp refered to when it did not exist
Traceback (most recent call last): File "test/test_snes.py", line 155, in testCompJac self.snes.computeJacobian(x, J) File "SNES.pyx", line 236, in petsc4py.PETSc.SNES.computeJacobian (src/petsc4py.PETSc.c:141969) Error: error code 85 [0] SNESComputeJacobian() line 2209 in /Users/dalcinl/Devel/petsc-dev/src/snes/interface/snes.c [0] KSPSetReusePreconditioner() line 192 in /Users/dalcinl/Devel/petsc-dev/src/ksp/ksp/interface/itfunc.c [0] Null argument, when expecting valid pointer [0] Null Object: Parameter # 1
Reported-by: Lisandro Dalcin <dalcinl@gmail.com>
show more ...
|
| #
4907a4d7
|
| 03-Jun-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Merged upstream/master to feature-dmmoab
|
| #
299992b9
|
| 03-Jun-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Merge remote-tracking branch 'upstream/master'
|