| #
ddf2d01b
|
| 13-Feb-2013 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: 057757a1612bc1c0a0af52fa269996682f0aec73
|
| #
3bcbec90
|
| 13-Feb-2013 |
Jed Brown <jed@59A2.org> |
define PETSC_NULL to be NULL instead of 0
Hg-commit: 77e0b4525183a96d1d7836ee30256fe1949ca489
|
| #
ce94432e
|
| 13-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)
Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be
|
| #
d9799b0b
|
| 12-Feb-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'private-impl-headers'
petsc-private/petscimpl.h and vecimpl.h are no longer included by petscsys.h and petscvec.h. Some inline functions become normal functions as a consequence of the
Merge branch 'private-impl-headers'
petsc-private/petscimpl.h and vecimpl.h are no longer included by petscsys.h and petscvec.h. Some inline functions become normal functions as a consequence of these changes.
Hg-commit: 5c59734726c7c41f493a5f5b9303cfab5c66ae21
show more ...
|
| #
afcb2eb5
|
| 12-Feb-2013 |
Jed Brown <jed@59A2.org> |
Make petscimpl.h private
Hg-commit: 910e8b03a54a915953944da6f75eb81c807d7428
|
| #
a663daf8
|
| 09-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added include stddef.h to petscsys.h removed many duplicate includes of system includes
Hg-commit: 26ea335c035572bcbd495f9993b3270632d5d3c6
|
| #
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 ...
|
| #
a83cb05c
|
| 07-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added back in /*I "petscvec.h" I*/ in several files I mistakenly removed it from wrapped all the BLAS calls in PetscStackCall()
Hg-commit: 18be25a7ff539aa5230355449bf40d90e959b06a
|
| #
8619c96c
|
| 28-Jan-2013 |
Jed Brown <jed@59A2.org> |
Documentation for PetscComplex and PETSC_i
Hg-commit: cadf5ef18868c4446152891bf3f314a683969888
|
| #
acba2ac6
|
| 27-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
convert PetscHDF5IntCast() to return error code
Hg-commit: d476a741ebdb31c468cdd10cfcab9e78f2cded9c
|
| #
4dc2109a
|
| 27-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscMPIIntCast() to return an error code
Hg-commit: 73696a6c6bf0120a669678ed7c25e3c7bd451960
|
| #
c5df96a5
|
| 26-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updated PetscBLASIntCast() to return an error code
Hg-commit: 57d88da2280bc54336c931f5cac9a473f8f9a031
|
| #
72ca7aa7
|
| 25-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0abf89d5ee6edf91e6393c34ebd34611a44a1ae3
|
| #
6145cd65
|
| 25-Jan-2013 |
Jed Brown <jed@59A2.org> |
Detect MPICH ch3:sock bug and choose BuildTwoSided algorithm appropriately
Falls back to old algorithm (MPI_Allreduce) when fix not detected.
This patch includes public interfaces to query and set
Detect MPICH ch3:sock bug and choose BuildTwoSided algorithm appropriately
Falls back to old algorithm (MPI_Allreduce) when fix not detected.
This patch includes public interfaces to query and set the algorithm.
Hg-commit: 1659b11f5c925913d7bcde16eaaa0bfc63c5f38f
show more ...
|
| #
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
|
| #
140e18c1
|
| 15-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed silly abreviations
Hg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f
|
| #
6d75e210
|
| 15-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
change PetscFListAdd() and PetscFListFind() arguments list to match PetscOpFListAdd/Find() args
Hg-commit: 07f9e01e040feeb4162253a60ca63556436f4135
|
| #
fc153e51
|
| 14-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
clarify some documentation on PetscOPFlist....() and fix source formatting since I found docs confusing
Hg-commit: 0a327f50729f16ef2dd72f038d6c9bfa9b33647c
|
| #
a853e81e
|
| 13-Jan-2013 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: 7ae059cc471c053401c1d6a21c3e45b9d4418175
|
| #
f2ba6396
|
| 12-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added appropriate #include to various synopsis in manual pages
Hg-commit: 649729772e487ab080652f3c9abb4b4203cfa79d
|
| #
f6ced4a3
|
| 06-Jan-2013 |
Jed Brown <jed@59A2.org> |
Add PetscCommBuildTwoSided(), including non-blocking consensus algorithm
Hg-commit: 721cf8e8a07d6de2abc9b4f621f09a70e0d48012
|
| #
8ad47952
|
| 02-Jan-2013 |
Jed Brown <jed@59A2.org> |
Clang MPI type checking now works for user-defined types
Hg-commit: a7385c2b2cce59d13c376cee7ce8117a20c668ac
|
| #
3739235a
|
| 01-Jan-2013 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 25276966fa7fa86f856c8864a438c770ca67ffa5
|
| #
894dd566
|
| 01-Jan-2013 |
Jed Brown <jed@59A2.org> |
Add support for Clang extension to match MPI types
Hg-commit: 4212e2018ac86159dcc1274a8fb9f3fab9924ad2
|
| #
c3aae356
|
| 31-Dec-2012 |
Jed Brown <jed@59A2.org> |
Add MPIU_BOOL and MPIU_ENUM to control clang-3.2 warnings when using MPI_INT directly
Hg-commit: 659ebb827654e17cd01d6fb5cf1a54155f4e77a7
|