History log of /petsc/include/petscvec.h (Results 701 – 725 of 978)
Revision Date Author Comments
# 450faa77 12-Apr-2006 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.4239.2.2
knepley@khan.(none)|ChangeSet|20060412220041|05973
ChangeSet
1.4239.2.2 06/04/12 17:00:41 knepley@khan.(none) +3 -0
New VecScatter code

src/vec/vec/utils/vscat.c
1.

bk-changeset-1.4239.2.2
knepley@khan.(none)|ChangeSet|20060412220041|05973
ChangeSet
1.4239.2.2 06/04/12 17:00:41 knepley@khan.(none) +3 -0
New VecScatter code

src/vec/vec/utils/vscat.c
1.56 06/04/12 17:00:38 knepley@khan.(none) +21 -0
Added an empty constructor

src/vec/vec/utils/vpscat.c
1.85 06/04/12 17:00:38 knepley@khan.(none) +103 -11
Added a new local constructor for PtoS
- Moved former code to a global constructor and common backend

include/petscvec.h
1.92 06/04/12 17:00:38 knepley@khan.(none) +2 -0
Added a semi-private local constructor
Added VecScatterCreateEmpty
- This shuold be the toplevel constructor in the next release


Hg-commit: 567eb8a8746ee249f863f4429bf5884f343ddddb

show more ...


# 9c721e4c 31-Mar-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.4214
bsmith@barrys-computer.local|ChangeSet|20060331014516|00047
ChangeSet
1.4214 06/03/30 19:45:16 bsmith@barrys-computer.local +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev

bk-changeset-1.4214
bsmith@barrys-computer.local|ChangeSet|20060331014516|00047
ChangeSet
1.4214 06/03/30 19:45:16 bsmith@barrys-computer.local +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barrys-computer.local:/Users/bsmith/Src/petsc-dev


Hg-commit: 7d2b6a10254793cf09b077e1057c95f09e663b79

show more ...


# 5cc4e5d2 31-Mar-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.4207.1.2
bsmith@barrys-computer.local|ChangeSet|20060331012941|11873
ChangeSet
1.4207.1.2 06/03/30 19:29:41 bsmith@barrys-computer.local +1 -0
Merge barrys-computer.local:/Users/bs

bk-changeset-1.4207.1.2
bsmith@barrys-computer.local|ChangeSet|20060331012941|11873
ChangeSet
1.4207.1.2 06/03/30 19:29:41 bsmith@barrys-computer.local +1 -0
Merge barrys-computer.local:/Users/bsmith/Src/petsc-release-2.3.1
into barrys-computer.local:/Users/bsmith/Src/petsc-dev

include/petscvec.h
1.91 06/03/30 19:29:36 bsmith@barrys-computer.local +0 -0
Auto merged


Hg-commit: 0e9c593bdec82c79b6b226003dcae9fadef46d45

show more ...


# 88b03592 31-Mar-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.4019.1.46
bsmith@barrys-computer.local|ChangeSet|20060331012854|18061
ChangeSet
1.4019.1.46 06/03/30 19:28:54 bsmith@barrys-computer.local +1 -0
petscvec.h:
need to list VecSet

bk-changeset-1.4019.1.46
bsmith@barrys-computer.local|ChangeSet|20060331012854|18061
ChangeSet
1.4019.1.46 06/03/30 19:28:54 bsmith@barrys-computer.local +1 -0
petscvec.h:
need to list VecSetValueLocal() after VecSetValuesLocal()

include/petscvec.h
1.88.1.3 06/03/30 19:28:37 bsmith@barrys-computer.local +30 -28
need to list VecSetValueLocal() after VecSetValuesLocal()


Hg-commit: b1a1ff30ed13671a0855cee70a8535863ab9e0c6

show more ...


# 925b59b7 31-Mar-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.4207.1.1
bsmith@barrys-computer.local|ChangeSet|20060331012023|11863
ChangeSet
1.4207.1.1 06/03/30 19:20:23 bsmith@barrys-computer.local +1 -0
Merge barrys-computer.local:/Users/bs

bk-changeset-1.4207.1.1
bsmith@barrys-computer.local|ChangeSet|20060331012023|11863
ChangeSet
1.4207.1.1 06/03/30 19:20:23 bsmith@barrys-computer.local +1 -0
Merge barrys-computer.local:/Users/bsmith/Src/petsc-release-2.3.1
into barrys-computer.local:/Users/bsmith/Src/petsc-dev

include/petscvec.h
1.90 06/03/30 19:20:19 bsmith@barrys-computer.local +0 -0
Auto merged


Hg-commit: 054ef18022883386367ae2d1c8d17772fea64dff

show more ...


# 1f428162 31-Mar-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.4019.1.45
bsmith@barrys-computer.local|ChangeSet|20060331011954|18055
ChangeSet
1.4019.1.45 06/03/30 19:19:54 bsmith@barrys-computer.local +3 -0
missing and broken Fortran interfac

