| #
7ef18aee
|
| 11-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 48f2ef238de19667a56ba30c53370a936b489ecc
|
| #
a4252ee0
|
| 11-Nov-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
same as last commmit.
Hg-commit: 865470b29b31e08bd93fec3bd48defc4e7cba401
|
| #
874288d9
|
| 11-Nov-2011 |
Matthew G Knepley <knepley@gmail.com> |
Now a MatNullSpace attached to a Mat is automatically used in a KSP - No longer remove null space component when executing MatMult() - Removed printing in MatNullSpaceTest() without -mat_null_space_t
Now a MatNullSpace attached to a Mat is automatically used in a KSP - No longer remove null space component when executing MatMult() - Removed printing in MatNullSpaceTest() without -mat_null_space_test_view - Added MatGetNullSpace()
Hg-commit: eb4fe8090a4ae24f4e1cb8c7e010ba1cfe573bf7
show more ...
|
| #
13f847ee
|
| 24-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: bc5d9702bc936a054ee88f09736bdffbefc137e6
|
| #
02cf292f
|
| 24-Apr-2011 |
Jed Brown <jed@59A2.org> |
Make MatNullSpaceView print something useful
Hg-commit: 06f7519411c711075e7a2182724938e8eca32d96
|
| #
b717e993
|
| 24-Apr-2011 |
Jed Brown <jed@59A2.org> |
Make MatNullSpaceView public
Hg-commit: 6d15bc611cb397f3c13ea95cf2920908cfa87186
|
| #
a0628c4c
|
| 21-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 91459df78a9a9bc70a05cd14f72e34242f1de270
|
| #
5b9de0c1
|
| 21-Apr-2011 |
Lisandro Dalcin <dalcinl@gmail.com> |
Fix MatNullSpaceCreate() to use MatNullSpaceDestroy() as destructor
Hg-commit: ffa98ad3e9e492151495b0c135a2bafdf7e20d7d
|
| #
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
|
| #
f7357b39
|
| 31-Mar-2011 |
Lisandro Dalcin <dalcinl@gmail.com> |
MatNullSpace: workaround lack of generic destroy, add (private) view routine
Hg-commit: 6073ecb91181ab019192b1b77372721d0303ac15
|
| #
3af24fcd
|
| 31-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 7183b22e0859f9a2383b30c0f673d6b7f1f5f690
|
| #
d34fcf5f
|
| 20-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some PCReset
Hg-commit: 1a6f5fc1c27b74d8f5d610cf83563c4ec287b72b
|
| #
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
|
| #
7d0a6c19
|
| 12-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
removed #define PETSCXXX_DLL from top of all source files
Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
|
| #
574deade
|
| 09-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
more PCReset_XXX() done KSPDestroy() now zeros the pointer
Hg-commit: 734a7781b5d7d5bb9df4814d2e579008497bc8d8
|
| #
1130f37d
|
| 21-Feb-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added zeroing of pointer to VecDestroyVecs()
Hg-commit: f208dcada3a3f640f354f9a431cecf4c9ce81cd5
|
| #
8c172940
|
| 06-Dec-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e
|
| #
7087cfbe
|
| 05-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs removed all DLL export/import stuff since it was never used and never will be removed MatPermuteSparsify() since it sucked.
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs removed all DLL export/import stuff since it was never used and never will be removed MatPermuteSparsify() since it sucked.
Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13
show more ...
|
| #
671f6225
|
| 17-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after monster merge with Jed's changes to Truth/Bool broke some stuff
Hg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac
|
| #
acfcf0e5
|
| 14-Oct-2010 |
Jed Brown <jed@59A2.org> |
PetscOptionsTruth -> PetscOptionsBool and related
Hg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77
|
| #
3334f37f
|
| 29-Sep-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04
|
| #
ace3abfc
|
| 28-Sep-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL note this requires a new sowing version
Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
|
| #
31f1e1ee
|
| 16-Jul-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 7c799122d786c7eb6bc6ef5456b867386f1a9858
|
| #
0f3e152b
|
| 16-Jul-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: 0d8cac1a7684f94ad10d6c2ffb9ff219897f4659
|