| #
99e0435e
|
| 05-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updated from EXTERN_C_BEGIN/END through sys directory
Hg-commit: ee6b7ef2f48ce66402e7e807302de19506ce15df
|
| #
b0250c70
|
| 09-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed a bunch of duplicate unneeded includes of std include files
Hg-commit: b6c9f3e2b0eb8b7277fe131cc83beede5d495522
|
| #
dbf62e16
|
| 06-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
more docs on PetscStackCall() and PetscStackCallStandard() PetscStackActive becomes function
Hg-commit: f0602b91e50ee4dcd2925041a27b0a3f025d08b6
|
| #
a297a907
|
| 29-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Uncrustified src/sys/*
Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805
|
| #
72ca7aa7
|
| 25-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0abf89d5ee6edf91e6393c34ebd34611a44a1ae3
|
| #
be332245
|
| 25-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Partially unified indentation to two spaces rather than 3, 5, etc.
Hg-commit: 72aceb82fa10cae79a777f91c00d187d4e02f4f6
|
| #
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
|
| #
c5a46771
|
| 22-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aftr merge
Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850
|
| #
519f805a
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.
Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
|
| #
db4deed7
|
| 19-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Style improvements: braces around 'else', partial '){' -> ') {'
Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a
|
| #
e08d9924
|
| 18-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Carefully removed \t from src/sys/*
Hg-commit: 910eecdb2d9101d15fb5ee24738d9e5eca423f9a
|
| #
6c2930d4
|
| 18-Sep-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8
|
| #
3e08d2be
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing blanks from source code added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree
Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a
|
| #
8caf3d72
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)
Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
|
| #
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
|
| #
2adc2576
|
| 08-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: a7033f44b7153ddbc07db52896b096f5b5ac7e60
|
| #
ad74a23b
|
| 08-Apr-2012 |
Jed Brown <jed@59A2.org> |
merge PGMRES
Hg-commit: 2ed7d2b653d8d756e316e1b5a6232b04c6c99601
|
| #
8bf1f09c
|
| 07-Apr-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Removed unused flag PETSC_USE_PTHREAD
Hg-commit: f04ea9eabf50a1401c99e4b0884302b9ee768645
|
| #
f6883b22
|
| 29-Mar-2012 |
Jed Brown <jed@59A2.org> |
Only call PetscSetFPTrap() if the trapmode is changing
Hg-commit: 352b4c19e451193e290822cf4e9514487e330353
|
| #
8e7768b9
|
| 24-Mar-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac
|
| #
670f3ff9
|
| 23-Mar-2012 |
Jed Brown <jed@59A2.org> |
Add PetscFPTrapPush() and PetscFPTrapPop(), use to guard LAPACK calls that set floating point exceptions
ieeeck() intentionally creates exceptions to find out whether they trap. The call graph with
Add PetscFPTrapPush() and PetscFPTrapPop(), use to guard LAPACK calls that set floating point exceptions
ieeeck() intentionally creates exceptions to find out whether they trap. The call graph with some LAPACK implementations is dgesvd() -> dbdsqr() -> dlasq1() -> dlasq2() -> ilaenv() -> ieeeck() so the eigenvalue routines fail when trapping is set.
Hg-commit: d683568cdffc64faaed23a6cf74b3fc1afe317bc
show more ...
|
| #
51322221
|
| 28-Feb-2012 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11
|
| #
5981cbfd
|
| 21-Nov-2011 |
Jed Brown <jed@59A2.org> |
Use PETSC_ERROR_REPEAT where needed in fp.c, fixes AIX C++ bug
Hg-commit: 40749cf4cd9f6b098c7f56edc50d7046cdd7b5f8
|
| #
d39137a2
|
| 12-Jan-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10
|