bk-changeset-1.4019.1.45
bsmith@barrys-computer.local|ChangeSet|20060331011954|18055
ChangeSet
1.4019.1.45 06/03/30 19:19:54 bsmith@barrys-computer.local +3 -0
missing and broken Fortran interfaces for ISLocalToGlobalMapping....
and broken VecSetValueLocal()

src/vec/is/utils/isltog.c
1.47 06/03/30 19:19:51 bsmith@barrys-computer.local +1 -1
Generate the Fortran stub automatically
petsc-maint 16422

include/petscvec.h
1.88.1.2 06/03/30 19:09:43 bsmith@barrys-computer.local +1 -1
forgot to put the local in

include/petscvec.h
1.88.1.1 06/03/30 18:41:09 bsmith@barrys-computer.local +1 -3
petsc-maint 14622 VecSetValueLocal() did not work; used
removed global variables replaced with new inline function
as was previously done for VecSetValue()

src/vec/is/utils/ftn-custom/zisltogf.c
1.3 06/03/30 18:37:37 bsmith@barrys-computer.local +3 -2
petsc-maint 14622 cannot handle default viewers


Hg-commit: a6e689c9ab3db316664fbc74a5aaa86bf8d40180

show more ...


# 0f9cf654 03-Mar-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.4106
bsmith@a-s-computer.local|ChangeSet|20060303032249|25429
ChangeSet
1.4106 06/03/02 21:22:49 bsmith@a-s-computer.local +8 -0
vscat.c, vpscat.c, mmsbaij.c, mpibaij.c, mmbaij.c,

bk-changeset-1.4106
bsmith@a-s-computer.local|ChangeSet|20060303032249|25429
ChangeSet
1.4106 06/03/02 21:22:49 bsmith@a-s-computer.local +8 -0
vscat.c, vpscat.c, mmsbaij.c, mpibaij.c, mmbaij.c, vecimpl.h, petscvec.h:
removed VecScatterPostReceives()
petscerror.h:
pointer to new Fortran petscerror.h

src/vec/vec/utils/vscat.c
1.53 06/03/02 21:17:04 bsmith@a-s-computer.local +0 -64
removed VecScatterPostReceives()

src/vec/vec/utils/vpscat.c
1.63 06/03/02 21:17:04 bsmith@a-s-computer.local +292 -298
removed VecScatterPostReceives()

src/mat/impls/sbaij/mpi/mmsbaij.c
1.40 06/03/02 21:17:04 bsmith@a-s-computer.local +0 -18
removed VecScatterPostReceives()

src/mat/impls/baij/mpi/mpibaij.c
1.114 06/03/02 21:17:04 bsmith@a-s-computer.local +0 -1
removed VecScatterPostReceives()

src/mat/impls/baij/mpi/mmbaij.c
1.30 06/03/02 21:17:02 bsmith@a-s-computer.local +0 -9
removed VecScatterPostReceives()

include/private/vecimpl.h
1.54 06/03/02 21:17:02 bsmith@a-s-computer.local +3 -5
removed VecScatterPostReceives()

include/petscvec.h
1.89 06/03/02 21:17:01 bsmith@a-s-computer.local +0 -1
removed VecScatterPostReceives()

include/petscerror.h
1.56 06/03/02 19:28:18 bsmith@a-s-computer.local +2 -0
pointer to new Fortran petscerror.h


Hg-commit: f0c19abb44fa254cfd2eb79aa9949e6da632ec8c

show more ...


# a7cdfe52 17-Feb-2006 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.4061
balay@asterix.mcs.anl.gov|ChangeSet|20060217205458|00924
ChangeSet
1.4061 06/02/17 14:54:58 balay@asterix.mcs.anl.gov +2 -0
Merge asterix.mcs.anl.gov:/home/balay/petsc-dist

bk-changeset-1.4061
balay@asterix.mcs.anl.gov|ChangeSet|20060217205458|00924
ChangeSet
1.4061 06/02/17 14:54:58 balay@asterix.mcs.anl.gov +2 -0
Merge asterix.mcs.anl.gov:/home/balay/petsc-dist
into asterix.mcs.anl.gov:/home/balay/bk-rep/petsc-dev

python/PETSc/packages/MPI.py
1.262 06/02/17 14:54:55 balay@asterix.mcs.anl.gov +0 -1
Auto merged

include/petscversion.h
1.195 06/02/17 14:54:55 balay@asterix.mcs.anl.gov +0 -0
Auto merged


Hg-commit: 00d6ee6c01194f563ff373b15af0064bf26a8936

show more ...


# 499d51b4 17-Feb-2006 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.4019.1.16
balay@asterix.mcs.anl.gov|ChangeSet|20060217195646|12258
ChangeSet
1.4019.1.16 06/02/17 13:56:46 balay@asterix.mcs.anl.gov +2 -0
- VecLoadIntoVector() fix
- mpi shared

