| #
832f7384
|
| 01-Jan-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257
|
| #
14e519b0
|
| 31-Dec-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
changed MatMatMult to MatTranposeMatMult.
Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
|
| #
cbe2fa35
|
| 20-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: ec1aa1646178ee0ac7c01c6c3bedf3ebff89c420
|
| #
6a49a885
|
| 19-Nov-2011 |
Jed Brown <jed@59A2.org> |
Fix stray #ifdef PETSC_HAVE_VALGRIND left behind by last patch
Hg-commit: 0641b4f299b1cdbef0549ab2470327470b141f76
|
| #
dc92acba
|
| 19-Nov-2011 |
Jed Brown <jed@59A2.org> |
Add -malloc_test. This option is for developers to have alway on to check debugging builds, but not optimized builds
Hg-commit: e3176614f9c226b6890d04f029928b0d5fd8ac81
|
| #
75a0065e
|
| 10-Nov-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 656a89eca8e3d5d225d87ed5148215c687e540e4
|
| #
ecd8bba6
|
| 09-Nov-2011 |
Jed Brown <jed@59A2.org> |
Pass 0 instead of PETSC_NULL when an integer value is intended
Hg-commit: 11376ffd9e794c536b23e0654d69245d73f33be9
|
| #
6bf464f9
|
| 18-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
converted rest of source code to take pointers into destructor reoutines. make test workds
Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3
|
| #
fcfd50eb
|
| 15-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
partcially completed making PETSc object destructors take & for the argument
Hg-commit: e5e776c3749e6dc0b2c108f7f84f10a7aaba55f5
|
| #
abe6c858
|
| 06-Apr-2011 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 16eb535bdb9ba314222f7218dc18382323c0bbcc
|
| #
a24c3897
|
| 04-Apr-2011 |
Satish Balay <balay@mcs.anl.gov> |
mpe fix
Hg-commit: 1b9cca9ac7ebb8738efb155cc9a49645286279b6
|
| #
ce63c4c1
|
| 20-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed fixed some names in petscmath.h
Hg-commit: a2460f32b5062aa458eab9ab7fe574fb7cb0b351
|
| #
c90a1750
|
| 15-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
more work on __float128 support
Hg-commit: e3ac73049008cf3d976eddd0d8ba6291583e4218
|
| #
c6db04a5
|
| 14-Mar-2011 |
Jed Brown <jed@59A2.org> |
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h
Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
|
| #
47dad92f
|
| 13-Mar-2011 |
Sean Farley <sean@mcs.anl.gov> |
Merged
Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237
|
| #
30c4ea65
|
| 12-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
stripped out qd crap
Hg-commit: 524506a38997c9999887a42a684e1a652b969439
|
| #
3b1a4ead
|
| 07-Mar-2011 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 546fb93b3761427f448145b5256fab3cbde1dcd6
|
| #
424c03c9
|
| 05-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
changed "copyright" information to license information
Hg-commit: e5c9352ca0c42d673110daa4749f045d398e940b
|
| #
73113dea
|
| 04-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
pass MPI include file location into CFLAGS for spooles build so it will work without mpicc
Hg-commit: 8d671328497de2b6890d1f95446467413d9a0112
|
| #
8154be41
|
| 21-Jan-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
changed names of all GPU related functions, macros and variables that involve CUSP to use the string CUSP instead of the misleading CUDA
Hg-commit: 3264fa4049fd83eceb12c85feb980ef207360220
|
| #
be6adb11
|
| 01-Jan-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some unitialized variables warnings with MPI-uni
Hg-commit: 925a462303ee56a402b0355f3680130c52d4c99c
|
| #
2a0cb96b
|
| 17-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after massive merge of patches
Hg-commit: 9fad6404c12264ec7a7799db2ad46901a7793a8b
|
| #
f38cfdcd
|
| 14-Dec-2010 |
Jed Brown <jed@59A2.org> |
merge
Hg-commit: e3473e7b6a4936eaa5aef448a0ea058d50950587
|
| #
88c29154
|
| 12-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscPC interface for Matlab added PetscOptionsSetValue(), PetscOptionsClearValue() and PetscOptionsView() for Matlab changed PetscOptionsPrint() to PetscOptionsView() PetscXXX.View() in Matlab
added PetscPC interface for Matlab added PetscOptionsSetValue(), PetscOptionsClearValue() and PetscOptionsView() for Matlab changed PetscOptionsPrint() to PetscOptionsView() PetscXXX.View() in Matlab interface now supports passing in no viewer and having it use the default
Hg-commit: b9153949782ef6b5312a19ce28b5aaa863f787b8
show more ...
|
| #
df413903
|
| 12-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed problem with Matlab being nonresponsive when run with -nodisplay and built with MPI
Hg-commit: 55309f421b5c4a165bbbd6dac4ef585d34254524
|