| #
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
|
| #
ce8c27fb
|
| 13-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed calls to PetscObjectAMSTake/GrantAccess() to cast first argument to PetscObject
|
| #
ec7429ea
|
| 12-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
work on AMS interface, consistent naming, ams.h not included in petscviewer.h, no ifdefs
Hg-commit: 642571a1dc7109fdb7e5b0abb23bf260d10eb970
|
| #
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
|
| #
c19eab39
|
| 06-Mar-2013 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: b6659d546870fb013f3da5bcd5066d1dc0dc329c
|
| #
296840b1
|
| 06-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp
Symbol visibility and namespacing.
C++ builds always set extern "C" and can be called from plain C. Most users w
Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp
Symbol visibility and namespacing.
C++ builds always set extern "C" and can be called from plain C. Most users will only want --with-clanguage=C++ for std::complex.
Hg-commit: f848d02318cae92d7b32037c7ee88f92dbe46347
show more ...
|
| #
8cc058d9
|
| 06-Mar-2013 |
Jed Brown <jed@59A2.org> |
Change all PETSC_EXTERN_C to PETSC_EXTERN
Hg-commit: 8d2ebbb193fb583bccc64015e35640c4e08c3426
|
| #
39d7646b
|
| 06-Mar-2013 |
Jed Brown <jed@59A2.org> |
Change all PETSC_EXTERN_C to PETSC_EXTERN
Hg-commit: ba0cf153561ff2dc521f42e94b7164fbe7b5d798
|
| #
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
|
| #
82f516cc
|
| 14-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
converted in a bunch more PetscObjectComm() that I missed before
Hg-commit: a2a4fef7cd143b546baa5d5374a47a4ad76dd2d6
|
| #
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
|
| #
1aa26658
|
| 30-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Uncrustified parts of src/snes/*
Hg-commit: c338118f302c917361be863cb61bfa992de8f769
|
| #
f23aa3dd
|
| 25-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
generally SETERRQXX does not belong on its own line also fixed formatting issues in dgmres.c (ugh)
Hg-commit: e3fffdf67cd55655a36785a0abc7c197e98ca7cd
|
| #
c5a46771
|
| 22-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aftr merge
Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850
|
| #
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
|
| #
54eb447f
|
| 18-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Carefully removed \t from src/snes/*
Hg-commit: 3f1255727749f701e123e1dcb12169d3fb72aa33
|