| 493617b5 | 06-Nov-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3672.1.1 knepley@khan.(none)|ChangeSet|20051106180717|32285 ChangeSet 1.3672.1.1 05/11/06 12:07:17 knepley@khan.(none) +6 -0 Now Mesh outputs in PyLith format
src/vec/vec/impls/
bk-changeset-1.3672.1.1 knepley@khan.(none)|ChangeSet|20051106180717|32285 ChangeSet 1.3672.1.1 05/11/06 12:07:17 knepley@khan.(none) +6 -0 Now Mesh outputs in PyLith format
src/vec/vec/impls/seq/bvec2.c 1.73 05/11/06 12:07:14 knepley@khan.(none) +24 -0 Added code to output in PyLith format
src/vec/vec/impls/mpi/pdvec.c 1.61 05/11/06 12:07:14 knepley@khan.(none) +41 -0 Added code to output in PyLith format
src/dm/mesh/sieve/Simplicializer.cxx 1.36 05/11/06 12:07:14 knepley@khan.(none) +4 -131 Moved VTK code to mesh.c
src/dm/mesh/mesh.c 1.16 05/11/06 12:07:14 knepley@khan.(none) +335 -61 Moved VTK code here from Simplicializer Added PyLith viewer code
src/dm/mesh/examples/tutorials/ex1.c 1.13 05/11/06 12:07:14 knepley@khan.(none) +12 -5 Also output mesh in the format it was read in - Note that in general it will be permuted since we use the closure ordering
include/petscviewer.h 1.59 05/11/06 12:07:14 knepley@khan.(none) +2 -0 Added PCICE and PyLith ASCII formats - This is basically for Mesh and Vec
Hg-commit: 3db0fa3b25c496d0eba7e56e1946395c24364f65
show more ...
|
| bb6fe4ec | 05-Nov-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3669.1.2 knepley@khan.(none)|ChangeSet|20051105174534|16744 ChangeSet 1.3669.1.2 05/11/05 11:45:34 knepley@khan.(none) +6 -0 Mesh solve example runs in parallel
src/vec/vec/impl
bk-changeset-1.3669.1.2 knepley@khan.(none)|ChangeSet|20051105174534|16744 ChangeSet 1.3669.1.2 05/11/05 11:45:34 knepley@khan.(none) +6 -0 Mesh solve example runs in parallel
src/vec/vec/impls/mpi/pdvec.c 1.60 05/11/05 11:45:33 knepley@khan.(none) +1 -0 Fix newline
src/ksp/ksp/examples/tutorials/makefile 1.85 05/11/05 11:45:33 knepley@khan.(none) +2 -2 Add EXTRA_ARGS
src/ksp/ksp/examples/tutorials/ex33.c 1.11 05/11/05 11:45:33 knepley@khan.(none) +91 -71 Create boundary AFTER partitioning Fix printing
src/dm/mesh/sieve/Simplicializer.cxx 1.35 05/11/05 11:45:33 knepley@khan.(none) +10 -4 Do not create GhostBlock - Set the block size separately Update the coordinate ghost values
src/dm/mesh/sieve/IndexBundle.cxx 1.33 05/11/05 11:45:33 knepley@khan.(none) +13 -9 Protect printing
src/dm/mesh/mesh.c 1.15 05/11/05 11:45:33 knepley@khan.(none) +1 -1 Just set block size to 1 right now
Hg-commit: 8dbff92bec3cd95f6e2ba1a188d9acfcca41fae9
show more ...
|
| c40468e0 | 04-Nov-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3660.1.1 knepley@khan.(none)|ChangeSet|20051104222745|17848 ChangeSet 1.3660.1.1 05/11/04 16:27:45 knepley@khan.(none) +2 -0 Vec fix
src/vec/vec/impls/seq/bvec2.c 1.72 05/11
bk-changeset-1.3660.1.1 knepley@khan.(none)|ChangeSet|20051104222745|17848 ChangeSet 1.3660.1.1 05/11/04 16:27:45 knepley@khan.(none) +2 -0 Vec fix
src/vec/vec/impls/seq/bvec2.c 1.72 05/11/04 16:27:43 knepley@khan.(none) +4 -0 Complex is meaningless in VTK I think
src/vec/vec/impls/mpi/pdvec.c 1.59 05/11/04 16:27:43 knepley@khan.(none) +8 -0 Complex is meaningless in VTK I think
Hg-commit: bbfa32d149d62bcda94b278055a9a934e921bbe7
show more ...
|
| b6d733af | 04-Nov-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3656 knepley@khan.(none)|ChangeSet|20051104182217|15099 ChangeSet 1.3656 05/11/04 12:22:17 knepley@khan.(none) +5 -0 More work on mesh example
src/vec/vec/impls/seq/bvec2.c
bk-changeset-1.3656 knepley@khan.(none)|ChangeSet|20051104182217|15099 ChangeSet 1.3656 05/11/04 12:22:17 knepley@khan.(none) +5 -0 More work on mesh example
src/vec/vec/impls/seq/bvec2.c 1.71 05/11/04 12:22:15 knepley@khan.(none) +17 -2 Support both VTK formats
src/vec/vec/impls/mpi/pdvec.c 1.58 05/11/04 12:22:15 knepley@khan.(none) +28 -0 Support both VTK formats
src/ksp/ksp/examples/tutorials/ex33.c 1.9 05/11/04 12:22:15 knepley@khan.(none) +2 -7 Fix VTK viewer
src/dm/mesh/sieve/Simplicializer.cxx 1.32 05/11/04 12:22:15 knepley@khan.(none) +2 -0 Push the coordinates format
include/petscviewer.h 1.58 05/11/04 12:22:15 knepley@khan.(none) +1 -0 Added a new VTK format for coordinates - They REQUIRE 3 values
Hg-commit: d3e16f8abe9c45034aaf31cfc12685521e4ff2d6
show more ...
|
| d2d63994 | 03-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3640 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051103155343|21953 ChangeSet 1.3640 05/11/03 09:53:43 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits
bk-changeset-1.3640 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051103155343|21953 ChangeSet 1.3640 05/11/03 09:53:43 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
Hg-commit: f6f33364795510ed4276195fc8ca30da2fda9cb3
show more ...
|
| 5fa1c062 | 03-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3632.37.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051103155103|57293 ChangeSet 1.3632.37.1 05/11/03 09:51:03 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 itfunc.c: unnee
bk-changeset-1.3632.37.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051103155103|57293 ChangeSet 1.3632.37.1 05/11/03 09:51:03 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 itfunc.c: unneed local {} declaration of PetscViewer mcrl.c, makefile: new file signal.c: a bit more information in text string for some signals vecio.c: petsc-maint 13924 load into vector should use block size of vector not get it from options database
src/ksp/ksp/interface/itfunc.c 1.73 05/11/03 06:49:12 barrysmith@barry-smiths-computer.local +0 -2 unneed local {} declaration of PetscViewer
src/mat/impls/aij/mpi/crl/mcrl.c 1.1 05/11/02 16:15:46 barrysmith@barrysmith-57.mcs.anl.gov +302 -0
src/mat/impls/aij/mpi/crl/mcrl.c 1.0 05/11/02 16:15:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/mat/impls/aij/mpi/crl/mcrl.c
src/mat/impls/aij/mpi/crl/makefile 1.1 05/11/02 16:13:29 barrysmith@barrysmith-57.mcs.anl.gov +16 -0
src/mat/impls/aij/mpi/crl/makefile 1.0 05/11/02 16:13:29 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/mat/impls/aij/mpi/crl/makefile
src/sys/error/signal.c 1.42 05/11/02 07:17:18 barrysmith@barry-smiths-computer.local +8 -8 a bit more information in text string for some signals
src/vec/vec/utils/vecio.c 1.47 05/11/02 07:10:28 barrysmith@barry-smiths-computer.local +1 -8 petsc-maint 13924 load into vector should use block size of vector not get it from options database
Hg-commit: 6bab87aadf720b9b51608f6a6a825cfa0dced741
show more ...
|
| 5ca17374 | 02-Nov-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3632.1.75 knepley@khan.(none)|ChangeSet|20051102181952|18867 ChangeSet 1.3632.1.75 05/11/02 12:19:52 knepley@khan.(none) +1 -0 Vec viewer fix
src/vec/vec/impls/mpi/pdvec.c 1
bk-changeset-1.3632.1.75 knepley@khan.(none)|ChangeSet|20051102181952|18867 ChangeSet 1.3632.1.75 05/11/02 12:19:52 knepley@khan.(none) +1 -0 Vec viewer fix
src/vec/vec/impls/mpi/pdvec.c 1.57 05/11/02 12:19:49 knepley@khan.(none) +30 -11 Had to go back to bad old scheme - The comm on the localRep and viewer do not match - This design has to be fixed
Hg-commit: e060312ed9c4f5d16c2bc870316c89be6cdb08f0
show more ...
|
| 04e58c48 | 02-Nov-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3632.33.1 knepley@khan.(none)|ChangeSet|20051102175247|18884 ChangeSet 1.3632.33.1 05/11/02 11:52:47 knepley@khan.(none) +4 -0 Vec viewer improvement Mesh fixes
src/vec/vec/im
bk-changeset-1.3632.33.1 knepley@khan.(none)|ChangeSet|20051102175247|18884 ChangeSet 1.3632.33.1 05/11/02 11:52:47 knepley@khan.(none) +4 -0 Vec viewer improvement Mesh fixes
src/vec/vec/impls/seq/bvec2.c 1.70 05/11/02 11:52:46 knepley@khan.(none) +20 -0 Added the VTK ascii format
src/vec/vec/impls/mpi/pdvec.c 1.56 05/11/02 11:52:46 knepley@khan.(none) +17 -0 Added the VTK ascii format - Note that we shuold recode all the viewer to call the Seq version as I did here
src/dm/mesh/sieve/Simplicializer.cxx 1.24 05/11/02 11:52:46 knepley@khan.(none) +14 -127 Fixed the VTK header and coordinate output
src/dm/mesh/mesh.c 1.12 05/11/02 11:52:46 knepley@khan.(none) +6 -11 New interface
Hg-commit: 0ee29eb62cd3522ab92f3ef9813df3dab2dc5d8f
show more ...
|
| 852598b0 | 28-Oct-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3632.17.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051028234827|10995 ChangeSet 1.3632.17.1 05/10/28 18:48:27 barrysmith@barry-smiths-computer.local +69 -0 change the res
bk-changeset-1.3632.17.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051028234827|10995 ChangeSet 1.3632.17.1 05/10/28 18:48:27 barrysmith@barry-smiths-computer.local +69 -0 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/vec/vec/examples/tutorials/ex6.c 1.11 05/10/28 18:48:22 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/vec/vec/examples/tutorials/ex5.c 1.12 05/10/28 18:48:21 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/vec/vec/examples/tests/ex20f.F 1.13 05/10/28 18:48:21 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/sys/viewer/impls/matlab/vmatlab.c 1.26 05/10/28 18:48:21 barrysmith@barry-smiths-computer.local +6 -6 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/sys/viewer/impls/hdf4/hdf4v.c 1.17 05/10/28 18:48:21 barrysmith@barry-smiths-computer.local +3 -3 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/sys/viewer/impls/binary/binv.c 1.56 05/10/28 18:48:21 barrysmith@barry-smiths-computer.local +6 -6 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/sys/examples/tutorials/ex5.c 1.18 05/10/28 18:48:21 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/snes/examples/tutorials/ex30.c 1.53 05/10/28 18:48:20 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/snes/examples/tutorials/ex29.c 1.89 05/10/28 18:48:20 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/snes/examples/tutorials/ex26.c 1.23 05/10/28 18:48:20 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/impls/aij/mpi/mpiaij.c 1.256 05/10/28 18:48:20 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tutorials/ex5.c 1.6 05/10/28 18:48:20 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tutorials/ex4.c 1.7 05/10/28 18:48:20 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tutorials/ex1.py 1.3 05/10/28 18:48:20 barrysmith@barry-smiths-computer.local +3 -3 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tutorials/ex1.c 1.10 05/10/28 18:48:20 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex99.c 1.8 05/10/28 18:48:20 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex94.c 1.22 05/10/28 18:48:19 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex87.c 1.11 05/10/28 18:48:19 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex86.c 1.9 05/10/28 18:48:19 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex81.c 1.9 05/10/28 18:48:19 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex79f.F 1.9 05/10/28 18:48:19 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex78.c 1.16 05/10/28 18:48:19 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex73.c 1.13 05/10/28 18:48:19 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex72.c 1.12 05/10/28 18:48:19 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex67f.F 1.7 05/10/28 18:48:19 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex66.c 1.7 05/10/28 18:48:19 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex65.c 1.7 05/10/28 18:48:19 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex64.c 1.8 05/10/28 18:48:19 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex63f.F 1.8 05/10/28 18:48:18 barrysmith@barry-smiths-computer.local +3 -3 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex62.c 1.12 05/10/28 18:48:18 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex58f.F 1.8 05/10/28 18:48:18 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex57.c 1.9 05/10/28 18:48:18 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex55.c 1.22 05/10/28 18:48:18 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex53.c 1.20 05/10/28 18:48:18 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex50.c 1.11 05/10/28 18:48:18 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex47.c 1.11 05/10/28 18:48:18 barrysmith@barry-smiths-computer.local +3 -3 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex44.c 1.7 05/10/28 18:48:18 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex43.c 1.7 05/10/28 18:48:18 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex42.c 1.12 05/10/28 18:48:18 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex41.c 1.11 05/10/28 18:48:17 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex40.c 1.12 05/10/28 18:48:17 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex34.c 1.9 05/10/28 18:48:17 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex33.c 1.13 05/10/28 18:48:17 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex32.c 1.14 05/10/28 18:48:17 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex31.c 1.12 05/10/28 18:48:17 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/mat/examples/tests/ex100.c 1.3 05/10/28 18:48:17 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/ksp/ksp/examples/tutorials/ex27.c 1.17 05/10/28 18:48:17 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/ksp/ksp/examples/tutorials/ex10.c 1.57 05/10/28 18:48:17 barrysmith@barry-smiths-computer.local +3 -3 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/ksp/ksp/examples/tests/ex7.c 1.22 05/10/28 18:48:17 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/ksp/ksp/examples/tests/ex6.c 1.25 05/10/28 18:48:16 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/ksp/ksp/examples/tests/ex25.c 1.10 05/10/28 18:48:16 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/ksp/ksp/examples/tests/ex18.c 1.20 05/10/28 18:48:16 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/ksp/ksp/examples/tests/ex16f.F 1.19 05/10/28 18:48:16 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/ksp/ksp/examples/tests/ex12f.F 1.21 05/10/28 18:48:16 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/dm/usg/utils/triconvert.c 1.11 05/10/28 18:48:16 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/dm/usg/utils/input.c 1.7 05/10/28 18:48:16 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/dm/da/examples/tutorials/ex1.c 1.12 05/10/28 18:48:16 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/dm/da/examples/tests/ex23.c 1.13 05/10/28 18:48:15 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/dm/da/examples/tests/ex14.c 1.9 05/10/28 18:48:15 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/dm/da/examples/tests/ex13.c 1.9 05/10/28 18:48:15 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/dm/ao/examples/tutorials/ex1.c 1.11 05/10/28 18:48:15 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/dm/ao/examples/tests/ex4.c 1.8 05/10/28 18:48:15 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/dm/ao/examples/tests/ex3.c 1.10 05/10/28 18:48:15 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/contrib/oberman/laplacian_q1/appload.c 1.8 05/10/28 18:48:15 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/contrib/oberman/burgers_vertex_based_q1/appload.c 1.8 05/10/28 18:48:15 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/contrib/oberman/burgers_df_based_q1/appload.c 1.10 05/10/28 18:48:15 barrysmith@barry-smiths-computer.local +1 -1 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/contrib/fun3d/incomp/flow.c 1.24 05/10/28 18:48:15 barrysmith@barry-smiths-computer.local +2 -2 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
src/contrib/fun3d/comp/flow.c 1.10 05/10/28 18:48:14 barrysmith@barry-smiths-computer.local +5 -5 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
include/finclude/petscviewer.h 1.11 05/10/28 18:48:14 barrysmith@barry-smiths-computer.local +4 -4 change the rest of the PETSC_FILE_xxx to FILE_MODE_yyy
Hg-commit: a6a2332dc3ea405da65598f4c7361c1211137e6c
show more ...
|
| 45c64e65 | 28-Oct-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3632.1.36 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051028213837|15393 ChangeSet 1.3632.1.36 05/10/28 16:38:37 barrysmith@barrysmith-57.mcs.anl.gov +19 -0 PetscViewerFileTyp
bk-changeset-1.3632.1.36 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051028213837|15393 ChangeSet 1.3632.1.36 05/10/28 16:38:37 barrysmith@barrysmith-57.mcs.anl.gov +19 -0 PetscViewerFileType merged into PetscFileMode
src/vec/vec/interface/vector.c 1.143 05/10/28 16:38:33 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/vu/petscvu.c 1.18 05/10/28 16:38:33 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/netcdf/vnetcdf.c 1.11 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +21 -21 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/matlab/vmatlab.c 1.25 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +17 -17 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/matlab/ftn-custom/zvmatlabf.c 1.2 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/hdf4/hdf4v.c 1.16 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +14 -14 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/binary/ftn-custom/zbinvf.c 1.2 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/binary/binv.c 1.55 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +63 -60 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/ascii/vcreatea.c 1.14 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +57 -3 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/ascii/ftn-custom/zfilevf.c 1.3 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/ascii/filev.c 1.46 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +57 -38 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/ascii/asciiimpl.h 1.2 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +6 -718 PetscViewerFileType merged into PetscFileMode
src/sys/fileio/sysio.c 1.46 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +11 -10 PetscViewerFileType merged into PetscFileMode
src/sys/fileio/ftn-custom/zsysiof.c 1.2 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 petscbinaryopen takes PetscFileMode as argument instead of int for mode
src/sys/draw/impls/ps/pops.c 1.17 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscViewerFileType merged into PetscFileMode
src/mat/impls/aij/mpi/mpiaij.c 1.255 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscViewerFileType merged into PetscFileMode
include/petscsys.h 1.44 05/10/28 16:38:30 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 removed dead code
include/petsc.h 1.145 05/10/28 16:38:30 barrysmith@barrysmith-57.mcs.anl.gov +19 -0 moved PetscFileMode to petsc.h so always accessible
include/finclude/petscviewer.h 1.10 05/10/28 16:38:30 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 fixed file mode enum for opening files
Hg-commit: 80e92c19fb858977b0065072554ed44002940bd5
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 ...
|
| 5075c446 | 20-Oct-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3623 balay@asterix.mcs.anl.gov|ChangeSet|20051020212759|42596 ChangeSet 1.3623 05/10/20 16:27:59 balay@asterix.mcs.anl.gov +4 -0 - add custom PetscBarrier() fortran interface to su
bk-changeset-1.3623 balay@asterix.mcs.anl.gov|ChangeSet|20051020212759|42596 ChangeSet 1.3623 05/10/20 16:27:59 balay@asterix.mcs.anl.gov +4 -0 - add custom PetscBarrier() fortran interface to support PETSC_NULL_OBJECT option - remove dead code
src/sys/utils/ftn-custom/zpbarrierf.c 1.1 05/10/20 16:27:57 balay@asterix.mcs.anl.gov +15 -0 add custom PetscBarrier() fortran interface to support PETSC_NULL_OBJECT option
src/vec/vec/impls/mpi/pbvec.c 1.41 05/10/20 16:27:57 balay@asterix.mcs.anl.gov +0 -2 remove dead code
src/sys/utils/pbarrier.c 1.16 05/10/20 16:27:57 balay@asterix.mcs.anl.gov +3 -1 add custom PetscBarrier() fortran interface to support PETSC_NULL_OBJECT option
src/sys/utils/ftn-custom/zpbarrierf.c 1.0 05/10/20 16:27:57 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/utils/ftn-custom/zpbarrierf.c
src/sys/utils/ftn-custom/makefile 1.3 05/10/20 16:27:57 balay@asterix.mcs.anl.gov +1 -1 add custom PetscBarrier() fortran interface to support PETSC_NULL_OBJECT option
Hg-commit: 49a712f73a5d2a8407de5d6b91d65bb945ab9e33
show more ...
|
| 3c8e0aa7 | 18-Oct-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3613.1.3 balay@asterix.mcs.anl.gov|ChangeSet|20051018195303|54039 ChangeSet 1.3613.1.3 05/10/18 14:53:03 balay@asterix.mcs.anl.gov +6 -0 fix pgCC warnings
src/vec/vec/impls/mpi/
bk-changeset-1.3613.1.3 balay@asterix.mcs.anl.gov|ChangeSet|20051018195303|54039 ChangeSet 1.3613.1.3 05/10/18 14:53:03 balay@asterix.mcs.anl.gov +6 -0 fix pgCC warnings
src/vec/vec/impls/mpi/pbvec.c 1.40 05/10/18 14:53:01 balay@asterix.mcs.anl.gov +1 -2 fix pgCC warnings
src/vec/is/utils/iscoloring.c 1.34 05/10/18 14:53:01 balay@asterix.mcs.anl.gov +0 -4 fix pgCC warnings
src/snes/utils/damgsnes.c 1.76 05/10/18 14:53:01 balay@asterix.mcs.anl.gov +0 -2 fix pgCC warnings
src/mat/impls/aij/seq/csrperm/csrperm.c 1.21 05/10/18 14:53:01 balay@asterix.mcs.anl.gov +1 -1 fix pgCC warnings
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.24 05/10/18 14:53:01 balay@asterix.mcs.anl.gov +0 -3 fix pgCC warnings
src/dm/da/utils/fdda.c 1.50 05/10/18 14:53:00 balay@asterix.mcs.anl.gov +0 -6 fix pgCC warnings
Hg-commit: 030fdb29e83d7bc5e92a5f7cd8e5d58fcc703fd8
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 ...
|
| 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 ...
|
| f6c9393f | 02-Oct-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3561 knepley@khan.(none)|ChangeSet|20051002184422|11229 ChangeSet 1.3561 05/10/02 13:44:22 knepley@khan.(none) +2 -0 Small fixes
src/vec/is/utils/isltog.c 1.40 05/10/02 13:4
bk-changeset-1.3561 knepley@khan.(none)|ChangeSet|20051002184422|11229 ChangeSet 1.3561 05/10/02 13:44:22 knepley@khan.(none) +2 -0 Small fixes
src/vec/is/utils/isltog.c 1.40 05/10/02 13:44:20 knepley@khan.(none) +3 -1 Fixed check
src/docs/website/miscellaneous/external.html 1.5 05/10/02 13:44:20 knepley@khan.(none) +1 -1 Fixed link
Hg-commit: a31505c42102f5578749962a1c2247999ea1f24e
show more ...
|
| 919b68f7 | 29-Sep-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3552.13.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050929154315|02614 ChangeSet 1.3552.13.1 05/09/29 10:43:15 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 changed system to s
bk-changeset-1.3552.13.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050929154315|02614 ChangeSet 1.3552.13.1 05/09/29 10:43:15 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 changed system to sys so would not conflict with system include variables in TOPS interface several minor nightly build fixes
src/tops/server/c++/TOPS_UnstructuredSolver_Impl.hh 1.4 05/09/29 10:43:11 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 changed system to sys so would not conflict with system include variables
src/tops/server/c++/TOPS_StructuredSolver_Impl.hh 1.5 05/09/29 10:43:11 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 changed system to sys so would not conflict with system include variables
python/PETSc/packages/MPI.py 1.229 05/09/29 10:32:00 barrysmith@barrysmith-57.mcs.anl.gov +6 -1 if Fortran compiler is f90 then tell MPI configure that it should use an F90 compiler otherwise configure:5094: f95 -w -g -c conftest.f >&5 f95: 1501-218 file conftest.f contains an incorrect file suffix configure:5097: $? = 1 configure:5112: error: Could not compile Fortran test program
src/mat/impls/dense/mpi/mpidense.c 1.68 05/09/29 10:07:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -20 removed dead code that produces "mpidense.c", line 26: warning: statement not reached "mpidense.c", line 46: warning: statement not reached
src/mat/utils/freespace.h 1.7 05/09/29 09:56:09 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 left over keyword typedef from before I added PETSc namespacing In file included from aijfact.c:7: /sandbox/petsc/petsc-dev-2/src/mat/utils/freespace.h:15: warning: useless keyword or type name in empty declaration
src/vec/vec/interface/vector.c 1.141 05/09/29 09:50:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 fixed error barry introduced while redoing norm caching vector.c: In function `PetscErrorCode VecScale(_p_Vec*, std::complex<double>)': vector.c:760: error: cannot convert `std::complex<double>' to `double' in assignment
src/mat/impls/csr/inode/inode.c 1.52 05/09/29 09:40:24 barrysmith@barrysmith-57.mcs.anl.gov +41 -26 silly ibm compiler complains about negative array indices "inode.c", line 975.19: 1506-1300 (W) The subscript -1 is less than zero. The subscript of an array should be greater than or equal to zero.
src/mat/interface/matrix.c 1.194 05/09/29 09:31:32 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 silly ibm compiler complains about perfectly legal array index of -1 "matrix.c", line 960.74: 1506-1300 (W) The subscript -1 is less than zero. The subscript of an array should be greater than or equal to zero. "matrix.c", line 970.74: 1506-1300 (W) The subscript -1 is less than zero. The subscript of an array should be greater than or equal to zero.
src/sys/memory/mal.c 1.29 05/09/29 09:29:02 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 silly IBM compiler warns about perfectly legal indexing into array of -1 "mal.c", line 55.11: 1506-1300 (W) The subscript -1 is less than zero. The subscript of an array should be greater than or equal to zero. "mal.c", line 76.23: 1506-1300 (W) The subscript -1 is less than zero. The subscript of an array should be greater than or equal to zero.
Hg-commit: 57f690d6b14cdd3c923aea2bf1e8eef407044486
show more ...
|
| 19bdad02 | 28-Sep-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3552.8.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050928003507|40595 ChangeSet 1.3552.8.1 05/09/27 19:35:07 barrysmith@barry-smiths-computer.local +14 -0 changed caching
bk-changeset-1.3552.8.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050928003507|40595 ChangeSet 1.3552.8.1 05/09/27 19:35:07 barrysmith@barry-smiths-computer.local +14 -0 changed caching of vector norms to store norm ids (for composing the norm) in arrays instead of via function calls.
src/vec/vec/utils/comb.c 1.27 05/09/27 19:35:03 barrysmith@barry-smiths-computer.local +1 -4 changed caching of vector norms to store norm ids (for composing the norm) in arrays instead of via function calls.
src/vec/vec/interface/vector.c 1.138.1.1 05/09/27 19:35:03 barrysmith@barry-smiths-computer.local +46 -176 changed caching of vector norms to store norm ids (for composing the norm) in arrays instead of via function calls.
src/vec/vec/interface/dlregisvec.c 1.30 05/09/27 19:35:03 barrysmith@barry-smiths-computer.local +7 -0 changed caching of vector norms to store norm ids (for composing the norm) in arrays instead of via function calls.
src/tops/makefile.rules 1.16.2.1 05/09/27 19:35:03 barrysmith@barry-smiths-computer.local +2 -2 beats me
src/snes/mf/snesmfj.c 1.58 05/09/27 19:35:03 barrysmith@barry-smiths-computer.local +1 -2 VecSet() no longer needs argument of variable
src/ksp/ksp/interface/iterativ.c 1.37 05/09/27 19:35:02 barrysmith@barry-smiths-computer.local +1 -2 unneeded argument
src/contrib/oberman/laplacian_q1/appctx.h 1.9 05/09/27 19:35:02 barrysmith@barry-smiths-computer.local +5 -5 more comments
src/contrib/oberman/burgers_df_based_q1/appsetalg.c 1.15 05/09/27 19:35:02 barrysmith@barry-smiths-computer.local +2 -3 more commends
src/contrib/oberman/burgers_df_based_q1/appctx.h 1.6 05/09/27 19:35:02 barrysmith@barry-smiths-computer.local +7 -7 more comments
include/private/vecimpl.h 1.46 05/09/27 19:35:02 barrysmith@barry-smiths-computer.local +2 -0 changed caching of vector norms to store norm ids (for composing the norm) in arrays instead of via function calls.
include/petscvec.h 1.79.1.1 05/09/27 19:35:02 barrysmith@barry-smiths-computer.local +0 -1 changed caching of vector norms to store norm ids (for composing the norm) in arrays instead of via function calls.
BitKeeper/deleted/.del-ex34_1.out~3f0254c5ddf26a58 1.3 05/09/26 15:47:59 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Delete: src/vec/vec/examples/tests/output/ex34_1.out
src/sys/dll/dl.c 1.38 05/09/26 15:40:54 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 petsc-maint 13720 incorrect length
src/docs/tex/petscapp.bib 1.187 05/09/26 13:36:15 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 typo
Hg-commit: 59a534e6842bf7fab2635791b393da55e1cb6ec8
show more ...
|
| 030ae817 | 22-Sep-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3552.1.5 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050922205445|34880 ChangeSet 1.3552.1.5 05/09/22 15:54:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 Merge barrysmith-57.m
bk-changeset-1.3552.1.5 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050922205445|34880 ChangeSet 1.3552.1.5 05/09/22 15:54:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 Merge barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-2.3.0 into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
src/vec/vec/interface/vector.c 1.138 05/09/22 15:54:41 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
src/vec/vec/interface/vector.c 1.129.1.3 05/09/22 15:54:41 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge rename: src/vec/interface/vector.c -> src/vec/vec/interface/vector.c
include/petscvec.h 1.79 05/09/22 15:54:41 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 80aaecfdf47cff708117a4c378e1b09201239761
show more ...
|
| f1e08e49 | 22-Sep-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3215.10.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050922205404|54226 ChangeSet 1.3215.10.1 05/09/22 15:54:04 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 vector.c: petsc
bk-changeset-1.3215.10.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050922205404|54226 ChangeSet 1.3215.10.1 05/09/22 15:54:04 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 vector.c: petsc-maint 13687 added VecZeroEntries() petscvec.h: petsc-maint 13687
src/vec/interface/vector.c 1.129.1.2 05/09/22 15:53:32 barrysmith@barrysmith-57.mcs.anl.gov +21 -0 petsc-maint 13687 added VecZeroEntries()
include/petscvec.h 1.75.1.1 05/09/22 15:49:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 petsc-maint 13687
Hg-commit: 7f88759ae493b33fc8758e09cea93037c832ce6f
show more ...
|
| e1fa1e0f | 22-Sep-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3552.3.3 balay@asterix.mcs.anl.gov|ChangeSet|20050922201101|31807 ChangeSet 1.3552.3.3 05/09/22 15:11:01 balay@asterix.mcs.anl.gov +11 -0 get -DPETSC_USE_EXTERN_CXX working with cl
bk-changeset-1.3552.3.3 balay@asterix.mcs.anl.gov|ChangeSet|20050922201101|31807 ChangeSet 1.3552.3.3 05/09/22 15:11:01 balay@asterix.mcs.anl.gov +11 -0 get -DPETSC_USE_EXTERN_CXX working with clanguage=cxx
src/vec/vec/examples/tutorials/ex17.c 1.7 05/09/22 15:10:59 balay@asterix.mcs.anl.gov +6 -6 get -DPETSC_USE_EXTERN_CXX working with clanguage=cxx
src/vec/is/utils/isltog.c 1.39 05/09/22 15:10:59 balay@asterix.mcs.anl.gov +1 -2 get -DPETSC_USE_EXTERN_CXX working with clanguage=cxx
src/vec/is/impls/stride/stride.c 1.22 05/09/22 15:10:59 balay@asterix.mcs.anl.gov +1 -2 get -DPETSC_USE_EXTERN_CXX working with clanguage=cxx
src/vec/is/impls/general/general.c 1.25 05/09/22 15:10:59 balay@asterix.mcs.anl.gov +1 -2 get -DPETSC_USE_EXTERN_CXX working with clanguage=cxx
src/vec/is/impls/block/block.c 1.23 05/09/22 15:10:59 balay@asterix.mcs.anl.gov +1 -3 get -DPETSC_USE_EXTERN_CXX working with clanguage=cxx
src/sys/utils/mpimesg.c 1.23 05/09/22 15:10:59 balay@asterix.mcs.anl.gov +1 -1 get -DPETSC_USE_EXTERN_CXX working with clanguage=cxx
include/private/petscimpl.h 1.54 05/09/22 15:10:59 balay@asterix.mcs.anl.gov +0 -2 get -DPETSC_USE_EXTERN_CXX working with clanguage=cxx
include/petscvec.h 1.78 05/09/22 15:10:59 balay@asterix.mcs.anl.gov +3 -0 get -DPETSC_USE_EXTERN_CXX working with clanguage=cxx
include/petscctable.h 1.4 05/09/22 15:10:59 balay@asterix.mcs.anl.gov +3 -1 get -DPETSC_USE_EXTERN_CXX working with clanguage=cxx
include/petscbag.h 1.12 05/09/22 15:10:59 balay@asterix.mcs.anl.gov +1 -0 get -DPETSC_USE_EXTERN_CXX working with clanguage=cxx
include/petsc.h 1.137 05/09/22 15:10:59 balay@asterix.mcs.anl.gov +2 -1 get -DPETSC_USE_EXTERN_CXX working with clanguage=cxx
Hg-commit: d4f3e2387c8df61183ace1cb54a71ed1842cd201
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 ...
|
| 29b92a7a | 26-Aug-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3473.14.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050826033716|58782 ChangeSet 1.3473.14.1 05/08/25 22:37:16 barrysmith@barry-smiths-computer.local +4 -0 TOPS_Solver_Str
bk-changeset-1.3473.14.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050826033716|58782 ChangeSet 1.3473.14.1 05/08/25 22:37:16 barrysmith@barry-smiths-computer.local +4 -0 TOPS_Solver_Structured_Impl.cc: do global to local for formresidual() MPI.py: check with fortran libs before not fortran libs pvec2.c: dead code should have removed long ago. X11.py: don't try to use X11 when integer size is 64 bit.
src/tops/server/c++/TOPS_Solver_Structured_Impl.cc 1.15 05/08/25 22:20:20 barrysmith@barry-smiths-computer.local +14 -7 do global to local for formresidual()
python/PETSc/packages/MPI.py 1.223 05/08/25 07:41:21 barrysmith@barry-smiths-computer.local +2 -1 check with fortran libs before not fortran libs
src/vec/vec/impls/mpi/pvec2.c 1.21 05/08/24 16:25:19 barrysmith@barrysmith-57.mcs.anl.gov +0 -31 dead code should have removed long ago.
python/PETSc/packages/X11.py 1.25 05/08/24 16:11:11 barrysmith@barrysmith-57.mcs.anl.gov +2 -1 don't try to use X11 when integer size is 64 bit.
Hg-commit: 52a6a1c6a76f87a5da782f1069db1715495480b5
show more ...
|
| 89911d24 | 24-Aug-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3473.1.48 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050824205150|54193 ChangeSet 1.3473.1.48 05/08/24 15:51:50 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@pe
bk-changeset-1.3473.1.48 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050824205150|54193 ChangeSet 1.3473.1.48 05/08/24 15:51:50 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
Hg-commit: 34cbed1488288f956af12c767cbe37a4e32ef2ce
show more ...
|