| d8ccf1fb | 03-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3643 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051103222046|07065 ChangeSet 1.3643 05/11/03 16:20:46 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 twopager.ppt: fixed fonts
bk-changeset-1.3643 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051103222046|07065 ChangeSet 1.3643 05/11/03 16:20:46 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 twopager.ppt: fixed fonts changed to latest figures str.c: no no no petscprom.c: changed some function names to match PETSc style added docs per petsc-maint 13940 matrix.c: 13937 clearer docs for MatGetRowIJ() MUMPS.py: better error message when fc is not f90 compiler
src/tops/twopager.ppt 1.5 05/11/03 16:18:44 barrysmith@barrysmith-57.mcs.anl.gov +1203 -88 fixed fonts changed to latest figures
src/sys/utils/str.c 1.35 05/11/03 13:24:17 barrysmith@barrysmith-57.mcs.anl.gov +4 -1 no no no
src/ksp/pc/impls/prometheus/petscprom.c 1.11 05/11/03 13:07:31 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 changed some function names to match PETSc style
src/ksp/pc/impls/prometheus/petscprom.c 1.10 05/11/03 13:04:53 barrysmith@barrysmith-57.mcs.anl.gov +8 -0 added docs per petsc-maint 13940
src/mat/interface/matrix.c 1.196 05/11/03 10:16:42 barrysmith@barrysmith-57.mcs.anl.gov +6 -1 13937 clearer docs for MatGetRowIJ()
python/PETSc/packages/MUMPS.py 1.51 05/11/03 09:58:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 better error message when fc is not f90 compiler
Hg-commit: 5884b311451d0058b3d67dcf462b5c226b3e90ee
show more ...
|
| 3c67689d | 28-Oct-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3632.14.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051028213440|64077 ChangeSet 1.3632.14.1 05/10/28 16:34:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 petscviewer.h:
bk-changeset-1.3632.14.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051028213440|64077 ChangeSet 1.3632.14.1 05/10/28 16:34:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 petscviewer.h: PetscViewerFileType merged into PetscFileMode PetscViewerASCIISetFilename/Type() changed to PetscViewerFileSetName/Mode() aPetscBinaryOpen() now takes PetscFileMode as argument instead of int asm.c: petsc-maint 13889, make sure there is at least one block per processor asciiimpl.h: new file vecmpitoseq.c: petsc-maint 13873 make clear VecScatterCreateToALL and ToZero create a vector to scatter to.
include/petscviewer.h 1.55.1.1 05/10/28 16:34:05 barrysmith@barrysmith-57.mcs.anl.gov +7 -60 PetscViewerFileType merged into PetscFileMode PetscViewerASCIISetFilename/Type() changed to PetscViewerFileSetName/Mode() aPetscBinaryOpen() now takes PetscFileMode as argument instead of int
src/ksp/pc/impls/asm/asm.c 1.52 05/10/26 19:36:32 barrysmith@barry-smiths-computer.local +2 -1 petsc-maint 13889, make sure there is at least one block per processor
src/sys/viewer/impls/ascii/asciiimpl.h 1.1 05/10/25 20:04:16 barrysmith@barry-smiths-computer.local +739 -0
src/sys/viewer/impls/ascii/asciiimpl.h 1.0 05/10/25 20:04:16 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/sys/viewer/impls/ascii/asciiimpl.h
src/vec/vec/utils/vecmpitoseq.c 1.17 05/10/25 18:50:08 barrysmith@barry-smiths-computer.local +3 -3 petsc-maint 13873 make clear VecScatterCreateToALL and ToZero create a vector to scatter to.
Hg-commit: eb6d9e5308e6b558f2c6200bb41d7766807fe26f
show more ...
|
| 41e811b7 | 17-Oct-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3609 balay@asterix.mcs.anl.gov|ChangeSet|20051017192208|57983 ChangeSet 1.3609 05/10/17 14:22:08 balay@asterix.mcs.anl.gov +8 -0 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDIC
bk-changeset-1.3609 balay@asterix.mcs.anl.gov|ChangeSet|20051017192208|57983 ChangeSet 1.3609 05/10/17 14:22:08 balay@asterix.mcs.anl.gov +8 -0 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
src/vec/vec/utils/vscat.c 1.46 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +2 -2 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
src/vec/vec/impls/mpi/pdvec.c 1.55 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +2 -2 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
src/sys/fileio/sysio.c 1.45 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +8 -8 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
src/ksp/pc/interface/pcregis.c 1.38 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +2 -2 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
python/PETSc/utilities/libraryOptions.py 1.20 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +3 -3 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
python/PETSc/package.py 1.72 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +1 -1 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
include/petsc.h 1.142 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +1 -1 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
include/finclude/petscdef.h 1.26 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +1 -1 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
Hg-commit: df45144666c6b52e20b9ef747595dc8922d0269c
show more ...
|
| 6356e834 | 13-Oct-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3592 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051013181204|54791 ChangeSet 1.3592 05/10/13 13:12:04 barrysmith@barrysmith-57.mcs.anl.gov +38 -0 move src/ksp/pc/pcimpl.h inc
bk-changeset-1.3592 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051013181204|54791 ChangeSet 1.3592 05/10/13 13:12:04 barrysmith@barrysmith-57.mcs.anl.gov +38 -0 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/vec/vec/interface/vector.c 1.142 05/10/13 13:11:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ts/impls/implicit/sundials/sundials.h 1.17 05/10/13 13:11:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/docs/website/documentation/changes/231.html 1.49 05/10/13 13:11:52 barrysmith@barrysmith-57.mcs.anl.gov +188 -142 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/sys/viewer/impls/mathematica/mathematica.c 1.40 05/10/13 13:11:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/sys/objects/aoptions.c 1.39 05/10/13 13:11:50 barrysmith@barrysmith-57.mcs.anl.gov +101 -6 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/snes/utils/damg.c 1.55 05/10/13 13:11:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/makefile 1.8 05/10/13 13:11:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/interface/precon.c 1.65 05/10/13 13:11:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/interface/pcset.c 1.27 05/10/13 13:11:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/interface/pcregis.c 1.37 05/10/13 13:11:49 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/tfs/tfs.c 1.7 05/10/13 13:11:49 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/spai/ispai.c 1.34 05/10/13 13:11:49 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/sor/sor.c 1.33 05/10/13 13:11:49 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/shell/shellpc.c 1.34 05/10/13 13:11:49 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/redundant/redundant.c 1.26 05/10/13 13:11:49 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/prometheus/petscprom.c 1.9 05/10/13 13:11:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.21 05/10/13 13:11:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/none/none.c 1.10 05/10/13 13:11:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/ml/ml.c 1.24 05/10/13 13:11:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/mg/mgimpl.h 1.14 05/10/13 13:11:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/mat/pcmat.c 1.12 05/10/13 13:11:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/ksp/pcksp.c 1.27 05/10/13 13:11:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/jacobi/jacobi.c 1.20 05/10/13 13:11:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/is/pcis.h 1.12 05/10/13 13:11:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/hypre/hyppilut.c 1.79 05/10/13 13:11:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.27 05/10/13 13:11:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/factor/lu/lu.c 1.46 05/10/13 13:11:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/factor/ilu/ilu.c 1.59 05/10/13 13:11:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/factor/icc/icc.h 1.9 05/10/13 13:11:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/factor/factor.c 1.9 05/10/13 13:11:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.43 05/10/13 13:11:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/eisens/eisen.c 1.28 05/10/13 13:11:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/composite/composite.c 1.33 05/10/13 13:11:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/bjacobi/bjacobi.h 1.8 05/10/13 13:11:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/bjacobi/bjacobi.c 1.50 05/10/13 13:11:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/ksp/pc/impls/asm/asm.c 1.51 05/10/13 13:11:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/docs/website/documentation/changes/index.html 1.21 05/10/13 13:11:43 barrysmith@barrysmith-57.mcs.anl.gov +124 -2 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/docs/tex/manual/developers.tex 1.13 05/10/13 13:11:42 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move src/ksp/pc/pcimpl.h include/private/pcimpl.h
src/docs/website/documentation/changes/231.html 1.48 05/10/13 09:19:38 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 bk cp src/docs/website/documentation/changes/230.html src/docs/website/documentation/changes/231.html
src/docs/website/documentation/changes/230.html 1.47 05/05/04 23:02:51 knepley@khan.(none) +0 -0 Auto merged
src/docs/website/documentation/changes/230.html 1.45.1.1 05/05/04 21:08:13 knepley@khan.(none) +1 -0 Another change
src/docs/website/documentation/changes/230.html 1.46 05/05/04 16:57:16 balay@asterix.mcs.anl.gov +7 -1 update about removal of PetscSetCommWorld()
src/docs/website/documentation/changes/230.html 1.45 05/04/25 15:04:27 knepley@khan.(none) +1 -0 Changed order of VecSetRandom arguments
src/docs/website/documentation/changes/230.html 1.44 05/04/25 14:08:47 balay@asterix.mcs.anl.gov +5 -0 add info about python bindings
src/docs/website/documentation/changes/230.html 1.43 05/04/25 13:06:06 balay@asterix.mcs.anl.gov +157 -109 update changes file with 2.3.0 release info
src/docs/website/documentation/changes/230.html 1.42 05/04/25 12:51:35 balay@asterix.mcs.anl.gov +0 -0 Rename: src/docs/website/documentation/changes/222.html -> src/docs/website/documentation/changes/230.html
src/docs/website/documentation/changes/222.html 1.41 05/03/29 10:26:33 Kris@p4buschel.home.net +1 -0 Add MatConvert interface change to changes
src/docs/website/documentation/changes/222.html 1.40 05/03/17 15:37:12 knepley@khan.(none) +8 -0 Interface fixes
src/docs/website/documentation/changes/222.html 1.39 05/03/15 18:34:36 knepley@khan.(none) +5 -2 Fixed MatCreate Fixed SNESSolve
src/docs/website/documentation/changes/222.html 1.38 05/03/12 15:35:37 knepley@khan.(none) +26 -1 Lots of interface changes
src/docs/website/documentation/changes/222.html 1.37 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +5 -0 PC_ in front of all MG functions
src/docs/website/documentation/changes/222.html 1.36 05/01/26 10:04:48 barrysmith@barry-smiths-computer.local +1 -0 Added PCShellSet/GetContext() and removed context argument to setting Apply and ApplyRichardson
src/docs/website/documentation/changes/222.html 1.35 05/01/25 15:15:49 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 change SNESxxxLineSearchyyy routines to SNESLineSearchxxxyyy
src/docs/website/documentation/changes/222.html 1.34 05/01/24 21:34:26 barrysmith@barry-smiths-computer.local +2 -0 changes/additions for SNESSetLineSearchCheck()
src/docs/website/documentation/changes/222.html 1.33 05/01/23 18:43:40 barrysmith@barry-smiths-computer.local +4 -2 *** empty log message ***
src/docs/website/documentation/changes/222.html 1.32 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +1 -0 MGxxx -> PCMGxxx
src/docs/website/documentation/changes/222.html 1.31 05/01/10 09:36:44 hzhang@harley.mcs.anl.gov +10 -8 update web site - ml interface is added to petsc-2.2.2
src/docs/website/documentation/changes/222.html 1.30 05/01/06 14:38:32 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
src/docs/website/documentation/changes/222.html 1.28.1.1 05/01/05 13:31:59 Kris@p4buschel. +0 -0 Auto merged
src/docs/website/documentation/changes/222.html 1.29 05/01/05 13:41:31 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 PCMG more defaults and reference counting
src/docs/website/documentation/changes/222.html 1.27.1.1 05/01/04 10:07:38 Kris@p4buschel. +1 -0 Added "petscdmmg.h" to changes.
src/docs/website/documentation/changes/222.html 1.28 05/01/03 16:14:06 barrysmith@barry-smiths-computer.local +2 -0 support for computing coarser matrices automatically via Galerkin for MG
src/docs/website/documentation/changes/222.html 1.27 04/11/29 15:32:12 hzhang@harley.mcs.anl.gov +2 -2 rename -pc_factor_shiftnonzero by -pc_factor_shift_nonzero -pc_factor_shiftpd by -pc_factor_shift_positive_definite
src/docs/website/documentation/changes/222.html 1.26 04/11/10 20:17:39 barrysmith@barry-smiths-computer.local +1 -0 *** empty log message ***
src/docs/website/documentation/changes/222.html 1.25 04/11/08 14:51:17 hzhang@harley.mcs.anl.gov +6 -1 record the API changes made with pc and mat
src/docs/website/documentation/changes/222.html 1.24 04/11/07 22:03:15 barrysmith@barry-smiths-computer.local +6 -0 reorganized PetscTrXXX, -trmalloc, PetscGetResidentSetSize(), -get_resident_set_size API
src/docs/website/documentation/changes/222.html 1.23 04/10/08 21:49:37 barrysmith@barry-smiths-computer.local +6 -0 *** empty log message ***
src/docs/website/documentation/changes/222.html 1.22 04/08/25 13:51:59 barrysmith@barrysmith-57.mcs.anl.gov +37 -58 reorder for nonzeros along diagonal as function call
src/docs/website/documentation/changes/222.html 1.21 04/08/25 13:40:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 bk cp 221.html 222.html
src/docs/website/documentation/changes/221.html 1.20 04/08/15 11:44:01 barrysmith@barry-smiths-computer.local +9 -2 PetscInt stuff
src/docs/website/documentation/changes/221.html 1.19 04/08/15 10:41:27 barrysmith@barry-smiths-computer.local +8 -3 updated changes
src/docs/website/documentation/changes/221.html 1.18 04/08/01 18:41:45 barrysmith@barry-smiths-computer.local +5 -2 *** empty log message ***
src/docs/website/documentation/changes/221.html 1.17 04/07/03 17:23:56 victorle@tibook500ve.cs.utk.edu +6 -1 IScreateGeneralWithArray added; ISSum syntax changed, ISExtend removed.
src/docs/website/documentation/changes/221.html 1.16 04/06/22 21:59:20 barrysmith@barry-smiths-computer.local +1 -0 addition of CSR preallocation
src/docs/website/documentation/changes/221.html 1.15 04/06/01 15:12:04 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 *** empty log message ***
src/docs/website/documentation/changes/221.html 1.14 04/05/26 11:24:08 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 remove presentations from website
src/docs/website/documentation/changes/221.html 1.13 04/05/14 22:41:30 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/docs/website/documentation/changes/231.html 1.12 04/04/06 16:29:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 MatIsSymmetric(), MatIsTranspose() now take tol
src/docs/website/documentation/changes/231.html 1.11 04/04/01 17:50:25 barrysmith@barry-smiths-computer.local +2 -1 VecConvertMPIToAll() and VecConvertMPIToZero() have been replaced with VecScatterCreateToAll() and VecScatterCreateToZero()
src/docs/website/documentation/changes/231.html 1.10 04/03/27 11:38:49 barrysmith@barry-smiths-computer.local +3 -3 removal of null space in preconditioner is now handled by KSP instead of PC
src/docs/website/documentation/changes/231.html 1.9 04/03/21 20:48:43 barrysmith@barry-smiths-computer.local +6 -1 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/docs/website/documentation/changes/231.html 1.8 04/03/19 20:19:31 barrysmith@barry-smiths-computer.local +2 -1 added SNESSetRhs()
src/docs/website/documentation/changes/231.html 1.7 04/03/19 11:36:16 barrysmith@barry-smiths-computer.local +9 -6 MatGetSubmatrices() propagates symmetric flag
src/docs/website/documentation/changes/231.html 1.6 04/03/17 20:16:33 barrysmith@barry-smiths-computer.local +2 -0 *** empty log message ***
src/docs/website/documentation/changes/231.html 1.5 04/03/17 19:52:01 barrysmith@barry-smiths-computer.local +4 -0 added Vec/MatStashGetInfo()
src/docs/website/documentation/changes/231.html 1.4 04/03/10 20:29:09 barrysmith@barry-smiths-computer.local +8 -0 changed with-mpich/with-c-blas.... to download-....
src/docs/website/documentation/changes/231.html 1.3 04/03/10 15:56:38 barrysmith@barrysmith-57.mcs.anl.gov +6 -0 added DAGetInterpolation support for nonuniform DA grids set with DASetCoordinates()
src/docs/website/documentation/changes/231.html 1.2 04/03/05 09:53:59 barrysmith@barrysmith-57.mcs.anl.gov +5 -32 changes for next release started
src/docs/website/documentation/changes/231.html 1.1 04/03/05 09:51:50 barrysmith@barrysmith-57.mcs.anl.gov +138 -0
src/docs/website/documentation/changes/231.html 1.0 04/03/05 09:51:50 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/docs/website/documentation/changes/221.html
Hg-commit: 3484aaed74b69dc942ee03e3c477f1f68bb3241e
show more ...
|
| 7e30a936 | 13-Oct-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3590 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051013140559|10578 ChangeSet 1.3590 05/10/13 09:05:59 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits
bk-changeset-1.3590 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051013140559|10578 ChangeSet 1.3590 05/10/13 09:05:59 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
src/fortran/kernels/frelax.F 1.9 05/10/13 09:05:56 barrysmith@barrysmith-57.mcs.anl.gov +0 -16 use Satish's
Hg-commit: 04260b6941f3d258204e8f919a8e6957eef2f2c6
show more ...
|
| 17ec6a02 | 13-Oct-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3589 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051013140153|02431 ChangeSet 1.3589 05/10/13 09:01:53 barrysmith@barrysmith-57.mcs.anl.gov +7 -0 frelax.F, fmult.F, fmaxpy.F:
bk-changeset-1.3589 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051013140153|02431 ChangeSet 1.3589 05/10/13 09:01:53 barrysmith@barrysmith-57.mcs.anl.gov +7 -0 frelax.F, fmult.F, fmaxpy.F: line to long thanks to kind(complex) declarations for complex axis.c: some silly compiler thinks x may be used unitialized baij.c: added lastcol to improve matsetvaluesblocked4 performance if cols are sorted or reverse sorted added lastcol to allow shorter searches when columns are sorted or reverse sorted pcimpl.h: Rename: src/ksp/pc/pcimpl.h -> include/private/pcimpl.h da3.c: typo in manual page
src/fortran/kernels/frelax.F 1.7.1.1 05/10/13 09:00:19 barrysmith@barrysmith-57.mcs.anl.gov +16 -14 line to long thanks to kind(complex) declarations for complex
src/fortran/kernels/fmult.F 1.6 05/10/13 09:00:12 barrysmith@barrysmith-57.mcs.anl.gov +6 -5 line to long thanks to kind(complex) declarations for complex
src/fortran/kernels/fmaxpy.F 1.6 05/10/13 09:00:05 barrysmith@barrysmith-57.mcs.anl.gov +4 -3 line to long thanks to kind(complex) declarations for complex
src/sys/draw/utils/axis.c 1.23 05/10/13 08:46:01 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 some silly compiler thinks x may be used unitialized
src/mat/impls/baij/seq/baij.c 1.136 05/10/12 08:34:21 barrysmith@barry-smiths-computer.local +5 -2 added lastcol to improve matsetvaluesblocked4 performance if cols are sorted or reverse sorted
src/mat/impls/baij/seq/baij.c 1.135 05/10/12 08:30:52 barrysmith@barry-smiths-computer.local +5 -2 added lastcol to allow shorter searches when columns are sorted or reverse sorted
include/private/pcimpl.h 1.14 05/10/09 21:26:12 barrysmith@barry-smiths-computer.local +0 -0 Rename: src/ksp/pc/pcimpl.h -> include/private/pcimpl.h
src/dm/da/src/da3.c 1.37 05/10/07 14:23:24 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 typo in manual page
Hg-commit: abb2a93a895d759800178742e578c2b9b4e54726
show more ...
|
| d8148a5a | 11-Oct-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3587.1.2 knepley@khan.(none)|ChangeSet|20051011045950|58632 ChangeSet 1.3587.1.2 05/10/10 23:59:50 knepley@khan.(none) +1 -0 PC MG fix
src/ksp/pc/impls/mg/mgfunc.c 1.27 05/1
bk-changeset-1.3587.1.2 knepley@khan.(none)|ChangeSet|20051011045950|58632 ChangeSet 1.3587.1.2 05/10/10 23:59:50 knepley@khan.(none) +1 -0 PC MG fix
src/ksp/pc/impls/mg/mgfunc.c 1.27 05/10/10 23:59:48 knepley@khan.(none) +3 -1 There is no up smoother on the coarsest level - Luke's fix
Hg-commit: 3b24a13cdc77ef38f99f7cdc2ee1fd83fbaac9a6
show more ...
|
| 1e2dd493 | 04-Oct-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3568 balay@asterix.mcs.anl.gov|ChangeSet|20051004222852|36374 ChangeSet 1.3568 05/10/04 17:28:52 balay@asterix.mcs.anl.gov +21 -0 selected_int_kind() instead of (kind=8) etc
src
bk-changeset-1.3568 balay@asterix.mcs.anl.gov|ChangeSet|20051004222852|36374 ChangeSet 1.3568 05/10/04 17:28:52 balay@asterix.mcs.anl.gov +21 -0 selected_int_kind() instead of (kind=8) etc
src/vec/vec/examples/tutorials/ex9f.F 1.9 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +2 -1 selected_int_kind() instead of (kind=8) etc
src/vec/vec/examples/tutorials/ex1f.F 1.12 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +2 -1 selected_int_kind() instead of (kind=8) etc
src/vec/vec/examples/tutorials/ex14f.F 1.9 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +2 -1 selected_int_kind() instead of (kind=8) etc
src/vec/vec/examples/tests/ex30f.F 1.8 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +2 -1 selected_int_kind() instead of (kind=8) etc
src/vec/vec/examples/tests/ex17f.F 1.8 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +3 -1 selected_int_kind() instead of (kind=8) etc
src/vec/is/examples/tests/ex2f.F 1.6 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +2 -1 selected_int_kind() instead of (kind=8) etc
src/ts/examples/tutorials/ex2f.h 1.12 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +10 -8 selected_int_kind() instead of (kind=8) etc
src/ts/examples/tutorials/ex2f.F 1.17 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +20 -20 selected_int_kind() instead of (kind=8) etc
src/ts/examples/tutorials/ex1f.F 1.9 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +11 -8 selected_int_kind() instead of (kind=8) etc
src/ts/examples/tests/ex1f.h 1.2 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +4 -4 selected_int_kind() instead of (kind=8) etc
src/ts/examples/tests/ex1f.F 1.16 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +3 -2 selected_int_kind() instead of (kind=8) etc
src/snes/examples/tests/ex1f.F 1.11 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +5 -3 selected_int_kind() instead of (kind=8) etc
src/snes/examples/tests/ex12f.F 1.11 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +4 -2 selected_int_kind() instead of (kind=8) etc
src/ksp/pc/examples/tests/ex8f.F 1.18 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +2 -1 selected_int_kind() instead of (kind=8) etc
src/ksp/ksp/examples/tutorials/ex2f.F 1.16 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +2 -1 selected_int_kind() instead of (kind=8) etc
src/ksp/ksp/examples/tutorials/ex22f.F 1.15 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +5 -2 selected_int_kind() instead of (kind=8) etc
src/ksp/ksp/examples/tutorials/ex21f.F 1.19 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +2 -1 selected_int_kind() instead of (kind=8) etc
src/ksp/ksp/examples/tutorials/ex15f.F 1.16 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +2 -2 selected_int_kind() instead of (kind=8) etc
src/ksp/ksp/examples/tutorials/ex14f.F 1.17 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +11 -6 selected_int_kind() instead of (kind=8) etc
include/finclude/petscdef.h 1.24 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +5 -5 selected_int_kind() instead of (kind=8) etc
include/finclude/petsc.h 1.11 05/10/04 17:28:50 balay@asterix.mcs.anl.gov +4 -2 selected_int_kind() instead of (kind=8) etc
Hg-commit: 38eebb0d2a8f6c4fbb6147b3e83a58618d5806e5
show more ...
|
| d6bdd6b9 | 30-Sep-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3552.15.1 balay@asterix.mcs.anl.gov|ChangeSet|20050930164227|09272 ChangeSet 1.3552.15.1 05/09/30 11:42:27 balay@asterix.mcs.anl.gov +5 -0 f90 (kind) updates
src/ts/examples/tes
bk-changeset-1.3552.15.1 balay@asterix.mcs.anl.gov|ChangeSet|20050930164227|09272 ChangeSet 1.3552.15.1 05/09/30 11:42:27 balay@asterix.mcs.anl.gov +5 -0 f90 (kind) updates
src/ts/examples/tests/ex1f.F 1.15 05/09/30 11:42:24 balay@asterix.mcs.anl.gov +1 -1 gfortran barfs if integer(kind=4) & integer are mixed here..
src/ksp/pc/examples/tests/ex8f.F 1.17 05/09/30 11:42:24 balay@asterix.mcs.anl.gov +0 -1 remove dead code
src/ksp/ksp/examples/tutorials/ex14f.F 1.16 05/09/30 11:42:24 balay@asterix.mcs.anl.gov +2 -2 72 col issue with f90-kind change
include/finclude/petscdef.h 1.23 05/09/30 11:42:24 balay@asterix.mcs.anl.gov +16 -21 use f90 (kind) correctly
BitKeeper/deleted/.del-config-a~e0533b59c5ef3f7 1.2 05/09/30 10:33:21 balay@asterix.mcs.anl.gov +0 -0 Delete: config-a
Hg-commit: cfe9be6d0599c9a5916120dd5efbd1d02be519e7
show more ...
|
| a8c7a070 | 28-Aug-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3494 barrysmith@barry-smiths-computer.local|ChangeSet|20050828025208|56411 ChangeSet 1.3494 05/08/27 21:52:08 barrysmith@barry-smiths-computer.local +31 -0 spell fix
src/vec/vec
bk-changeset-1.3494 barrysmith@barry-smiths-computer.local|ChangeSet|20050828025208|56411 ChangeSet 1.3494 05/08/27 21:52:08 barrysmith@barry-smiths-computer.local +31 -0 spell fix
src/vec/vec/utils/vinv.c 1.47 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +2 -2 spell fix
src/vec/vec/interface/vector.c 1.137 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/sys/viewer/impls/string/stringv.c 1.21 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/sys/plog/ploginfo.c 1.31 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/sys/plog/plog.c 1.71 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +2 -2 spell fix
src/sys/objects/options.c 1.62 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/sys/objects/init.c 1.57 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/sys/matlabengine/matlab.c 1.44 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +3 -3 spell fix
src/sys/fileio/ghome.c 1.20 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/sys/fileio/fretrieve.c 1.29 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +2 -2 spell fix
src/sys/draw/impls/x/drawopenx.c 1.9 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/snes/examples/tutorials/ex5s.c 1.12 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/mat/interface/matrix.c 1.192 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/mat/impls/rowbs/mpi/mpirowbs.c 1.75 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/mat/impls/baij/mpi/mpibaij.c 1.98 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/mat/impls/baij/mpi/baijov.c 1.33 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/mat/impls/aij/mpi/mpiov.c 1.37 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/mat/impls/aij/mpi/mpiaij.c 1.250 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/mat/examples/tutorials/ex5.c 1.5 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/ksp/pc/impls/sor/sor.c 1.32 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/ksp/pc/impls/mg/smg.c 1.17 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/ksp/pc/impls/mg/mg.c 1.66 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/ksp/pc/impls/hypre/hyppilut.c 1.78 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +2 -2 spell fix
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.26 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +2 -2 spell fix
src/ksp/pc/impls/bjacobi/bjacobi.c 1.49 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/ksp/pc/impls/asm/asm.c 1.50 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/docs/tex/manual/part2.tex 1.95 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +2 -2 spell fix
src/docs/strategy.tex 1.2 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +29 -1 spell fix
src/dm/usg/2d/quadratic/appview.c 1.5 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/contrib/reusememory/reuse.c 1.5 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +1 -1 spell fix
python/PETSc/Configure.py 1.345 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +1 -1 spell fix
Hg-commit: a47d6454bda6da03b129a000afd720ec2c88f23f
show more ...
|
| 78eacf41 | 24-Aug-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3473.13.3 balay@asterix.mcs.anl.gov|ChangeSet|20050824223733|52146 ChangeSet 1.3473.13.3 05/08/24 17:37:33 balay@asterix.mcs.anl.gov +4 -0 Merge asterix.mcs.anl.gov:/home/balay/pet
bk-changeset-1.3473.13.3 balay@asterix.mcs.anl.gov|ChangeSet|20050824223733|52146 ChangeSet 1.3473.13.3 05/08/24 17:37:33 balay@asterix.mcs.anl.gov +4 -0 Merge asterix.mcs.anl.gov:/home/balay/petsc-dist into asterix.mcs.anl.gov:/home/balay/bk-rep/petsc-dev
src/ksp/pc/impls/shell/shellpc.c 1.33 05/08/24 17:37:31 balay@asterix.mcs.anl.gov +0 -1 merge from petsc-2.3.0
src/mat/impls/shell/shell.c 1.35 05/08/24 17:32:13 balay@asterix.mcs.anl.gov +0 -0 Auto merged
include/petscversion.h 1.169 05/08/24 17:32:13 balay@asterix.mcs.anl.gov +0 -0 Auto merged
include/petscpc.h 1.75 05/08/24 17:32:13 balay@asterix.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 4b6e08770b0e928cf8a1cd4f60c45e20b8c0390f
show more ...
|
| 18be62a5 | 24-Aug-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3215.1.53 balay@asterix.mcs.anl.gov|ChangeSet|20050824222431|42971 ChangeSet 1.3215.1.53 05/08/24 17:24:31 balay@asterix.mcs.anl.gov +4 -0 code contrb by Lisandro Dalcin <dalcinl@g
bk-changeset-1.3215.1.53 balay@asterix.mcs.anl.gov|ChangeSet|20050824222431|42971 ChangeSet 1.3215.1.53 05/08/24 17:24:31 balay@asterix.mcs.anl.gov +4 -0 code contrb by Lisandro Dalcin <dalcinl@gmail.com> #1378, #1380, #13581
src/mat/impls/shell/shell.c 1.31.1.1 05/08/24 17:24:29 balay@asterix.mcs.anl.gov +72 -13 add MultTranspose() and GetDiagonal() for mat_type shell code contrib from Lisandro Dalcin <dalcinl@gmail.com> #13580
src/ksp/pc/impls/shell/shellpc.c 1.28.1.1 05/08/24 17:24:29 balay@asterix.mcs.anl.gov +63 -2 add PCShellSetDestroy() code contrb by Lisandro Dalcin <dalcinl@gmail.com> #13581 - also includes [PETSC #13578] PCShellSetName_Shell leaking memory patch
include/petscversion.h 1.138.1.28 05/08/24 17:24:29 balay@asterix.mcs.anl.gov +2 -2 patch update
include/petscpc.h 1.72.1.2 05/08/24 17:24:29 balay@asterix.mcs.anl.gov +3 -3 add PCShellSetDestroy() code contrb by Lisandro Dalcin <dalcinl@gmail.com> #13581
Hg-commit: da5db4d1c6a549a8579b66a691b0d45dff88f053
show more ...
|
| f259bd47 | 23-Aug-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3473.12.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050823032532|56816 ChangeSet 1.3473.12.1 05/08/22 22:25:32 barrysmith@barry-smiths-computer.local +8 -0 minor tops addi
bk-changeset-1.3473.12.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050823032532|56816 ChangeSet 1.3473.12.1 05/08/22 22:25:32 barrysmith@barry-smiths-computer.local +8 -0 minor tops additions two petsc-maint bug fixes
src/tops/tops.sidl 1.10 05/08/22 22:25:26 barrysmith@barry-smiths-computer.local +3 -0 set for 1 2 and 4 dim arryas in matrix
src/tops/server/c++/TOPS_MatrixStructured_Impl.hh 1.4 05/08/22 22:25:26 barrysmith@barry-smiths-computer.local +25 -0 more sets
src/tops/server/c++/TOPS_MatrixStructured_Impl.cc 1.3 05/08/22 22:25:26 barrysmith@barry-smiths-computer.local +44 -2 sets for 2,4 dimensions
src/mat/interface/matrix.c 1.189 05/08/22 22:25:25 barrysmith@barry-smiths-computer.local +44 -0 setrowlocal introduced
src/ksp/pc/impls/shell/shellpc.c 1.32 05/08/22 21:46:09 barrysmith@barry-smiths-computer.local +2 -1 bug fix 13578 did not free name before reseting it.
include/petscmat.h 1.189 05/08/22 21:35:44 barrysmith@barry-smiths-computer.local +1 -0 local numbering version of MatSetValuesRow()
src/tops/server/c++/TOPS_MatrixStructured_Impl.hh 1.3 05/08/22 15:49:10 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 need global size of grid also
src/ksp/ksp/impls/gmres/gmreig.c 1.19 05/08/22 11:32:38 barrysmith@barrysmith-57.mcs.anl.gov +4 -3 petsc-maint 13574 complex with 64 bit ints not using PetscBLASInt where needed in BLAS call
src/docs/tex/petscapp.bib 1.180 05/08/22 08:44:07 barrysmith@barry-smiths-computer.local +6 -3 *** empty log message ***
Hg-commit: 9e826b12123fdb7821e29f1e7488510e8da5d118
show more ...
|
| fd2978b8 | 20-Aug-2005 |
victor <victor@albook1g5vle.cs.utk.edu> |
bk-changeset-1.3473.1.33 victor@albook1g5vle.cs.utk.edu|ChangeSet|20050820051132|32505 ChangeSet 1.3473.1.33 05/08/20 01:11:32 victor@albook1g5vle.cs.utk.edu +1 -0 something strange going on
bk-changeset-1.3473.1.33 victor@albook1g5vle.cs.utk.edu|ChangeSet|20050820051132|32505 ChangeSet 1.3473.1.33 05/08/20 01:11:32 victor@albook1g5vle.cs.utk.edu +1 -0 something strange going on
src/ksp/pc/impls/bjacobi/bjacobi.c 1.48 05/08/20 01:11:06 victor@albook1g5vle.cs.utk.edu +1 -1 Didn't this change make it into the repository?
Hg-commit: e13f8bbbd14a948feb51e7ffeb474588287018df
show more ...
|
| d7497ac1 | 18-Aug-2005 |
victor <victor@albook1g5vle.cs.utk.edu> |
bk-changeset-1.3473.9.1 victor@albook1g5vle.cs.utk.edu|ChangeSet|20050818213120|09404 ChangeSet 1.3473.9.1 05/08/18 17:31:20 victor@albook1g5vle.cs.utk.edu +1 -0 bjacobi subtlety: SetTotalBlocks
bk-changeset-1.3473.9.1 victor@albook1g5vle.cs.utk.edu|ChangeSet|20050818213120|09404 ChangeSet 1.3473.9.1 05/08/18 17:31:20 victor@albook1g5vle.cs.utk.edu +1 -0 bjacobi subtlety: SetTotalBlocks can be done after setup as long as it doesn't change the number of blocks
src/ksp/pc/impls/bjacobi/bjacobi.c 1.47 05/08/18 17:30:47 victor@albook1g5vle.cs.utk.edu +1 -1 bjacobi subtlety: SetTotalBlocks can be done after setup as long as it doesn't change the number of blocks
Hg-commit: 6adfe965cdbe0c436c48f17e4e4f064b22962c98
show more ...
|
| c201ffd6 | 06-Aug-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3445 barrysmith@barry-smiths-computer.local|ChangeSet|20050806020010|51424 ChangeSet 1.3445 05/08/05 21:00:10 barrysmith@barry-smiths-computer.local +1 -0 Merge barry-smiths-comput
bk-changeset-1.3445 barrysmith@barry-smiths-computer.local|ChangeSet|20050806020010|51424 ChangeSet 1.3445 05/08/05 21:00:10 barrysmith@barry-smiths-computer.local +1 -0 Merge barry-smiths-computer.local:/Users/barrysmith/petsc-2.3.0 into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
include/petscpc.h 1.74 05/08/05 21:00:05 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: 9b1507141caf1d0ba4f8c7cce649a27ec26804a1
show more ...
|
| 67fac13c | 06-Aug-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3215.1.47 barrysmith@barry-smiths-computer.local|ChangeSet|20050806015921|34666 ChangeSet 1.3215.1.47 05/08/05 20:59:21 barrysmith@barry-smiths-computer.local +2 -0 petscprom.c, pe
bk-changeset-1.3215.1.47 barrysmith@barry-smiths-computer.local|ChangeSet|20050806015921|34666 ChangeSet 1.3215.1.47 05/08/05 20:59:21 barrysmith@barry-smiths-computer.local +2 -0 petscprom.c, petscpc.h: added prometheussetcoordinates per Mark's petsc-maint 13487
src/ksp/pc/impls/prometheus/petscprom.c 1.8 05/08/05 20:58:33 barrysmith@barry-smiths-computer.local +23 -1 added prometheussetcoordinates per Mark's petsc-maint 13487
include/petscpc.h 1.72.1.1 05/08/05 20:58:21 barrysmith@barry-smiths-computer.local +2 -0 added prometheussetcoordinates per Mark's petsc-maint 13487
Hg-commit: f1cd3942b0e9da3599b2b931e6d0f53be9b779b7
show more ...
|
| ef70c39a | 03-Aug-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3435.1.1 knepley@khan.(none)|ChangeSet|20050803184232|61599 ChangeSet 1.3435.1.1 05/08/03 13:42:32 knepley@khan.(none) +2 -0 MG fix ex4 fix
src/snes/examples/tutorials/ex4.c
bk-changeset-1.3435.1.1 knepley@khan.(none)|ChangeSet|20050803184232|61599 ChangeSet 1.3435.1.1 05/08/03 13:42:32 knepley@khan.(none) +2 -0 MG fix ex4 fix
src/snes/examples/tutorials/ex4.c 1.7 05/08/03 13:42:31 knepley@khan.(none) +1 -1 Fix initialization
src/ksp/pc/impls/mg/mg.c 1.65 05/08/03 13:42:31 knepley@khan.(none) +1 -1 Do not need to set R on the coarse level
Hg-commit: f776a6fb8a2c9aad94e5007084d569d02038967c
show more ...
|
| 20f598b3 | 31-Jul-2005 |
victor <victor@albook1g5vle.cs.utk.edu> |
bk-changeset-1.3434 victor@albook1g5vle.cs.utk.edu|ChangeSet|20050731185855|63312 ChangeSet 1.3434 05/07/31 14:58:55 victor@albook1g5vle.cs.utk.edu +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-d
bk-changeset-1.3434 victor@albook1g5vle.cs.utk.edu|ChangeSet|20050731185855|63312 ChangeSet 1.3434 05/07/31 14:58:55 victor@albook1g5vle.cs.utk.edu +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into albook1g5vle.cs.utk.edu:/Users/victor/Software/petsc/petsc-dev
Hg-commit: 6bb04086b2c0bf4090cd3deeaf9109d50d71d470
show more ...
|
| fd2d0fe1 | 31-Jul-2005 |
victor <victor@albook1g5vle.cs.utk.edu> |
bk-changeset-1.3398.2.1 victor@albook1g5vle.cs.utk.edu|ChangeSet|20050731185809|38129 ChangeSet 1.3398.2.1 05/07/31 14:58:09 victor@albook1g5vle.cs.utk.edu +1 -0 documentation errorrs corrected
bk-changeset-1.3398.2.1 victor@albook1g5vle.cs.utk.edu|ChangeSet|20050731185809|38129 ChangeSet 1.3398.2.1 05/07/31 14:58:09 victor@albook1g5vle.cs.utk.edu +1 -0 documentation errorrs corrected
src/ksp/pc/impls/shell/shellpc.c 1.31 05/07/31 14:57:59 victor@albook1g5vle.cs.utk.edu +2 -2 documentation errorrs corrected
Hg-commit: ac974bfe1528944178c5fb0dd34654900d14e878
show more ...
|
| 37937d3b | 22-Jul-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3400.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050722004618|38285 ChangeSet 1.3400.1.1 05/07/21 19:46:18 barrysmith@barry-smiths-computer.local +1 -0 Barry you idiot,
bk-changeset-1.3400.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050722004618|38285 ChangeSet 1.3400.1.1 05/07/21 19:46:18 barrysmith@barry-smiths-computer.local +1 -0 Barry you idiot, you need to create the R unless it is additive NOT if it is additive!! for PCMG
src/ksp/pc/impls/mg/mg.c 1.64 05/07/21 13:11:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 Barry you idiot, you need to create the R unless it is additive NOT if it is additive!!
Hg-commit: de9b8daf1e61e0207a10cedac0157b08126744d6
show more ...
|
| 0cace4b0 | 20-Jul-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3398.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050720212115|39343 ChangeSet 1.3398.1.1 05/07/20 16:21:15 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 set default routine t
bk-changeset-1.3398.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050720212115|39343 ChangeSet 1.3398.1.1 05/07/20 16:21:15 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 set default routine to compute residual if not set by user finish code that creates rhs for coarser levels from matrix if they have not been set by user for PCMG formatting allow shared_arch rules to be used for other libraries than PETScs
src/ksp/ksp/interface/itfunc.c 1.70 05/07/20 16:21:11 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 formating
python/PETSc/packages/MPI.py 1.221 05/07/20 16:21:11 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 get the latest MPICH
bmake/common/rules.shared.basic 1.22 05/07/20 16:21:11 barrysmith@barrysmith-57.mcs.anl.gov +7 -12 allow shared_arch rules to be used for other libraries besides just the standard PETSc ones
src/ksp/pc/impls/mg/mg.c 1.63 05/07/20 16:16:44 barrysmith@barrysmith-57.mcs.anl.gov +8 -1 set default routine to compute residual if not set by user finish code that creates rhs for coarser levels from matrix if they have not been set by user
src/sys/objects/tagm.c 1.32 05/07/20 13:32:05 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 only use the memcopy when the value is valid
Hg-commit: eddbb63919de0527996294394de2e76da455fab0
show more ...
|
| a9510f2e | 15-Jul-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3384.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050715213408|45724 ChangeSet 1.3384.1.1 05/07/15 16:34:08 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 TOPSInstaller.py:
bk-changeset-1.3384.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050715213408|45724 ChangeSet 1.3384.1.1 05/07/15 16:34:08 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 TOPSInstaller.py: new file petscdir.py: grammer sor.c: missing options database item for symmetry petsc-maint 13347 need smooth forward option index.html: updated with info on updating petsc-dev with free client
bin/TOPSInstaller.py 1.1 05/07/15 16:32:03 barrysmith@barrysmith-57.mcs.anl.gov +1475 -0
bin/TOPSInstaller.py 1.0 05/07/15 16:32:03 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/bin/TOPSInstaller.py
python/PETSc/utilities/petscdir.py 1.3 05/07/15 15:38:30 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 grammer
src/ksp/pc/impls/sor/sor.c 1.31 05/07/14 10:23:20 barrysmith@barry-smiths-computer.local +4 -3 missing options database item for symmetry
src/ksp/pc/impls/sor/sor.c 1.30 05/07/14 06:59:16 barrysmith@barry-smiths-computer.local +7 -5 petsc-maint 13347 need smooth forward option
src/docs/website/developers/index.html 1.39 05/07/13 06:48:00 barrysmith@barry-smiths-computer.local +3 -2 updated with info on updating petsc-dev with free client
Hg-commit: dafdba26d2b80ec1dd50094a3846b0b4cb58f36b
show more ...
|
| 95c3f05a | 22-Jun-2005 |
victor <victor@tibook500ve.cs.utk.edu> |
bk-changeset-1.3349.25.2 victor@tibook500ve.cs.utk.edu|ChangeSet|20050622004055|51123 ChangeSet 1.3349.25.2 05/06/21 20:40:55 victor@tibook500ve.cs.utk.edu +1 -0 tpyo reparied
src/ksp/pc/impls
bk-changeset-1.3349.25.2 victor@tibook500ve.cs.utk.edu|ChangeSet|20050622004055|51123 ChangeSet 1.3349.25.2 05/06/21 20:40:55 victor@tibook500ve.cs.utk.edu +1 -0 tpyo reparied
src/ksp/pc/impls/hypre/ftn-custom/zhyppilutf.c 1.2 05/06/21 20:40:45 victor@tibook500ve.cs.utk.edu +1 -1 typo reparied
Hg-commit: 104c5363d7e5e1835dfa533ba0be73072e6c7381
show more ...
|
| 72064bb7 | 21-Jun-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3349.1.4 balay@asterix.mcs.anl.gov|ChangeSet|20050621152704|51212 ChangeSet 1.3349.1.4 05/06/21 10:27:04 balay@asterix.mcs.anl.gov +1 -0 Merge asterix.mcs.anl.gov:/home/balay/petsc
bk-changeset-1.3349.1.4 balay@asterix.mcs.anl.gov|ChangeSet|20050621152704|51212 ChangeSet 1.3349.1.4 05/06/21 10:27:04 balay@asterix.mcs.anl.gov +1 -0 Merge asterix.mcs.anl.gov:/home/balay/petsc-dist into asterix.mcs.anl.gov:/home/balay/bk-rep/petsc-dev
include/petscversion.h 1.161 05/06/21 10:27:04 balay@asterix.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 4b4d2159d462c3dec1ddcdd2ac0a82fb4f74b67f
show more ...
|