| #
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
|
| #
85ec1a3c
|
| 28-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
do not use pow() etc directly in PETSc code
Hg-commit: 30010d59c4efe8e81910d916acb318c96a081c3a
|
| #
d728fb7d
|
| 16-Feb-2013 |
Peter Brune <brune@mcs.anl.gov> |
SNESASPIN wrapper for NEWTONLS with linear RHS from NASM
Hg-commit: c5c1560f61266dfda9d97c8f7c9227f1d7333cae
|
| #
9804daf3
|
| 15-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added petscdrawtypes.h removed the typedef _xx* xx definitions from petscdraw.h and removed petscdraw.h from petscsys.h
Hg-commit: 01be7b4c0ac1e993b540535c319de45af820a255
|
| #
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
|
| #
67c2884e
|
| 13-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed typeid from PetscHeaderCreate() args since it is not know at create time anyway
Hg-commit: 368e928141e31cf1ff6cf108913006e5886dc6cc
|
| #
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 ...
|
| #
b04a062a
|
| 05-Feb-2013 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
commit after merge.
Hg-commit: e15fd985275e9e6c40407ae90b2d69ed97fbf48d
|
| #
299eca30
|
| 05-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: b5179cc7865f723cd5e23a2244f6bcbc7b905437
|
| #
94c9c6d3
|
| 04-Feb-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Fixed style violations around else-keyword.
Hg-commit: d968d568a12dd2dcbf75c442cf3335bec0ab2047
|
| #
2548ae8c
|
| 31-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: e2cd20e96663ab5e8eaa280c72bb260890448c40
|
| #
a9936a0c
|
| 31-Jan-2013 |
Peter Brune <brune@mcs.anl.gov> |
left nonlinear preconditioning doesn't need the final function evaluation
Hg-commit: ea55669cf9a9986f353451933b3b949884d3746a
|
| #
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
|
| #
5fd66863
|
| 26-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Reformatted: "There should be a blank line before PetscFunctionBegin;"
Hg-commit: 05bda4416aaceb2dbd9d85b5720629adc88eef98
|
| #
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
|
| #
639ff905
|
| 25-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
macros changed to static inline functions output of example fixed for previous change to example
Hg-commit: 30b16dfe130e50978dcb99c50a8edfc8772fcf0f
|
| #
63e7833a
|
| 22-Jan-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added a logging event for the nonlinear preconditioner solve.
Hg-commit: ed33933203be0dc391c96404ba5d658785378062
|
| #
ccf3c845
|
| 22-Jan-2013 |
Peter Brune <brune@mcs.anl.gov> |
Moved SNESFunctionEval() to around the user function call.
Hg-commit: 735db1ecaa0a5e326cb234d5e58f283c962f607b
|
| #
c5a46771
|
| 22-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aftr merge
Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850
|