bk-changeset-1.4019.1.16
balay@asterix.mcs.anl.gov|ChangeSet|20060217195646|12258
ChangeSet
1.4019.1.16 06/02/17 13:56:46 balay@asterix.mcs.anl.gov +2 -0
- VecLoadIntoVector() fix
- mpi shared fix for mpi=0
- KSPGetConvergedReason() from fortran [using updated bfort]

python/PETSc/packages/MPI.py
1.258.1.2 06/02/17 13:56:44 balay@asterix.mcs.anl.gov +1 -0
fix configure crash with python & mpi=0

include/petscvec.h
1.88 06/02/17 13:56:44 balay@asterix.mcs.anl.gov +1 -1
Fix Incorrect VecLoadIntoVector() for Vec created from DA


Hg-commit: e49d6e00a4d249d22c6b3fe3de05270ddb02a44e

show more ...


# 585f4aef 21-Jan-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3966
barrysmith@barry-smiths-computer.local|ChangeSet|20060121024453|35655
ChangeSet
1.3966 06/01/20 20:44:53 barrysmith@barry-smiths-computer.local +7 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.3966
barrysmith@barry-smiths-computer.local|ChangeSet|20060121024453|35655
ChangeSet
1.3966 06/01/20 20:44:53 barrysmith@barry-smiths-computer.local +7 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev

src/mat/impls/aij/mpi/mpiaij.c
1.265 06/01/20 20:44:49 barrysmith@barry-smiths-computer.local +34 -2
don't understand this merge at all!

src/docs/website/documentation/changes/231.html
1.54 06/01/20 20:44:49 barrysmith@barry-smiths-computer.local +0 -67
use Satish's changes

python/PETSc/packages/BlasLapack.py
1.153 06/01/20 20:44:49 barrysmith@barry-smiths-computer.local +0 -0
use Satish's changes

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.52 06/01/20 20:37:57 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/aij/mpi/mpiptap.c
1.26 06/01/20 20:37:57 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/aij/mpi/mpimatmatmult.c
1.12 06/01/20 20:37:57 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/aij/mpi/mpiaij.h
1.40 06/01/20 20:37:57 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: e2b7efaac0186baa87aaf4ea2c627c07c7d7d1b4

show more ...


# 357abbc8 16-Jan-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3935.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20060116154503|43761
ChangeSet
1.3935.1.1 06/01/16 09:45:03 barrysmith@barry-smiths-computer.local +48 -0
Many files:

bk-changeset-1.3935.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20060116154503|43761
ChangeSet
1.3935.1.1 06/01/16 09:45:03 barrysmith@barry-smiths-computer.local +48 -0
Many files:
removing PetscMap as object
.del-mapregall.c~b87c393b7bebdaee:
Delete: src/vec/vec/interface/mapregall.c
.del-mapreg.c~715ea107faf8dc79:
Delete: src/vec/vec/interface/mapreg.c
.del-mapcreate.c~2c2d6e12a417bb5e:
Delete: src/vec/vec/interface/mapcreate.c
.del-map.c~4b853447b2be8cde:
Delete: src/vec/vec/interface/map.c
petscapp.bib:
another pub
BlasLapack.py:
typo

src/vec/vec/utils/vscat.c
1.50 06/01/16 09:40:09 barrysmith@barry-smiths-computer.local +14 -31
removing PetscMap as object

src/vec/vec/utils/vpscat.c
1.58 06/01/16 09:40:09 barrysmith@barry-smiths-computer.local +3 -5
removing PetscMap as object

src/vec/vec/utils/vecio.c
1.49 06/01/16 09:40:09 barrysmith@barry-smiths-computer.local +2 -6
removing PetscMap as object

src/vec/vec/interface/vector.c
1.153 06/01/16 09:40:09 barrysmith@barry-smiths-computer.local +4 -31
removing PetscMap as object

src/vec/vec/interface/veccreate.c
1.27 06/01/16 09:40:08 barrysmith@barry-smiths-computer.local +1 -1
removing PetscMap as object

src/vec/vec/interface/makefile
1.12 06/01/16 09:40:08 barrysmith@barry-smiths-computer.local +1 -1
removing PetscMap as object

src/vec/vec/interface/dlregisvec.c
1.34 06/01/16 09:40:07 barrysmith@barry-smiths-computer.local +1 -11
removing PetscMap as object

src/vec/vec/impls/seq/bvec2.c
1.80 06/01/16 09:40:07 barrysmith@barry-smiths-computer.local +1 -3
removing PetscMap as object

src/vec/vec/impls/mpi/pvecimpl.h
1.14 06/01/16 09:40:07 barrysmith@barry-smiths-computer.local +1 -1
removing PetscMap as object

src/vec/vec/impls/mpi/pvec2.c
1.23 06/01/16 09:40:06 barrysmith@barry-smiths-computer.local +2 -2
removing PetscMap as object

src/vec/vec/impls/mpi/pmap.c
1.19 06/01/16 09:40:06 barrysmith@barry-smiths-computer.local +28 -58
removing PetscMap as object

