| 3ab47c1a | 15-Sep-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
auto + manual merge
Hg-commit: f4c0ae99f4c7f22f95c234827fc2a705aadd8925 |
| 7f416456 | 07-Sep-2006 |
Satish Balay <balay@mcs.anl.gov> |
add in fortran interface to PCHYPREGetType()
Hg-commit: 2e5db455cb3e1cb0540efe1f6eb3ca7c3f3733dc |
| 9d86631a | 06-Sep-2006 |
Satish Balay <balay@mcs.anl.gov> |
add PCHYPREGetType() [from dev]
Hg-commit: 74fa8fe77d8b1605ca458aad1b80dbcf2f4a099a |
| 9bfd6278 | 28-Aug-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix of cholesky factorization with reordering for seqaij matrix
Hg-commit: b4b752b5a31797ea5a849cd6dbe758f544a8d7b7 |
| 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 ...
|
| a6570f20 | 12-Aug-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
changed ksp,snes,ts monitor function names and command line options to a consistent model like the -ksp_view_.... model.
Hg-commit: 59f4eafae0b5023efcea351555f5a4c24277ba99 |
| aef0136f | 09-Aug-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
don't provide PCApplyBA_Shell unless user has provided it, otherwise PCApplyeBAOrAB() tries to use the shell one that does not exist.
Hg-commit: b536158d30f118b06484d0622c223e4c330776dd |
| 2bb17772 | 08-Aug-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
Added PCShellSetApplyBA() per petsc-user request from Jiaxun.
Hg-commit: bf97c9ef629c01be9d61febb8c787e39373f1324 |
| 1cfe3bdd | 02-Aug-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
Date: Tue, 1 Aug 2006 20:40:29 -0500 (CDT) From: Satish Balay <balay@mcs.anl.gov>
Date: Tue, 1 Aug 2006 20:40:29 -0500 (CDT) From: Satish Balay <balay@mcs.anl.gov> To: bsmith@mcs.anl.gov mg.c(356): warning #592: variable "uflag" is used before its value is set ierr = KSPSetOperators(mg[n-1]->smoothd,pc->mat,pc->pmat,uflag);CHKERRQ(ierr);
Hg-commit: 11a966fb92458c642521359401c2ac07716144d0
show more ...
|
| 5a46d3fa | 30-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
Turn off lgrind auto-download since it is not currently used Enhance developers webpage with links on "how to" make new KSP and PC classes and Mat subclass Add information to MatCreate_SuperLU sour
Turn off lgrind auto-download since it is not currently used Enhance developers webpage with links on "how to" make new KSP and PC classes and Mat subclass Add information to MatCreate_SuperLU source code to assist others in making Mat subclasses
Hg-commit: d9f3628b2547a9506b1adcf604e3e363e8cee754
show more ...
|
| 906ed7cc | 30-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
added KSP/PCGetOperatorsSet() to determine if the operator is ready inside the solver object (i.e. KSPSetOperators() was called) changed all uses of KSP/PCGetOperators() that were used to see i
added KSP/PCGetOperatorsSet() to determine if the operator is ready inside the solver object (i.e. KSPSetOperators() was called) changed all uses of KSP/PCGetOperators() that were used to see if the operator had been set to use KSP/PCGetOperatorsSet() instead Minor manual page fixups
Hg-commit: aef2f37a6c88c0a2f393ce75cd2b759d94512c0f
show more ...
|
| 1f6cc5b2 | 22-Jul-2006 |
Satish Balay <balay@mcs.anl.gov> |
windows stdcall fixes
Hg-commit: d3f0d96fdbf42f4c3e36dc806e76494002fddeb2 |
| 3c8bfbba | 21-Jul-2006 |
Satish Balay <balay@mcs.anl.gov> |
update prometheus interface to use petscpromproto.h
Hg-commit: 441842ed7a5b9ecf33e3e508d7c1f952d75a3f32 |
| 43fa3cb2 | 21-Jul-2006 |
Satish Balay <balay@mcs.anl.gov> |
fix buggy code [HYPRE_BoomerAMGSetNumFunctions should be called only when hypretype is boomeramg] so the calls hould be in PCHYPRESetType() - not PCSetUp()
Hg-commit: 9402b4673bb34903d25c2fbf9c6c55
fix buggy code [HYPRE_BoomerAMGSetNumFunctions should be called only when hypretype is boomeramg] so the calls hould be in PCHYPRESetType() - not PCSetUp()
Hg-commit: 9402b4673bb34903d25c2fbf9c6c5558fed18617
show more ...
|
| 913a71ad | 21-Jul-2006 |
Satish Balay <balay@mcs.anl.gov> |
reset hypre error flag when boomeramg fails to converge. Since hypre [11] now sets this extra error flag when boomeramg fails to converge - we need to reset it.
Hg-commit: 1e5cbab0d2b1129a6ef8eb62
reset hypre error flag when boomeramg fails to converge. Since hypre [11] now sets this extra error flag when boomeramg fails to converge - we need to reset it.
Hg-commit: 1e5cbab0d2b1129a6ef8eb62047a9a1058c91427
show more ...
|
| 2102ba4d | 16-Jul-2006 |
Satish Balay <balay@mcs.anl.gov> |
more prometheus fixes - fix fortran interface compile error - update PCSetVectors_Prometheus -> PCSASetVectors_Prometheus - fix DMMGSetInitialGuessLocal prototype
Hg-commit: 535096b194d307b55cf
more prometheus fixes - fix fortran interface compile error - update PCSetVectors_Prometheus -> PCSASetVectors_Prometheus - fix DMMGSetInitialGuessLocal prototype
Hg-commit: 535096b194d307b55cf65e8fe8737581b57e7d65
show more ...
|
| 1a3fd43d | 16-Jul-2006 |
Satish Balay <balay@mcs.anl.gov> |
minor prometheus fixes for 1.8.4
Hg-commit: 1b35c5d9873919eccc5f1e5a557ca82efbba53da |
| 2a6744eb | 10-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
added PCGALERKIN, MATSCATTER, better error message for Segv signals.
Hg-commit: 4a052e1a4bafe1d7d553fae65851c4874a6f12ba |
| 557d5693 | 30-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
Mark's update for prometheus
Hg-commit: 8820f40ffabf7d6d9992d38cf04a34b0c157210a |
| ad08c97f | 21-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
added back PetscMap routines from previous PETSc releases added new pub
Hg-commit: 0674202596768765aa92a70cdab405334e52d307 |
| 852665d3 | 15-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
fixes to mg -pc_mg_galerkin
Hg-commit: a3ff6beda2046b3d2c29246911a8f5de098e13d5 |
| cf502942 | 13-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
parallel fix for fieldsplit; did not properly generate parallel matrices
Hg-commit: 7b34c32e57e2de741cd34e48d3fabeb2175adc66 |
| e25d487e | 09-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
more error checking
Hg-commit: 3a00ab493ef225e2cbe3594847907a409e9671d0 |
| e2ee2a47 | 08-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
petscbinaryread now supports complex numbers
Hg-commit: ce300ba47bdb0aee2b113b259846f90b9279e966 |
| d045fcb7 | 18-May-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.4323 knepley@khan.(none)|ChangeSet|20060518214732|49761 ChangeSet 1.4323 06/05/18 16:47:32 knepley@khan.(none) +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.(none)
bk-changeset-1.4323 knepley@khan.(none)|ChangeSet|20060518214732|49761 ChangeSet 1.4323 06/05/18 16:47:32 knepley@khan.(none) +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.(none):/PETSc3/petsc/petsc-dev
Hg-commit: 0511783c10373f615f054f2573db7c95600acab3
show more ...
|