| c6f55e7a | 21-Jan-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 7310e662d7e7ab5f463ec1b2157758e04c0de51e |
| 5f06b7aa | 16-Jan-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
From: keita@cray.com Subject: [PETSC #18891] RE: Problem with src/ksp/ksp/example/tutorial/ex34.c (updated) Date: January 16, 2009 1:13:52 AM CST To: keita@cray.com, petsc-maint@mcs.anl.gov
From: keita@cray.com Subject: [PETSC #18891] RE: Problem with src/ksp/ksp/example/tutorial/ex34.c (updated) Date: January 16, 2009 1:13:52 AM CST To: keita@cray.com, petsc-maint@mcs.anl.gov Cc: petsc-maint@mcs.anl.gov
Here is the update. Using debug version, I found out ex34.c suffers from null pointer passed to PCFactorSetShiftPd(). The same error was found in ex32.c. Interestingly enough these error won't occur when using single PE.
Hg-commit: 60d1eba41ce58b7f360be9e16a439dd3bc5cb29f
show more ...
|
| ae1d86c5 | 16-Jan-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
removed a bunch of left-over (and hence now wrong) references to the old aijmumps and other solver matrix types that were all removed. This is just documentation changes/removals. No code changes
Hg
removed a bunch of left-over (and hence now wrong) references to the old aijmumps and other solver matrix types that were all removed. This is just documentation changes/removals. No code changes
Hg-commit: 364f8e245ed70b6ece0d3dafd86b1927e3b5d436
show more ...
|
| 9fd31f9c | 15-Jan-2009 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: e678be977486fa01752c16931409deaf44484ef5 |
| 4eeb8337 | 14-Jan-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed buggy code of == PETSC_TRUE that was left in PETSc in a bunch of places
Hg-commit: 3b39666b3f4f3164f8096be65c636b5126e3ee2b |
| 563e08c6 | 06-Jan-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
more manual page for exotic coarse operator
Hg-commit: 790fa98ea1c69698df1fff9060118382d6d535e5 |
| fedc305a | 30-Dec-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Example fix
Hg-commit: bb8d0b8fd31c123338e80f0380410bb8f9d551de |
| ce581b98 | 15-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added ftn-custom stubs for PetscPythonInitialize()/Finalize() and XXXPythonSetType()
Hg-commit: 4902286bf61cf3f330bc054475e01d710b2133df |
| 25a35f6f | 08-Dec-2008 |
Satish Balay <balay@mcs.anl.gov> |
doc fixes
Hg-commit: 02bf54fc01c2e375ce0b255869afa72a77843994 |
| e0ef7d32 | 08-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
PCMGMCycle_Private() called the coarse solver twice in a row with w cycle
Hg-commit: c1ade4b84db0ee6969d7c3cd4ecef67163f668ec |
| 1d6018f0 | 08-Dec-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
Support for dynamically embed Python and use petsc4py
Hg-commit: a45d78b8f61d623c0579617c9e88faa63956e4c1 |
| 96bdf778 | 04-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed PCEXOTIC to reuse the matrix data structure for repeated computations of interpolations.
Hg-commit: 2e70146bbf4d4735735c13cfbeb0bdcddb093e8a |
| cdfaad1a | 02-Dec-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
merge
Hg-commit: ea23c2b63df157f9d93cd835b6ff9e071dbbd828 |
| cce0b1b2 | 02-Dec-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
fixes, cleanups, and heavy review of the meany XXXRegisterAll() calls
Hg-commit: a22e06998b33293c00422f45f4010e18e1dfb00e |
| a36ce94a | 02-Dec-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Small fixes
Hg-commit: bed4d97bef77d5545b10f2b9f814b06c26a9ccf7 |
| c4e43342 | 02-Dec-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
fixes and more error checking in many XXXGetType() calls
Hg-commit: 50b8601b7453642d7b3c91015c3af122e271a9ef |
| 3ea0b9aa | 02-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 6fa97f6199525bce05bafca29a94f575e33dd286 |
| 3b65e785 | 02-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
proper ifdef for tmp definition not being used added references for PCEXOTIC
Hg-commit: fd828e280e63029b20f72c62110592c4512a7a9b |
| a9f2baa8 | 02-Dec-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix include comment breaking Fortran wrappers generation
Hg-commit: 66011477f5a0086881d8214e00d240bb0d3002fa |
| bedee52e | 02-Dec-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix some missing semicolons in PCEXOTIC
Hg-commit: cb4bb3d48b0c5efd5531e832e70df6c28513ba82 |
| f3a3c6c5 | 01-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 53e9c808dfe65563d20986fb2add93db3027ce54 |
| 7233f9f0 | 01-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
completed first generation of PCEXOTIC with support for a face and a wirebasket based coarse grid space; ready for testing with pflotran
Hg-commit: 429f53fb595cd45cf53abcc3b513c1f769ef5a7f |
| 3639cd1f | 30-Nov-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
moved bin/matlab/freader/* to bin/matlab/@PetscOpenFile/*; must have forgotten to do it when changed freader to PetscOpenFile based fased based coarse problem working
Hg-commit: 55db00c44a94250708ee
moved bin/matlab/freader/* to bin/matlab/@PetscOpenFile/*; must have forgotten to do it when changed freader to PetscOpenFile based fased based coarse problem working
Hg-commit: 55db00c44a94250708eeb66ae93ba89305256710
show more ...
|
| 4d219a6a | 27-Nov-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
enhancements and fixes in PCView_ASM
Hg-commit: 9511264616d82765c43c606b79681d97cb3f7525 |
| 78904715 | 26-Nov-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
more changes to PCASM - use the new PCASMCreateSubdomains() for building subdomain index sets. - fixes for multiple calls to setUp() if inplace option is set
Hg-commit: a4f748b25612d814f8c6a720bb904
more changes to PCASM - use the new PCASMCreateSubdomains() for building subdomain index sets. - fixes for multiple calls to setUp() if inplace option is set
Hg-commit: a4f748b25612d814f8c6a720bb9045b053ae517e
show more ...
|