src/vec/vec/impls/mpi/pdvec.c
1.70 06/01/16 09:40:06 barrysmith@barry-smiths-computer.local +9 -9
removing PetscMap as object

src/vec/vec/impls/mpi/pbvec.c
1.43 06/01/16 09:40:06 barrysmith@barry-smiths-computer.local +7 -15
removing PetscMap as object

src/vec/vec/examples/tutorials/ex17.c
1.8 06/01/16 09:40:05 barrysmith@barry-smiths-computer.local +0 -12
removing PetscMap as object

src/vec/vec/examples/tests/ex21.c
1.13 06/01/16 09:40:05 barrysmith@barry-smiths-computer.local +0 -1
removing PetscMap as object

src/mat/utils/gcreate.c
1.46 06/01/16 09:40:01 barrysmith@barry-smiths-computer.local +4 -5
removing PetscMap as object

src/mat/interface/matrix.c
1.208 06/01/16 09:40:01 barrysmith@barry-smiths-computer.local +10 -62
removing PetscMap as object

src/mat/interface/matreg.c
1.26 06/01/16 09:40:00 barrysmith@barry-smiths-computer.local +0 -8
removing PetscMap as object

src/mat/impls/shell/shell.c
1.37 06/01/16 09:40:00 barrysmith@barry-smiths-computer.local +3 -3
removing PetscMap as object

src/mat/impls/sbaij/seq/sbaij.c
1.155 06/01/16 09:39:59 barrysmith@barry-smiths-computer.local +3 -3
removing PetscMap as object

src/mat/impls/sbaij/mpi/mpisbaij.c
1.138 06/01/16 09:39:59 barrysmith@barry-smiths-computer.local +3 -3
removing PetscMap as object

src/mat/impls/sbaij/mpi/mmsbaij.c
1.36 06/01/16 09:39:59 barrysmith@barry-smiths-computer.local +1 -3
removing PetscMap as object

src/mat/impls/rowbs/mpi/mpirowbs.c
1.83 06/01/16 09:39:58 barrysmith@barry-smiths-computer.local +3 -3
removing PetscMap as object

src/mat/impls/normal/normm.c
1.12 06/01/16 09:39:58 barrysmith@barry-smiths-computer.local +2 -3
removing PetscMap as object

src/mat/impls/hypre/mhyp.c
1.10 06/01/16 09:39:58 barrysmith@barry-smiths-computer.local +2 -1
removing PetscMap as object

src/mat/impls/dense/seq/dense.c
1.92 06/01/16 09:39:58 barrysmith@barry-smiths-computer.local +3 -3
removing PetscMap as object

src/mat/impls/dense/mpi/mpidense.c
1.72 06/01/16 09:39:58 barrysmith@barry-smiths-computer.local +3 -3
removing PetscMap as object

src/mat/impls/bdiag/seq/bdiag.c
1.55 06/01/16 09:39:57 barrysmith@barry-smiths-computer.local +3 -3
removing PetscMap as object

src/mat/impls/bdiag/mpi/mpibdiag.c
1.54 06/01/16 09:39:57 barrysmith@barry-smiths-computer.local +3 -3
removing PetscMap as object

src/mat/impls/baij/seq/baij.c
1.143 06/01/16 09:39:57 barrysmith@barry-smiths-computer.local +3 -3
removing PetscMap as object

src/mat/impls/baij/mpi/mpibaij.c
1.107 06/01/16 09:39:57 barrysmith@barry-smiths-computer.local +3 -3
removing PetscMap as object

src/mat/impls/aij/seq/aij.c
1.249 06/01/16 09:39:56 barrysmith@barry-smiths-computer.local +3 -4
removing PetscMap as object

src/mat/impls/aij/mpi/mpiptap.c
1.24 06/01/16 09:39:56 barrysmith@barry-smiths-computer.local +8 -10
removing PetscMap as object

src/mat/impls/aij/mpi/mpiaij.c
1.263 06/01/16 09:39:55 barrysmith@barry-smiths-computer.local +17 -37
removing PetscMap as object

src/mat/impls/adj/mpi/mpiadj.c
1.52 06/01/16 09:39:55 barrysmith@barry-smiths-computer.local +3 -3
removing PetscMap as object

src/mat/impls/adic/matadic.c
1.38 06/01/16 09:39:55 barrysmith@barry-smiths-computer.local +2 -2
removing PetscMap as object

src/mat/matimpl.h
1.95 06/01/16 09:39:54 barrysmith@barry-smiths-computer.local +2 -2
removing PetscMap as object

src/docs/website/documentation/changes/231.html
1.53 06/01/16 09:39:53 barrysmith@barry-smiths-computer.local +210 -2
removing PetscMap as object

include/private/vecimpl.h
1.50 06/01/16 09:39:51 barrysmith@barry-smiths-computer.local +4 -9
removing PetscMap as object

include/finclude/petscvec.h
1.12 06/01/16 09:39:51 barrysmith@barry-smiths-computer.local +0 -4
removing PetscMap as object

