| 3050cee2 | 12-Dec-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
petsc.bib reference to Downar and Salome coupling approaches add PetscViewerASCIIGetStdout() to use in PETSc source instead of PETSC_VIEWER_STDOUT_(comm) for traditional PETSc error handling
Hg-co
petsc.bib reference to Downar and Salome coupling approaches add PetscViewerASCIIGetStdout() to use in PETSc source instead of PETSC_VIEWER_STDOUT_(comm) for traditional PETSc error handling
Hg-commit: d5925024de9641e364c42958da386445812c4f79
show more ...
|
| 8002f1cd | 08-Dec-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
version .1 of PetscInitializeOpenMP() may be called from command line
Hg-commit: f311422e7bc7881e6e3db90c08b5636e3cfcfe6a |
| e9b4b3a1 | 08-Dec-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
zeroth version of PetscOpenMPInitialize()
Hg-commit: 361344b1b3754c78fa252a0dbe86532abb12e969 |
| d77b4926 | 04-Dec-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Documentation fixes
Hg-commit: 42cf721a06b2859d99d424e87ce83f2434568e03 |
| f2d5624e | 25-Nov-2006 |
dalcinl <dalcinl@trantor.ceride.gov.ar> |
check for negative start in VecStrideXXX()
Hg-commit: 833e8e592f50d44df2698a50ff862694fcee7e6a |
| f31393a2 | 24-Nov-2006 |
dalcinl <dalcinl@trantor.ceride.gov.ar> |
change signature of VecStrideScale
Hg-commit: 6eeb6e81b4b0ae1c50bf5a08651b97f6356088d2 |
| 96fc60bc | 14-Nov-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed caps in PCPROMETHIUS and PCCHOLESKY, how could it have been so wrong? sor error check for zero diagonal entry cleaned up snes ex22.c to support both matrix based and matrrix free.
Hg-commit:
fixed caps in PCPROMETHIUS and PCCHOLESKY, how could it have been so wrong? sor error check for zero diagonal entry cleaned up snes ex22.c to support both matrix based and matrrix free.
Hg-commit: 6f3fdd121e9dccc609ef0b12f66d21e9a41abc9b
show more ...
|
| 8ee2e534 | 12-Nov-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
changed IS_COLORING_LOCAL to IS_COLORING_GLOBAL completed simple support foror generating VecPackGetMatrix() allow VecPackAddArray() to locate the array on any process desired
Hg-commit: 5fd9ade
changed IS_COLORING_LOCAL to IS_COLORING_GLOBAL completed simple support foror generating VecPackGetMatrix() allow VecPackAddArray() to locate the array on any process desired
Hg-commit: 5fd9adecca44380da002f32420029d4f6cdeff16
show more ...
|
| 0df0451f | 29-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
basic portability/security testing in compiles
Hg-commit: 1ac491f0c648837d1a2e5f6aadb2ea658b977fa9 |
| a34d58eb | 20-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bug fix in ex7.c TS example, finished new MonitorDefault context for TS unused variables in redundant.c bug fix in dmmg
Hg-commit: 975413dce9e8293e295422e2a31856033328805c |
| ccb205f8 | 03-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
block relaxiation for blockmat simple fieldsplit for blockmat docs
Hg-commit: 430a14e409c8b7db31832ae78e5952e00da74c58 |
| 51f519a2 | 18-Sep-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bug fix for PetscBinaryRead when filename passed in bug fixes for fieldsplit preconditioner enhancement to PetscOptionsGetIntArray() to support 0-23 notation added symmetric_multiplicative to fieldsp
bug fix for PetscBinaryRead when filename passed in bug fixes for fieldsplit preconditioner enhancement to PetscOptionsGetIntArray() to support 0-23 notation added symmetric_multiplicative to fieldsplit minor cleanup
Hg-commit: 4f04561d24dfb0b158d6ddfdd5949da977f645be
show more ...
|
| 3ab47c1a | 15-Sep-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
auto + manual merge
Hg-commit: f4c0ae99f4c7f22f95c234827fc2a705aadd8925 |
| b7eed6a6 | 13-Aug-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Take out Vec_Sieve
Hg-commit: e0a60a4761647ee8c49e7bb8b74947d01c722f8b |
| 6805f65b | 13-Aug-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
Attempted to eliminate the last of the old-style Matlab use of the socket viewer: openport(), closeport(), receive(), readinvecs() Added support to PetscBinaryRead.m to provide how many entries you
Attempted to eliminate the last of the old-style Matlab use of the socket viewer: openport(), closeport(), receive(), readinvecs() Added support to PetscBinaryRead.m to provide how many entries you want read into a cell. Removed end of special socket viewers (they are now handled as binary)
Hg-commit: 5820d0748023bebe85c8cbffbaf1c286cbe01b9e
show more ...
|
| 909a696e | 12-Aug-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
Split HAVE_MATLAB into HAVE_MATLAB meaning the Matlab program and MEX exist and HAVE_MATLAB_ENGINE meaning we are turning on the Matlab engine from PETSc (this may not work anywhere because of
Split HAVE_MATLAB into HAVE_MATLAB meaning the Matlab program and MEX exist and HAVE_MATLAB_ENGINE meaning we are turning on the Matlab engine from PETSc (this may not work anywhere because of the messy Matlab shared libraries)
Started to migrate the PETSC_VIEWER_SOCKET to have the same usage as PETSC_VIEWER_BINARY. This means 1) the XXXView_Binary() methods will write to both sockets and binary files and 2) the PETSc PetscBinaryRead.m Matlab program will read into Matlab PETSc objects either from PETSc binary files or the PETSc socket.
Hg-commit: b8dc60db1bec603d47badde4641525c65924524d
show more ...
|
| 2bb17772 | 08-Aug-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
Added PCShellSetApplyBA() per petsc-user request from Jiaxun.
Hg-commit: bf97c9ef629c01be9d61febb8c787e39373f1324 |
| 593c1905 | 01-Aug-2006 |
Satish Balay <balay@mcs.anl.gov> |
- revert change to MatSetFromOptions() that caused the removal of a default MATTYPE - redo the maketarget so the diff is done for all runs [not just the last one
Hg-commit: 7a780adb791221c44c96c7c95
- revert change to MatSetFromOptions() that caused the removal of a default MATTYPE - redo the maketarget so the diff is done for all runs [not just the last one
Hg-commit: 7a780adb791221c44c96c7c95a97184d36e63371
show more ...
|
| 8c07d4e3 | 29-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
removed MatPrintHelp, VecPrintHelp and all other pieces of XXPrintHelp that have been lying around. Made sure that the messages in these cases will be printed by PetscOptionsBegin{} clauses
Hg-c
removed MatPrintHelp, VecPrintHelp and all other pieces of XXPrintHelp that have been lying around. Made sure that the messages in these cases will be printed by PetscOptionsBegin{} clauses
Hg-commit: 2ef5b87b96c2b2cfb7360f26b21d06f2a48bd0c6
show more ...
|
| 5e926790 | 17-Jul-2006 |
Satish Balay <balay@mcs.anl.gov> |
fix f90 examples with f90 kind [& fixed form] issu
Hg-commit: f53ea8968b29d59a210a4be70864fa7406b5b031 |
| 39c4164e | 17-Jul-2006 |
Satish Balay <balay@mcs.anl.gov> |
fix warnings with uninitialized variables
Hg-commit: 8ec4716de56af07ba454eef64f8088e8e8adfe21 |
| 795a1d5e | 14-Jul-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Turn off Sieve vectors Fix Mat error message
Hg-commit: 69bb49d1bed4e08c61e4800837daaf0bb42a69c1 |
| eda24676 | 07-Jul-2006 |
Satish Balay <balay@mcs.anl.gov> |
protect Sieve functions
Hg-commit: 04631a6478cae479d28301199cb10bc1df0bd8b2 |
| 07ce9263 | 06-Jul-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Added Sieve vector to build
Hg-commit: 24f1d9510ac8e2c71083904948de8e9399ca1787 |
| b2d5807c | 06-Jul-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 68f855256414b4afe8acb0173399e08fb2ccb8eb |