| #
e9fbd226
|
| 05-Mar-2013 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: 2a552fd584bf855b9dc42efec9e8ab778063a84f
|
| #
f7a08781
|
| 05-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
began removing unneeded EXTERN_C_BEGIN/END and converting needed ones to PETSC_EXTERN_C
Hg-commit: e0c157606a3283d5a4ba8902a0da5cad0e2aa531
|
| #
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 ...
|
| #
10f4f354
|
| 16-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d45994b710e27c421e3a611629d33b9d321ce16b
|
| #
1e25c274
|
| 16-Feb-2013 |
Jed Brown <jed@59A2.org> |
Split out petscdmdatypes.h and petscdmtypes.h
Hg-commit: 3f8f2ebaa036547d616a74a818868b81d0922c1f
|
| #
1559add1
|
| 14-Feb-2013 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: 3c23ecb14c0f43be48331e905ea49b292a15eb1b
|
| #
13dc2463
|
| 14-Feb-2013 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge
Hg-commit: 5643807d8e581db8b9355ef7e8a511f49cff4c2a
|
| #
d709ea83
|
| 13-Feb-2013 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
PC(G)ASM controls whether to use DMCreateDomainDecomposition().
Hg-commit: 29bbafebb152e9eac4d99dbc326d3203b6b8fd77
|
| #
ce94432e
|
| 13-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)
Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be
|
| #
18452f26
|
| 08-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: b866121248e9d560d266413f80c7be106860d974
|
| #
65db9045
|
| 08-Feb-2013 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Removing DMCreateDomainDecompositionDM and DMCreateFieldDecompositionDM.
Hg-commit: 5a40b47b72b8008daf1ed3dec805e07eb1831dde
|
| #
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 ...
|
| #
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
|
| #
5fd66863
|
| 26-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Reformatted: "There should be a blank line before PetscFunctionBegin;"
Hg-commit: 05bda4416aaceb2dbd9d85b5720629adc88eef98
|
| #
11aeaf0a
|
| 25-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
XXXView() methods should ignore unknown viewers, not error out
Hg-commit: e5c2cada7868386cc4981ab2a54cf541ca387f4b
|
| #
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
|
| #
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
|
| #
9afa1fc4
|
| 17-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Carefully removed \t from src/ksp/*
Hg-commit: 90e1eedee93c5acfa4463138a0133791f0f264d1
|
| #
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
|
| #
3739235a
|
| 01-Jan-2013 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 25276966fa7fa86f856c8864a438c770ca67ffa5
|
| #
6ac3741e
|
| 01-Jan-2013 |
Jed Brown <jed@59A2.org> |
Make type matching for MPIU_2INT explicit for Clang warnings
Hg-commit: b20bd2e0a49c459ad766276caf8e1f866aa46396
|
| #
adcec1e5
|
| 31-Dec-2012 |
Jed Brown <jed@59A2.org> |
Fix the most dangerous MPI type mismatches, still many with PetscBool/PetscEnum using MPI_INT
Hg-commit: 146d1df88e306d69e6ce797932b1c3352fd7851c
|