include/petscvec.h
1.87 06/01/16 09:39:50 barrysmith@barry-smiths-computer.local +0 -64
removing PetscMap as object

include/petscmat.h
1.207 06/01/16 09:39:48 barrysmith@barry-smiths-computer.local +0 -1
removing PetscMap as object

BitKeeper/deleted/.del-mapregall.c~b87c393b7bebdaee
1.14 06/01/13 20:48:33 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/vec/vec/interface/mapregall.c

BitKeeper/deleted/.del-mapreg.c~715ea107faf8dc79
1.27 06/01/13 20:48:33 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/vec/vec/interface/mapreg.c

BitKeeper/deleted/.del-mapcreate.c~2c2d6e12a417bb5e
1.18 06/01/13 20:48:33 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/vec/vec/interface/mapcreate.c

BitKeeper/deleted/.del-map.c~4b853447b2be8cde
1.26 06/01/13 20:48:32 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/vec/vec/interface/map.c

src/docs/tex/petscapp.bib
1.226 06/01/13 13:28:47 barrysmith@barrysmith-57.mcs.anl.gov +8 -0
another pub

python/PETSc/packages/BlasLapack.py
1.152 06/01/12 16:14:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
typo


Hg-commit: 53caabff97f0096148dc33ea09cc46418f471630

show more ...


# fcee7b34 18-Dec-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3885
barrysmith@barry-smiths-computer.local|ChangeSet|20051218044745|38180
ChangeSet
1.3885 05/12/17 22:47:45 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.3885
barrysmith@barry-smiths-computer.local|ChangeSet|20051218044745|38180
ChangeSet
1.3885 05/12/17 22:47:45 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev


Hg-commit: 23b76217e3bf2799a44bc7575962c46a2746e298

show more ...


# 3f92711f 18-Dec-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3882.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20051218044723|40925
ChangeSet
1.3882.1.1 05/12/17 22:47:23 barrysmith@barry-smiths-computer.local +25 -0
dlregissnes.c, d

bk-changeset-1.3882.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20051218044723|40925
ChangeSet
1.3882.1.1 05/12/17 22:47:23 barrysmith@barry-smiths-computer.local +25 -0
dlregissnes.c, dlregisksp.c, dlregisdm.c:
PetscEvents do not belong in public includes!
dlregists.c:
*** empty log message ***
acknwldg.html:
typos
inherit.c:
still removing some query language stuff.
petsclog.h:
PETSC_Barrier petscevent should not be in public include
dlregispetsc.c:
PETSC_Barrier should not be in public include
petscao.h, aoimpl.h:
ao petscevents should be in private include not public
daimpl.h, petscda.h:
da petscevents should be in private include not public
petscts.h, tsimpl.h:
petscevents for ts should be in private include
petscsnes.h, snesimpl.h:
petscevents for snes should be in private include
petscksp.h, kspimpl.h:
petscevents for ksp should be in private include not public
petscpc.h, pcimpl.h:
petscevent for pc methods should not be public
petscmat.h:
petscevents for mat should not be in public include
matimpl.h:
petscevents for mat should be here private not in public petscmat.h
dlregismat.c:
include matimpl.h not petscmat.h
petscvec.h:
petscevents for vec operations should be vecimpl.h not public
vecimpl.h:
vector event variables should be listed here, not in petscvec.h

src/snes/interface/dlregissnes.c
1.27 05/12/17 22:47:02 barrysmith@barry-smiths-computer.local +1 -1
PetscEvents do not belong in public includes!

src/ksp/ksp/interface/dlregisksp.c
1.30 05/12/17 22:47:01 barrysmith@barry-smiths-computer.local +2 -1
PetscEvents do not belong in public includes!

src/dm/ao/interface/dlregisdm.c
1.30 05/12/17 22:47:01 barrysmith@barry-smiths-computer.local +2 -2
PetscEvents do not belong in public includes!

src/ts/interface/dlregists.c
1.25 05/12/17 22:42:31 barrysmith@barry-smiths-computer.local +1 -1
*** empty log message ***

src/docs/website/miscellaneous/acknwldg.html
1.33 05/12/17 22:34:06 barrysmith@barry-smiths-computer.local +3 -3
typos

src/sys/objects/inherit.c
1.43 05/12/17 22:29:58 barrysmith@barry-smiths-computer.local +0 -91
still removing some query language stuff.

include/petsclog.h
1.66 05/12/17 22:25:06 barrysmith@barry-smiths-computer.local +0 -3
PETSC_Barrier petscevent should not be in public include

src/sys/viewer/interface/dlregispetsc.c
1.30 05/12/17 22:24:45 barrysmith@barry-smiths-computer.local +2 -0
PETSC_Barrier should not be in public include

include/petscao.h
1.20 05/12/17 22:21:38 barrysmith@barry-smiths-computer.local +0 -1
ao petscevents should be in private include not public

src/dm/ao/aoimpl.h
1.20 05/12/17 22:21:32 barrysmith@barry-smiths-computer.local +2 -0
ao petscevents should be in private include not public

