| #
1a73a3d0
|
| 12-May-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
DMMesh: remove declaration of SNES callback
|
| #
332a9d37
|
| 10-May-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-mat-chop' into master
* knepley/fix-mat-chop: Mat: Changes to MatRestoreRow() broke MatChop()
|
| #
90bcee39
|
| 10-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-aspinfeatures'
Conflicts: src/snes/impls/nasm/nasm.c
|
| #
90a8ba9b
|
| 09-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
SNESComposite() with optimal additive combination
|
| #
e31ab4f9
|
| 07-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Small fixes for SNESComposite fortran stubs
|
| #
8f626970
|
| 06-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added SNESCompositeSetDamping() to set damping for subsolvers
|
| #
eed5f15b
|
| 03-Apr-2013 |
Peter Brune <brune@mcs.anl.gov> |
SNESComposite: Additive or Multiplicative composition of different SNESes.
|
| #
6a4bb4b0
|
| 26-Apr-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge bug fix/patch releases up to 3.2-p7 into maint-3.2
* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits) Fix PyPI download URL to help pip figure out the release version #1109
Merge bug fix/patch releases up to 3.2-p7 into maint-3.2
* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits) Fix PyPI download URL to help pip figure out the release version #110990 fix timestamp order for .so vs .a during 'make install' Update FFTW download Increase patchlevel to 3.2-p7 ...
show more ...
|
| #
0e0552e0
|
| 26-Apr-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'jed/snesgetlinesearch'
* jed/snesgetlinesearch: SNESGetSNESLineSearch / SNESSetSNESLineSearch: mark as deprecated (C interface only) SNESGetLineSearch / SNESSetLineSearch: rename f
Merge branch 'jed/snesgetlinesearch'
* jed/snesgetlinesearch: SNESGetSNESLineSearch / SNESSetSNESLineSearch: mark as deprecated (C interface only) SNESGetLineSearch / SNESSetLineSearch: rename for consistency SNESGetSNESLineSearch: use auto Fortran binding
show more ...
|
| #
8b7b3213
|
| 18-Apr-2013 |
Jed Brown <jed@59A2.org> |
SNESGetSNESLineSearch / SNESSetSNESLineSearch: mark as deprecated (C interface only)
|
| #
7601faf0
|
| 16-Apr-2013 |
Jed Brown <jed@59A2.org> |
SNESGetLineSearch / SNESSetLineSearch: rename for consistency
This function was introduced as SNESGetPetscLineSearch, which matches no established convention, then changed to SNESGetSNESLineSearch a
SNESGetLineSearch / SNESSetLineSearch: rename for consistency
This function was introduced as SNESGetPetscLineSearch, which matches no established convention, then changed to SNESGetSNESLineSearch according to the object name SNESLineSearch. This is inconsistent with names such as MatGetInfo, MatGetColoring, MatGetNullSpace, MatGetLocalToGlobalMapping, SNESGetConvergedReason, and TSGetAdapt.
This is a change from petsc-3.3.
show more ...
|
| #
06e93e79
|
| 11-Apr-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'barry/rm-xxxregisteralldestroy'
* barry/rm-xxxregisteralldestroy: TSSSP: Fix to use proper TSSSPInitializePackage() system flag should have been false removed unnneeded and unuse
Merge branch 'barry/rm-xxxregisteralldestroy'
* barry/rm-xxxregisteralldestroy: TSSSP: Fix to use proper TSSSPInitializePackage() system flag should have been false removed unnneeded and unused XXXRegisterDestroy() routines removed PetscFunctionListDestroyAll() and put PetscFunctionListDestroy(&XXXList) into the package finalize
show more ...
|
| #
7e7d4f0d
|
| 10-Apr-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master
|
| #
48dd1dff
|
| 08-Apr-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed unnneeded and unused XXXRegisterDestroy() routines
|
| #
8a1af44d
|
| 03-Apr-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'barry/rm-xxxregisterdynamic'
* barry/rm-xxxregisterdynamic: Registration: remove stale 'XXRegisterDynamic)' entries in man pages TS examples: fix use of PetscFunctionList and add t
Merge branch 'barry/rm-xxxregisterdynamic'
* barry/rm-xxxregisterdynamic: Registration: remove stale 'XXRegisterDynamic)' entries in man pages TS examples: fix use of PetscFunctionList and add to nightlies Changes: Note updates to XRegisterDynamic/PetscObjectComposeFunctionDynamic PetscObjectComposeFunctionDynamic: remove stale docs and usage developers.tex: remove complications from function composition with dlls removed string version of function name for XXXRegister(), PetscFunctionListAdd() and PetscObjectComposeFunction() changes: document PetscFunctionListAdd() API change developers.tex: update documentation of PetscObjectComposeFunction removed path and MPI_Comm arguments from PetscFunctionListFind/Add() removed path argument to XXXInitializePackage() and XXXRegister() removed XXXRegisterDynamic() but kept the APIs for everything else underneath the same phase I of the update to handling registering function pointers
show more ...
|
| #
971e163f
|
| 02-Apr-2013 |
Peter Brune <brune@mcs.anl.gov> |
SNESSetCountersReset() lets SNES to keep nfuncs and linear_its for many solves
|
| #
37ec4e1a
|
| 30-Mar-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added SNESGet/SetLagJacobian/PreconditionerPersists()
Lags through several solves -- good for preconditioners, good for timestepping.
|
| #
e1d27e54
|
| 28-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex
PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were replaced by PetscObjectComposeFunction() and TSRegister(), both of which
Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex
PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were replaced by PetscObjectComposeFunction() and TSRegister(), both of which drop the string name argument.
* barry/rm-xxxregisterdynamic: (82 commits) ...
Conflicts: src/ts/interface/tsregall.c
show more ...
|
| #
bdf89e91
|
| 26-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed string version of function name for XXXRegister(), PetscFunctionListAdd() and PetscObjectComposeFunction()
|
| #
607a6623
|
| 26-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed path argument to XXXInitializePackage() and XXXRegister()
|
| #
1c84c290
|
| 25-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed XXXRegisterDynamic() but kept the APIs for everything else underneath the same phase I of the update to handling registering function pointers
|
| #
4042b796
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into jed/ts-eimex
Sync to include Git conversion, PETSC_EXTERN, and minor API changes.
Conflicts: src/ts/interface/tsregall.c
|
| #
610116be
|
| 13-Mar-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added a damping parameter to SNESNASM.
This involved adding the public functions: SNESNASM{Set/Get}Damping
And the command option: -snes_nasm_damping
|
| #
fa0ddf94
|
| 09-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
made public several private KSP and SNES methods that may be used by plugin KSP and SNES classes written by users
Hg-commit: 0d6205a1c0feb0cbd5a40a08327fe43345c19792
|
| #
8d359177
|
| 07-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed function names with Default to match new standard (which I just wrote) fixed a few more functions that should be PETSC_INTERN
Hg-commit: 87889fe4f6d4e8d0963adcc79d438e75330601c6
|