| #
4d977ecf
|
| 22-Jan-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-dmts-check'
* knepley/feature-dmts-check: Plex+TS: Fixed signature of DMTSCheckFromOptions() PetscDS: Fixed error message Xdmf: Fix time DMTS: Add context argum
Merge branch 'knepley/feature-dmts-check'
* knepley/feature-dmts-check: Plex+TS: Fixed signature of DMTSCheckFromOptions() PetscDS: Fixed error message Xdmf: Fix time DMTS: Add context argument to DMTSCheckFromOptions() DMTS: DMTSCheckFromOptions() now splits the norm by field DMTS: Added DMTSCheckFromOptions() - This executes a bunch of checks for the residual and Jacobian which are useful for verification DM: Allow user to view default section when it is created PetscFV: Missing destroy SNES: Added SNESSetSolution() - This was necessary to test TS without solving
show more ...
|
| #
03102fb9
|
| 16-Jan-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-dmts-check' into knepley/feature-combined-tabulation
* knepley/feature-dmts-check: PetscDS: Fixed error message Xdmf: Fix time DMTS: Add context argument to DMTSC
Merge branch 'knepley/feature-dmts-check' into knepley/feature-combined-tabulation
* knepley/feature-dmts-check: PetscDS: Fixed error message Xdmf: Fix time DMTS: Add context argument to DMTSCheckFromOptions() DMTS: DMTSCheckFromOptions() now splits the norm by field DMTS: Added DMTSCheckFromOptions() - This executes a bunch of checks for the residual and Jacobian which are useful for verification DM: Allow user to view default section when it is created PetscFV: Missing destroy SNES: Added SNESSetSolution() - This was necessary to test TS without solving
show more ...
|
| #
b6a2fb4f
|
| 16-Jan-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-dmts-check' into knepley/feature-ts-fem+fvm-example
* knepley/feature-dmts-check: PetscDS: Fixed error message Xdmf: Fix time DMTS: Add context argument to DMTSCh
Merge branch 'knepley/feature-dmts-check' into knepley/feature-ts-fem+fvm-example
* knepley/feature-dmts-check: PetscDS: Fixed error message Xdmf: Fix time DMTS: Add context argument to DMTSCheckFromOptions() DMTS: DMTSCheckFromOptions() now splits the norm by field DMTS: Added DMTSCheckFromOptions() - This executes a bunch of checks for the residual and Jacobian which are useful for verification DM: Allow user to view default section when it is created PetscFV: Missing destroy SNES: Added SNESSetSolution() - This was necessary to test TS without solving
show more ...
|
| #
3cd8a7ca
|
| 21-Aug-2014 |
Matthew G. Knepley <knepley@gmail.com> |
SNES: Added SNESSetSolution() - This was necessary to test TS without solving
|
| #
3fe9ae9b
|
| 15-Jan-2015 |
Mark Adams <mfadams@lbl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc into mark/gamg-crs-ksp2
|
| #
8fb42493
|
| 31-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
mv include/finclude to include/petsc-finclude for namespacing in installs
|
| #
d4c6564c
|
| 11-Jan-2015 |
Patrick Farrell <patrick.farrell@imperial.ac.uk> |
Implement the NLEQ-ERR linesearch of Deuflhard (2011).
|
| #
c3d0d0bc
|
| 31-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
mv include/finclude to include/petsc-finclude for namespacing in installs
|
| #
5db64460
|
| 26-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'pr232/pefarrell/snes-has-npc' PR232
|
| #
4653a54d
|
| 26-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/ksp-converged-reason-viewer
Conflicts: src/sys/objects/options.c
|
| #
0494ae4d
|
| 26-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-monitorlg'
|
| #
480ef0e9
|
| 26-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-plex-assembly-fortran'
* knepley/feature-plex-assembly-fortran: DMPlex+SNES: Added Fortran bindings for assembly SNES: Added DMPlex assembly declarations PetscFV:
Merge branch 'knepley/feature-plex-assembly-fortran'
* knepley/feature-plex-assembly-fortran: DMPlex+SNES: Added Fortran bindings for assembly SNES: Added DMPlex assembly declarations PetscFV: Moved struct defintions to type header
show more ...
|
| #
7ed8fce4
|
| 23-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
SNES: Added DMPlex assembly declarations
|
| #
3e7ff0ed
|
| 21-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fix prototypes and casting for KSP/SNESMonitorLG.. routines and friends
|
| #
435c5a64
|
| 21-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
previously the KSP and SNES LG norm monitoring routines crashes on -nox Fixes this by keeping the PetscDraw object available and destroying it rather than obtaining it from the PetscDrawLG object whi
previously the KSP and SNES LG norm monitoring routines crashes on -nox Fixes this by keeping the PetscDraw object available and destroying it rather than obtaining it from the PetscDrawLG object which did not work for -nox
show more ...
|
| #
2a359c20
|
| 19-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Changing -snes_converged_reason and -ksp_converged_reason to take a general viewer argument
|
| #
14acc2fe
|
| 13-Dec-2014 |
Toby Isaac <tisaac@ices.utexas.edu> |
Remove XXXRegisterAll() from public interface
This means we are relying on packages to be well behaved, to set themselves up properly. Passes testexamples in my builds (haven't tried complex).
|
| #
0f51fdf8
|
| 13-Dec-2014 |
Toby Isaac <tisaac@ices.utexas.edu> |
Remove XXXRegisterAllCalled from public interface.
All XXXRegisterAll() methods are now idempotent, so a boolean indicating whether they can be called or not is no longer necessary.
|
| #
64daeef9
|
| 11-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge remote-tracking branch 'pefarrell/snes-composite-get-number'
* pefarrell/snes-composite-get-number: Add the function declaration for SNESCompositeGetNumber. Add a function to get the numbe
Merge remote-tracking branch 'pefarrell/snes-composite-get-number'
* pefarrell/snes-composite-get-number: Add the function declaration for SNESCompositeGetNumber. Add a function to get the number of subsneses in a SNESCOMPOSITE.
show more ...
|
| #
3ad1a0b9
|
| 10-Dec-2014 |
Patrick Farrell <patrick.farrell@imperial.ac.uk> |
Add SNESHasNPC.
|
| #
a6b47ab3
|
| 21-Nov-2014 |
Patrick Farrell <patrick.farrell@imperial.ac.uk> |
Add the function declaration for SNESCompositeGetNumber.
|
| #
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
|