src/dm/da/daimpl.h
1.24 05/12/17 22:19:56 barrysmith@barry-smiths-computer.local +2 -0
da petscevents should be in private include not public

include/petscda.h
1.77 05/12/17 22:19:51 barrysmith@barry-smiths-computer.local +0 -1
da petscevents should be in private include not public

include/petscts.h
1.36 05/12/17 22:19:02 barrysmith@barry-smiths-computer.local +0 -1
petscevents for ts should be in private include

src/ts/tsimpl.h
1.18 05/12/17 22:18:58 barrysmith@barry-smiths-computer.local +2 -0
petscevents for ts should be in private include

include/petscsnes.h
1.55 05/12/17 22:18:19 barrysmith@barry-smiths-computer.local +0 -2
petscevents for snes should be in private include

src/snes/snesimpl.h
1.21 05/12/17 22:18:15 barrysmith@barry-smiths-computer.local +3 -0
petscevents for snes should be in private include

include/petscksp.h
1.72 05/12/17 22:17:24 barrysmith@barry-smiths-computer.local +0 -1
petscevents for ksp should be in private include not public

src/ksp/ksp/kspimpl.h
1.29 05/12/17 22:17:18 barrysmith@barry-smiths-computer.local +2 -0
petscevents for ksp should be in private include not public

include/petscpc.h
1.82 05/12/17 22:16:33 barrysmith@barry-smiths-computer.local +0 -2
petscevent for pc methods should not be public

include/private/pcimpl.h
1.15 05/12/17 22:16:27 barrysmith@barry-smiths-computer.local +2 -1
petscevent for pc methods should not be public

include/petscmat.h
1.205 05/12/17 22:15:09 barrysmith@barry-smiths-computer.local +0 -11
petscevents for mat should not be in public include

src/mat/matimpl.h
1.92 05/12/17 22:14:54 barrysmith@barry-smiths-computer.local +12 -0
petscevents for mat should be here private not in public petscmat.h

src/mat/interface/dlregismat.c
1.35 05/12/17 22:14:33 barrysmith@barry-smiths-computer.local +2 -2
include matimpl.h not petscmat.h

include/petscvec.h
1.86 05/12/17 22:11:53 barrysmith@barry-smiths-computer.local +0 -5
petscevents for vec operations should be vecimpl.h not public

include/private/vecimpl.h
1.49 05/12/17 22:11:09 barrysmith@barry-smiths-computer.local +6 -8
vector event variables should be listed here, not in petscvec.h


Hg-commit: 131ab2cf8aa9b7cc64269e1025e4673b09186f37

show more ...


# fed39abe 08-Dec-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3858
barrysmith@barry-smiths-computer.local|ChangeSet|20051208181906|19094
ChangeSet
1.3858 05/12/08 12:19:06 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.3858
barrysmith@barry-smiths-computer.local|ChangeSet|20051208181906|19094
ChangeSet
1.3858 05/12/08 12:19:06 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev


Hg-commit: 00d6358a64dc65074b70f18918020571da9479a6

show more ...


# 50755921 07-Dec-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3830.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051207214113|61511
ChangeSet
1.3830.1.1 05/12/07 15:41:13 barrysmith@barrysmith-57.mcs.anl.gov +5 -0
changes to support di

bk-changeset-1.3830.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051207214113|61511
ChangeSet
1.3830.1.1 05/12/07 15:41:13 barrysmith@barrysmith-57.mcs.anl.gov +5 -0
changes to support different precisions in same application

src/vec/vec/interface/rvector.c
1.152 05/12/07 15:41:09 barrysmith@barrysmith-57.mcs.anl.gov +0 -5
made vecsetvalue and static inline so do not need global
variables

src/vec/vec/impls/seq/bvec2.c
1.78 05/12/07 15:41:08 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
set the precision for seq vector object

python/PETSc/packages/X11.py
1.27 05/12/07 15:41:08 barrysmith@barrysmith-57.mcs.anl.gov +2 -1
reject X windows without double precision

include/private/petscimpl.h
1.57 05/12/07 15:41:08 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
added precision flag to PETSc objects

include/petscvec.h
1.85 05/12/07 15:41:08 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
change vecsetvalue to static inline function so do not need
global variables


Hg-commit: aee202519f2aa779267c634e3abed3c41c5ff082

show more ...


# 8dbd3d1d 23-Nov-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3777
balay@asterix.mcs.anl.gov|ChangeSet|20051123200608|54309
ChangeSet
1.3777 05/11/23 14:06:08 balay@asterix.mcs.anl.gov +14 -0
fix prototypes for VecMDot()/VecMTDot() etc.. the

bk-changeset-1.3777
balay@asterix.mcs.anl.gov|ChangeSet|20051123200608|54309
ChangeSet
1.3777 05/11/23 14:06:08 balay@asterix.mcs.anl.gov +14 -0
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec

