| #
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
|
| #
ce94432e
|
| 13-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)
Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be
|
| #
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
|
| #
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
|
| #
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 ...
|
| #
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
|
| #
0f55b88d
|
| 03-Jul-2012 |
Satish Balay <balay@mcs.anl.gov> |
backout all chmod stuff in bf971ba58125 [but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]
Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258
|
| #
c0174eb7
|
| 03-Jul-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
removed a spurious call to MatSetBlockSize.
Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a
|
| #
251f4c67
|
| 27-Apr-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
PetscTypeCompare -> PetscObjectTypeCompare
Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
|
| #
1a4f838c
|
| 30-Mar-2012 |
Peter Brune <brune@mcs.anl.gov> |
Changed SNES_LINESEARCH_TYPE to be SNESLINESEARCHTYPE to conform with object type naming convention
Hg-commit: 0ecac7136f433d984716f0f4d49a5541188e27af
|
| #
78bcb3b5
|
| 28-Mar-2012 |
Peter Brune <brune@mcs.anl.gov> |
SNESLineSearch doc fixes
Hg-commit: 938839ea03a0b1380c9d498b566b07b240b4c653
|
| #
8e7768b9
|
| 24-Mar-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac
|
| #
b45d2f2c
|
| 24-Mar-2012 |
Jed Brown <jed@59A2.org> |
Rename include/private/ to include/petsc-private/
Hg-commit: 9a1730720b0d9756437b40462617551504641ade
|
| #
23c403bd
|
| 20-Mar-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 8c62da4270bb6cc4d6d6af2d0f9014680dd4b07f
|
| #
3ca33055
|
| 20-Mar-2012 |
Jed Brown <jed@59A2.org> |
merge
Hg-commit: 1293056b79ac6185b6b86ef8f27833a0c5f70ccf
|
| #
cd7522ea
|
| 20-Mar-2012 |
Peter Brune <brune@mcs.anl.gov> |
Documentation fix for SNESLineSearch and implementations
Hg-commit: 798a93cf7c284b218422595218345c2f7f273ca4
|
| #
f1c6b773
|
| 19-Mar-2012 |
Peter Brune <brune@mcs.anl.gov> |
PetscLineSearch renamed to SNESLineSearch
Hg-commit: bd6cf52a5297e10668ea19afb61e9e719f86befc
|
| #
954494b2
|
| 17-Mar-2012 |
Jed Brown <jed@59A2.org> |
Move some PetscLineSearch man pages around
Hg-commit: 991bc5c9c7a37d2dc0a145e622623d1b8df526d9
|
| #
b577a686
|
| 16-Mar-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: d865d871eeec070ac0aa882748136c4179a12670
|