| #
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 ...
|
| #
b2573a8a
|
| 05-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
completed removing unneeded EXTERN_C_BEGIN/END from Mat directories and converting to PETSC_EXTERN_C for constructors tested with and without dynamic with and without C++
Hg-commit: 7d27d7f4d9ea3bfe
completed removing unneeded EXTERN_C_BEGIN/END from Mat directories and converting to PETSC_EXTERN_C for constructors tested with and without dynamic with and without C++
Hg-commit: 7d27d7f4d9ea3bfe6616fafdfb32d046b5db53a1
show more ...
|
| #
e9fbd226
|
| 05-Mar-2013 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: 2a552fd584bf855b9dc42efec9e8ab778063a84f
|
| #
1e6b0712
|
| 05-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
began removing extern "C" wrappers for functions passed to PetscObjectComposeFunction() and making appropriate ones static
Hg-commit: eef29051d7c47680850b22cd953238719c6b75fc
|
| #
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 ...
|
| #
3b4367a7
|
| 13-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
put in a few more PetscObjectComm() I missed before due to not general enough regexp who the hell puts a w in front of comm for no reason
Hg-commit: 7bcda6053dee43d0c90c32cc693ca5bf2fdf4c99
|
| #
ce94432e
|
| 13-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)
Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be
|
| #
71959b99
|
| 09-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed use of assert() from PETSc source code added PETSc style reqirement not to use assert()
Hg-commit: a132d79981015d8dd50293549b8426aff60e95a0
|
| #
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 ...
|
| #
f75e95b9
|
| 07-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
wrapped LAPACK calls in PetscStackCall()
Hg-commit: 9cee7ca55a1199d641b77bd38e3a2ece2cb4320b
|
| #
da509fc8
|
| 02-Feb-2013 |
Jed Brown <jed@59A2.org> |
gamg agg: fix prefix for estimation KSP
Hg-commit: 1777a7c423e66d0d36694c72ac7decf6c34f088e
|
| #
2fa5cd67
|
| 31-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Uncrustified src/ksp/pc/*
Hg-commit: b80b33e3b1d8943a898b18384bc7b2c1a3103a32
|
| #
009bbdc4
|
| 26-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"
Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece
|
| #
c5df96a5
|
| 26-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updated PetscBLASIntCast() to return an error code
Hg-commit: 57d88da2280bc54336c931f5cac9a473f8f9a031
|
| #
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
|
| #
1147fc2a
|
| 21-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Reformatting: 'No space after a '(' or before a ')''
Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356
|
| #
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
|
| #
519f805a
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.
Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
|
| #
a6dfd86e
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'
Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4e
Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'
Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4ebc15eb
show more ...
|
| #
c30958fd
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Replaced remaining '){' with ') {'.
Hg-commit: f4f35e45a9688d9cbe30c43558c5cab041b08998
|
| #
db4deed7
|
| 19-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Style improvements: braces around 'else', partial '){' -> ') {'
Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a
|
| #
9afa1fc4
|
| 17-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Carefully removed \t from src/ksp/*
Hg-commit: 90e1eedee93c5acfa4463138a0133791f0f264d1
|
| #
3bf036e2
|
| 03-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed many more missing CHKERRQ()
Hg-commit: 7ee3b3a915c7ec91d5cefc4d6974e423e3fd9435
|
| #
806fa848
|
| 02-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
read and follow the PETSc coding style document please, don't just use random formating styles for each file
Hg-commit: 33bd2ea69c26eb8f459158741567c3c5924ac232
|