src/vec/vec/utils/comb.c
1.30 05/11/23 14:06:05 balay@asterix.mcs.anl.gov +7 -7
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec

src/vec/vec/interface/vector.c
1.146 05/11/23 14:06:05 balay@asterix.mcs.anl.gov +4 -4
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec

src/vec/vec/impls/seq/dvec2.c
1.39 05/11/23 14:06:05 balay@asterix.mcs.anl.gov +3 -3
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec

src/vec/vec/impls/mpi/pvecimpl.h
1.13 05/11/23 14:06:05 balay@asterix.mcs.anl.gov +2 -2
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec

src/vec/vec/impls/mpi/pvec2.c
1.22 05/11/23 14:06:05 balay@asterix.mcs.anl.gov +4 -4
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec

src/vec/vec/impls/dvecimpl.h
1.16 05/11/23 14:06:05 balay@asterix.mcs.anl.gov +2 -2
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec

src/vec/vec/examples/tutorials/ex1f90.F
1.9 05/11/23 14:06:05 balay@asterix.mcs.anl.gov +1 -1
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec

src/vec/vec/examples/tutorials/ex1f.F
1.13 05/11/23 14:06:05 balay@asterix.mcs.anl.gov +1 -1
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec

src/vec/vec/examples/tutorials/ex1e.c
1.12 05/11/23 14:06:05 balay@asterix.mcs.anl.gov +1 -1
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec

src/vec/vec/examples/tutorials/ex1.c
1.14 05/11/23 14:06:05 balay@asterix.mcs.anl.gov +1 -1
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec

src/ksp/ksp/impls/gmres/borthog2.c
1.25 05/11/23 14:06:05 balay@asterix.mcs.anl.gov +2 -2
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec

src/docs/tex/manual/part2.tex
1.101 05/11/23 14:06:05 balay@asterix.mcs.anl.gov +2 -2
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec

include/private/vecimpl.h
1.48 05/11/23 14:06:05 balay@asterix.mcs.anl.gov +4 -4
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec

include/petscvec.h
1.84 05/11/23 14:06:04 balay@asterix.mcs.anl.gov +6 -6
fix prototypes for VecMDot()/VecMTDot() etc.. the first arg should be vec


Hg-commit: 61c6cabd2da5d0eded07d8e59af435c12c4fe50f

show more ...


# a751f32a 23-Nov-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3776
balay@asterix.mcs.anl.gov|ChangeSet|20051123192232|59755
ChangeSet
1.3776 05/11/23 13:22:32 balay@asterix.mcs.anl.gov +5 -0
#14032 contrib from "Jose E. Roman" <jroman@dsic.up

bk-changeset-1.3776
balay@asterix.mcs.anl.gov|ChangeSet|20051123192232|59755
ChangeSet
1.3776 05/11/23 13:22:32 balay@asterix.mcs.anl.gov +5 -0
#14032 contrib from "Jose E. Roman" <jroman@dsic.upv.es>
- add VecMDotBegin/End(), VecMTDotBegin/End()

src/vec/vec/utils/comb.c
1.29 05/11/23 13:22:30 balay@asterix.mcs.anl.gov +114 -0
#14032 contrib from "Jose E. Roman" <jroman@dsic.upv.es>

src/vec/vec/impls/seq/bvec2.c
1.77 05/11/23 13:22:30 balay@asterix.mcs.anl.gov +2 -0
#14032 contrib from "Jose E. Roman" <jroman@dsic.upv.es>

src/vec/vec/impls/mpi/pbvec.c
1.42 05/11/23 13:22:30 balay@asterix.mcs.anl.gov +2 -0
#14032 contrib from "Jose E. Roman" <jroman@dsic.upv.es>

include/private/vecimpl.h
1.47 05/11/23 13:22:30 balay@asterix.mcs.anl.gov +2 -0
#14032 contrib from "Jose E. Roman" <jroman@dsic.upv.es>

include/petscvec.h
1.83 05/11/23 13:22:30 balay@asterix.mcs.anl.gov +6 -0
#14032 contrib from "Jose E. Roman" <jroman@dsic.upv.es>


Hg-commit: 3aef44853e2c2161c1100bcce28262b3e4c5540c

show more ...


# daf18fee 01-Oct-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.3559
knepley@khan.(none)|ChangeSet|20051001012055|16955
ChangeSet
1.3559 05/09/30 20:20:55 knepley@khan.(none) +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.(none)

bk-changeset-1.3559
knepley@khan.(none)|ChangeSet|20051001012055|16955
ChangeSet
1.3559 05/09/30 20:20:55 knepley@khan.(none) +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.(none):/PETSc3/petsc/petsc-dev

src/docs/tex/manual/part2.tex
1.97 05/09/30 20:20:53 knepley@khan.(none) +0 -0
Auto merged


Hg-commit: dd7162aa7f6020bd2ed7329407809a753222f5fe

show more ...


