| #
99e0435e
|
| 05-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updated from EXTERN_C_BEGIN/END through sys directory
Hg-commit: ee6b7ef2f48ce66402e7e807302de19506ce15df
|
| #
e9fbd226
|
| 05-Mar-2013 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: 2a552fd584bf855b9dc42efec9e8ab778063a84f
|
| #
00de8ff0
|
| 04-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
changed use of PetscObjectComposeFunctionDynamic() to PetscObjectComposeFunction() to allow use of static for functions for standard use in PETSc PetscObjectComposeFunctionDynamic() is still availabl
changed use of PetscObjectComposeFunctionDynamic() to PetscObjectComposeFunction() to allow use of static for functions for standard use in PETSc PetscObjectComposeFunctionDynamic() is still available for use if needed also fixed calls to PetscObjectComposeFunction() to not wrap lines (per PETSc coding style)
Hg-commit: 822f9ddaac95a8ff6c2a9ad77fbf07d02d2c20d9
show more ...
|
| #
3624602e
|
| 01-Mar-2013 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: 14ce95357667c91d2f62e266b22357f2baea4a9e
|
| #
189a9710
|
| 01-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
nonlinear solvers that generate NaN or Inf fnorm should return with diverged reason not generate error
Hg-commit: 5591d03c0bbe46350918e670562ca4785343cd3d
|
| #
ce94432e
|
| 13-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)
Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be
|
| #
a71f0d7d
|
| 08-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed stupid abbreviation in SNESLogConvHistory() and convert to C function
Hg-commit: aa80f1fe93c28cb23676c77dffe7050622f79cb4
|
| #
0298fd71
|
| 08-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran Fixed a few bugs where PETSC_NULL had been used incorrectly.
Hg-commit: 05
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran Fixed a few bugs where PETSC_NULL had been used incorrectly.
Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4
show more ...
|
| #
d2c146c7
|
| 30-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: ebb357f10b0c83746021a2f5d6008cb620ae37d0
|
| #
f5af7f23
|
| 30-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Uncrustified src/snes/*
Hg-commit: 0b89af55379cc95040ca47c4c1f8000d6a978df2
|
| #
8cba9625
|
| 30-Jan-2013 |
Jed Brown <jed@59A2.org> |
SNESQN: only call KSPSetOperators when the operator has actually change
(i.e., immediately after calling SNESComputeJacobian)
This is most import for -snes_qn_scale_type jacobian
Hg-commit: 6beca8
SNESQN: only call KSPSetOperators when the operator has actually change
(i.e., immediately after calling SNESComputeJacobian)
This is most import for -snes_qn_scale_type jacobian
Hg-commit: 6beca8ce5911bc54fbed6d2bad0aa2a44a77077b
show more ...
|
| #
1aa26658
|
| 30-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Uncrustified parts of src/snes/*
Hg-commit: c338118f302c917361be863cb61bfa992de8f769
|
| #
0ad7597d
|
| 24-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Reformatting for rule 'The closing bracket } should always be on its own line'. Single-line if-statements and the like are allowed. Checks updated accordingly.
Hg-commit: 2986011b776d416fb2d5342ccd2
Reformatting for rule 'The closing bracket } should always be on its own line'. Single-line if-statements and the like are allowed. Checks updated accordingly.
Hg-commit: 2986011b776d416fb2d5342ccd2524335aa664b1
show more ...
|
| #
63e7833a
|
| 22-Jan-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added a logging event for the nonlinear preconditioner solve.
Hg-commit: ed33933203be0dc391c96404ba5d658785378062
|
| #
c5a46771
|
| 22-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aftr merge
Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850
|
| #
6e111a19
|
| 21-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Updated style to obey 'Do not put a blank line immediately after PetscFunctionBegin;'
Hg-commit: 5408b9ce2402ad624305b7a7a323ab3ae5e0c3f1
|
| #
ea10fe75
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
if, for, while, switch now have consistently a space prior to the opening parenthesis.
Hg-commit: cf69a5905ee4efb938b2bdd2762f87854175a6c5
|
| #
f5f7c1b9
|
| 19-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Carefully replaced more '){' by ') {', added checker script
Hg-commit: a0037010be00b56a68354d942365c8f8df63198a
|
| #
0adebc6c
|
| 15-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
silly code formatting problems; some people still need to read the style guide
Hg-commit: 7a98cb06baf90914d565ea8801b6900bdc5a04c1
|
| #
67392de3
|
| 04-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
introduced VecDotRealPart() to eliminate ugly #ifdef complex and clarify codes probably messed up in a place or to. Maybe should also introduce VecDotRealPartBegin/End()
Hg-commit: a3e35591db7a18b7d
introduced VecDotRealPart() to eliminate ugly #ifdef complex and clarify codes probably messed up in a place or to. Maybe should also introduce VecDotRealPartBegin/End()
Hg-commit: a3e35591db7a18b7dbf064354e248e6b5bd361f7
show more ...
|
| #
22d28d08
|
| 04-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed rest of mising CHKERRQ() fixed a few unused but set variables
Hg-commit: 4acc0881334451e4d784ba0aa3b37fae2f983d1f
|
| #
b769355b
|
| 31-Dec-2012 |
Jed Brown <jed@59A2.org> |
merge PetscSF implementation
Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294
|
| #
5a4671ae
|
| 30-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing spaces from all files
Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
|
| #
04d7464b
|
| 04-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed SNESLS and SNESTR to SNESNEWTONLS and SNESNEWTONTR updated some example output to match correct -ksp_view when using gmres est eigenvalues
Hg-commit: e0e8da70399f87273ad168b3126606d8167a2474
|
| #
2150357e
|
| 03-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed formating of variable declarations messed up by putting const int XXXType fixed DMDAGet/SetCoordinates() that matt did not remove
Hg-commit: de8db80506612f87fb4b9c77dd85f76c605a3942
|