| #
f34c16a9
|
| 23-Oct-2013 |
Satish Balay <balay@mcs.anl.gov> |
doc: fix comments to avoid false-positive with formatted-comment-syntax
|
| #
1997fe2e
|
| 21-Oct-2013 |
Satish Balay <balay@mcs.anl.gov> |
doc: remove UTF-8 '–' from sources as this breaks generation of html for sourcefiles
|
| #
256ff83f
|
| 11-Sep-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/wirth-fusion-materials
Conflicts: src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c
|
| #
e33c197d
|
| 11-Jun-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master.
|
| #
7619abb3
|
| 13-May-2013 |
Shri <abhyshr@mcs.anl.gov> |
Modified interface for TS error norm calculation.
Renamed TSErrorNormWRMS to TSErrorWeightedNorm. Implemented infinite weighted norm calculation. Added option -ts_adapt_wnormtype to set the type of
Modified interface for TS error norm calculation.
Renamed TSErrorNormWRMS to TSErrorWeightedNorm. Implemented infinite weighted norm calculation. Added option -ts_adapt_wnormtype to set the type of norm computed.
show more ...
|
| #
bc056aa5
|
| 26-Apr-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'jed/tsgetadapt'
* jed/tsgetadapt: TSGetAdapt: restore name from TSGetTSAdapt
|
| #
552698da
|
| 16-Apr-2013 |
Jed Brown <jed@59A2.org> |
TSGetAdapt: restore name from TSGetTSAdapt
This function was called TSGetAdapt in petsc-3.3 and was changed to TSGetTSAdapt in:
commit ad6bc4219076b084d4a49a29c04a77944f238f10 Author: Barry Smi
TSGetAdapt: restore name from TSGetTSAdapt
This function was called TSGetAdapt in petsc-3.3 and was changed to TSGetTSAdapt in:
commit ad6bc4219076b084d4a49a29c04a77944f238f10 Author: Barry Smith <bsmith@mcs.anl.gov> Date: Sun Dec 9 18:14:24 2012 -0600
My first TS restart just 8 million other changes needed PETSc! TSGetAdapt() changed to TSGetTSAdapt() because it gets a TSAdapt object, not an Adapt object added TSAdapt binary view and load
This rationale does not match the more established convention used by functions such as the following.
MatGetInfo MatGetColoring MatGetNullSpace MatGetLocalToGlobalMapping MatGetLocalToGlobalMappingBlock (31 characters) SNESGetConvergedReason
show more ...
|
| #
7e7d4f0d
|
| 10-Apr-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master
|
| #
a62689b3
|
| 03-Apr-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'jed/ts-eimex'
* jed/ts-eimex: TSEIMEX: cleanup example and convergence tabulation TSEIMEX: add basic test to nightlies, fix warning Addressed Barry's comments from the EIMEX pull
Merge branch 'jed/ts-eimex'
* jed/ts-eimex: TSEIMEX: cleanup example and convergence tabulation TSEIMEX: add basic test to nightlies, fix warning Addressed Barry's comments from the EIMEX pull request for the EIMEX tutorials Addressed Barry's comments from the pull request for eimex.c fixed the starting procedure in arkimex for DAEs to handle snes properly fixed small ts typo fixed ts typo Updated and tested eimex examples TSEIMEX: use makefile targets for running examples Implementation of the Extrapolated IMEX schemes - initial push. TSEIMEX: import extrapolated IMEX from mercurial repository
show more ...
|
| #
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 ...
|
| #
16dc5bac
|
| 26-Mar-2013 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
Addressed Barry's comments from the pull request for eimex.c
|
| #
7fb3d58b
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'emil/ts-new-scheme-eimex' of bitbucket:emconsta/petscForkEIMEX into jed/ts-eimex
Essentially just moves example files to src/ts/examples/tutorials/eimex/
* 'emil/ts-new-scheme-eimex'
Merge branch 'emil/ts-new-scheme-eimex' of bitbucket:emconsta/petscForkEIMEX into jed/ts-eimex
Essentially just moves example files to src/ts/examples/tutorials/eimex/
* 'emil/ts-new-scheme-eimex' of bitbucket:emconsta/petscForkEIMEX: Implementation of the Extrapolated IMEX schemes - initial push.
Conflicts: src/ts/impls/eimex/eimex.c src/ts/impls/eimex/makefile
show more ...
|
| #
0bb9014a
|
| 17-Mar-2013 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
Implementation of the Extrapolated IMEX schemes - initial push.
|
| #
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
|
| #
7d5697ca
|
| 17-Mar-2013 |
Hong Zhang <zhang@vt.edu> |
TSEIMEX: import extrapolated IMEX from mercurial repository
Contributions from: Emil Constantinescu <emconsta@mcs.anl.gov>
|