# 5e2020c0 30-Sep-2005 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.3552.1.22
hzhang@shakey.mcs.anl.gov|ChangeSet|20050930005858|04875
ChangeSet
1.3552.1.22 05/09/29 19:58:58 hzhang@shakey.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-d

bk-changeset-1.3552.1.22
hzhang@shakey.mcs.anl.gov|ChangeSet|20050930005858|04875
ChangeSet
1.3552.1.22 05/09/29 19:58:58 hzhang@shakey.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into shakey.mcs.anl.gov:/sandbox/hzhang/petsc-dev


Hg-commit: af5293f96563f61f3c8b2f0c6d5644052e0cbc5f

show more ...


# 954b3ec6 29-Sep-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3552.11.6
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050929210947|06327
ChangeSet
1.3552.11.6 05/09/29 16:09:47 barrysmith@barrysmith-57.mcs.anl.gov +5 -0
getsigs to get PETS

bk-changeset-1.3552.11.6
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050929210947|06327
ChangeSet
1.3552.11.6 05/09/29 16:09:47 barrysmith@barrysmith-57.mcs.anl.gov +5 -0
getsigs to get PETSc API signatures

makefile
1.184 05/09/29 16:09:44 barrysmith@barrysmith-57.mcs.anl.gov +21 -0
getsigs to get PETSc API signatures

include/petscvec.h
1.82 05/09/29 16:09:44 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
formatting

include/petscsys.h
1.43 05/09/29 16:09:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -2
formatting

include/petscmat.h
1.194 05/09/29 16:09:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -2
formatting

include/petscksp.h
1.70 05/09/29 16:09:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -4
formatting


Hg-commit: e0150489bfc22eb9a356679b63395be295d219c8

show more ...


# addf515e 28-Sep-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3552.1.18
barrysmith@barry-smiths-computer.local|ChangeSet|20050928012535|43710
ChangeSet
1.3552.1.18 05/09/27 20:25:35 barrysmith@barry-smiths-computer.local +3 -0
merge

src/to

bk-changeset-1.3552.1.18
barrysmith@barry-smiths-computer.local|ChangeSet|20050928012535|43710
ChangeSet
1.3552.1.18 05/09/27 20:25:35 barrysmith@barry-smiths-computer.local +3 -0
merge

src/tops/makefile.rules
1.19 05/09/27 20:25:32 barrysmith@barry-smiths-computer.local +0 -2
merge

src/vec/vec/interface/vector.c
1.140 05/09/27 19:44:33 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

include/petscvec.h
1.81 05/09/27 19:44:33 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: 6b0b8580a84258d6c4394ba7c4abc0ec494335f5

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 ...


# 01a740d2 26-Sep-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3552.4.5
balay@asterix.mcs.anl.gov|ChangeSet|20050926152508|19074
ChangeSet
1.3552.4.5 05/09/26 10:25:08 balay@asterix.mcs.anl.gov +4 -0
Merge asterix.mcs.anl.gov:/home/balay/petsc

bk-changeset-1.3552.4.5
balay@asterix.mcs.anl.gov|ChangeSet|20050926152508|19074
ChangeSet
1.3552.4.5 05/09/26 10:25:08 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/vec/vec/interface/vector.c
1.137.1.1 05/09/26 10:25:03 balay@asterix.mcs.anl.gov +0 -0
Auto merged

src/vec/vec/interface/vector.c
1.129.2.1 05/09/26 10:25:03 balay@asterix.mcs.anl.gov +0 -0
Merge rename: src/vec/interface/vector.c -> src/vec/vec/interface/vector.c

include/petscversion.h
1.173 05/09/26 10:25:03 balay@asterix.mcs.anl.gov +0 -0
Auto merged

include/petscvec.h
1.78.1.1 05/09/26 10:25:03 balay@asterix.mcs.anl.gov +0 -0
Auto merged

include/petsclog.h
1.56 05/09/26 10:25:03 balay@asterix.mcs.anl.gov +0 -0
Auto merged


Hg-commit: a2689faaadaccb40337e872e479725d78da17c94

show more ...


# e2c35046 24-Sep-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.3558
knepley@khan.(none)|ChangeSet|20050924190829|31868
ChangeSet
1.3558 05/09/24 14:08:29 knepley@khan.(none) +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.(none)

bk-changeset-1.3558
knepley@khan.(none)|ChangeSet|20050924190829|31868
ChangeSet
1.3558 05/09/24 14:08:29 knepley@khan.(none) +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.(none):/PETSc3/petsc/petsc-dev


Hg-commit: f96a01ed0d84784c8d69fd57522318df74c65060

show more ...


# 899c546e 22-Sep-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3215.1.63
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050922205745|53577
ChangeSet
1.3215.1.63 05/09/22 15:57:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Merge bk://petsc@pe

bk-changeset-1.3215.1.63
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050922205745|53577
ChangeSet
1.3215.1.63 05/09/22 15:57:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-release-2.3.0
into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-2.3.0


Hg-commit: 30546aa5c80a251668adf41aedf43089b24c038e

show more ...


1...<<21222324252627282930>>...40