| 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 |
| 4181b510 | 08-Aug-2006 |
Satish Balay <balay@mcs.anl.gov> |
pc & doc fixes
Hg-commit: 859331547a2e3d732cd5676dc1611a5da3006c90 |
| 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 ...
|
| 73950996 | 30-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
Provide support for the PC auto-creating the Mat(s) for you, just like the KSP auto-creates the PC for you, the SNES auto-creates the KSP for you and the TS automatically creates the SNES or KSP
Provide support for the PC auto-creating the Mat(s) for you, just like the KSP auto-creates the PC for you, the SNES auto-creates the KSP for you and the TS automatically creates the SNES or KSP for you.
Hg-commit: 0bb2c17cf42195d1f24edf2d72109240d39d7182
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 ...
|
| 2999313a | 29-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
added SNESSetKSP() added reference counting to PCSetOperators() and thus added MatDestroy()s to PCDestroy()
Hg-commit: 68a3ae147b980d232334c858cafa37a458bae6cf |
| 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 |
| cde07613 | 10-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
automerge
Hg-commit: 688f2846c70241e423c9042b7ed9368f5a954675 |
| 2a6744eb | 10-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
added PCGALERKIN, MATSCATTER, better error message for Segv signals.
Hg-commit: 4a052e1a4bafe1d7d553fae65851c4874a6f12ba |
| d2b546f5 | 05-Jul-2006 |
Satish Balay <balay@mcs.anl.gov> |
testexample fixes
Hg-commit: 44630a92b9c17792451d87a45ca3465396a4f938 |
| 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 ...
|