History log of /petsc/src/mat/impls/shell/shell.c (Results 451 – 475 of 630)
Revision Date Author Comments
# 207126cb 23-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers

Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700


# c8bd6e5f 16-Jul-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c4969b3e49aba238a2404a9268d8f3e851f78d30


# 35d520bf 15-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

added faq for inverting matrix and forming Schur complement

Hg-commit: 4cf924168a424faba9df775a8cb407a53836d096


# 392a8661 26-Jun-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 41800043acaea4edc1ffe515ad0d33298e6b8178


# a313700d 24-Jun-2008 Barry Smith <bsmith@mcs.anl.gov>

moved the const out of XXType definitions and into the Set and Get Methods

Hg-commit: d4d9a237045a151847ef3121b00df73d952d0999


# d3961cc3 23-Apr-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: fa3e6714ee07a74a50771a91df7da838e348b8a6


# 4aa34b0a 23-Apr-2008 Barry Smith <bsmith@mcs.anl.gov>

error message when binary viewing mpidense matrix but have not set PETSC_VIEWER_BINARY_NATIVE
docs for MatShellSetOperation() say must return 0 on return

Hg-commit: 8699883c0d648218c56a47cda79ff5898

error message when binary viewing mpidense matrix but have not set PETSC_VIEWER_BINARY_NATIVE
docs for MatShellSetOperation() say must return 0 on return

Hg-commit: 8699883c0d648218c56a47cda79ff5898d508418

show more ...


# 3be44c43 18-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


# 823e7f9c 30-Jul-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 87e316ba2724836f5390b8c890f9dee19e9c35ea


# 0802e0e8 10-Jul-2007 bcordonn <bcordonn@hookshot.mcs.anl.gov>

Commit after a merge

Hg-commit: 27d386e23e9f55709fe4259d452de253e8d187ea


# d0051c2c 07-Jul-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6fb2e2031f541698c18b941059a70518bfdac344


# 2ef6adf6 06-Jul-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 1c3afdd77376c2f1a3f6c814cb3554fcc98760b5


# 38f2d2fd 06-Jul-2007 Lisandro Dalcin <dalcinl@gmail.com>

initial changes for better memory loggin on objects

Hg-commit: 0ef7914e13d41d173ef1ba2552c26bd9f41bc807


# 4ab79f74 06-Mar-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: b66158ae56936dbc51c53435e2a067b4ce824630


# 6148ca0d 06-Mar-2007 Barry Smith <bsmith@mcs.anl.gov>

revised the design of PetscMap....
should fix petsc-maint 15893

Hg-commit: c45a79cbc7d588b27e55b535c0cbb18777095c43


# 9dfb5993 11-Jan-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 5b002539f7bb6e94c232479a607bbe05d6885922


# f61bfb57 27-Nov-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 88fee7d2fa183025fe76764cedd4a71dffcdf185


# b9147fbb 23-Nov-2006 dalcinl <dalcinl@trantor.ceride.gov.ar>

moved many implementation headers to include/private

Hg-commit: aa99826eaac01bf46b6b3b0207d0ecd69d3393cb


# 12279481 31-Jul-2006 emppter <emppter@pbrune>

merge



Hg-commit: 445855cec72d274853746c763d0a7ba017f3fea1


# 86406e2e 31-Jul-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 0a3d3017dd69cce84140ceaa2bbc517050c8d323


# 17667f90 30-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

Cleanup of MatConvert....
Removal of special AIJ matrix type
Moved setting the matrix type_name from MatSetType() to each MatCreate_

Pretty messy stuff, not tested for external packages
probably l

Cleanup of MatConvert....
Removal of special AIJ matrix type
Moved setting the matrix type_name from MatSetType() to each MatCreate_

Pretty messy stuff, not tested for external packages
probably lots of broken stuff

Hg-commit: 4d6c1df13f9fa0d93bc9d5bb964240852547fe7b

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


# 899cda47 21-Jan-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3935.1.3
barrysmith@barry-smiths-computer.local|ChangeSet|20060121004113|25583
ChangeSet
1.3935.1.3 06/01/20 18:41:13 barrysmith@barry-smiths-computer.local +77 -0
Many files:

bk-changeset-1.3935.1.3
barrysmith@barry-smiths-computer.local|ChangeSet|20060121004113|25583
ChangeSet
1.3935.1.3 06/01/20 18:41:13 barrysmith@barry-smiths-computer.local +77 -0
Many files:
removed matrix record n,N,m,M,owners etc use those in the map

src/vec/vec/interface/vector.c
1.155 06/01/20 18:34:32 barrysmith@barry-smiths-computer.local +1 -2
removed matrix record n,N,m,M,owners etc use those in the map

src/vec/vec/impls/seq/bvec2.c
1.82 06/01/20 18:34:31 barrysmith@barry-smiths-computer.local +3 -1
removed matrix record n,N,m,M,owners etc use those in the map

src/vec/vec/impls/mpi/pmap.c
1.20 06/01/20 18:34:30 barrysmith@barry-smiths-computer.local +5 -3
removed matrix record n,N,m,M,owners etc use those in the map

src/vec/vec/impls/mpi/pbvec.c
1.45 06/01/20 18:34:30 barrysmith@barry-smiths-computer.local +2 -6
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/utils/gcreate.c
1.47 06/01/20 18:32:51 barrysmith@barry-smiths-computer.local +12 -11
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/utils/compressedrow.c
1.16 06/01/20 18:32:50 barrysmith@barry-smiths-computer.local +2 -2
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/order/sorder.c
1.24 06/01/20 18:32:48 barrysmith@barry-smiths-computer.local +1 -1
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/interface/matrix.c
1.210 06/01/20 18:32:44 barrysmith@barry-smiths-computer.local +83 -83
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/interface/matreg.c
1.27 06/01/20 18:32:43 barrysmith@barry-smiths-computer.local +1 -1
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/shell/shellcnv.c
1.21 06/01/20 18:32:42 barrysmith@barry-smiths-computer.local +1 -1
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/shell/shell.c
1.38 06/01/20 18:32:42 barrysmith@barry-smiths-computer.local +5 -7
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/sbaij/seq/sbaijfact2.c
1.68 06/01/20 18:32:41 barrysmith@barry-smiths-computer.local +10 -11
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/sbaij/seq/sbaijfact.c
1.94 06/01/20 18:32:41 barrysmith@barry-smiths-computer.local +8 -8
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/sbaij/seq/sbaij2.c
1.43 06/01/20 18:32:40 barrysmith@barry-smiths-computer.local +38 -38
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/sbaij/seq/sbaij.c
1.156 06/01/20 18:32:40 barrysmith@barry-smiths-computer.local +39 -41
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/sbaij/seq/aijsbaij.c
1.29 06/01/20 18:32:40 barrysmith@barry-smiths-computer.local +8 -8
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/sbaij/mpi/sbaijov.c
1.42 06/01/20 18:32:38 barrysmith@barry-smiths-computer.local +4 -4
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/sbaij/mpi/mpisbaij.h
1.18 06/01/20 18:32:37 barrysmith@barry-smiths-computer.local +0 -1
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/sbaij/mpi/mpisbaij.c
1.139 06/01/20 18:32:37 barrysmith@barry-smiths-computer.local +89 -101
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/sbaij/mpi/mmsbaij.c
1.38 06/01/20 18:32:37 barrysmith@barry-smiths-computer.local +12 -12
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/rowbs/mpi/mpirowbs.c
1.84 06/01/20 18:32:36 barrysmith@barry-smiths-computer.local +2 -10
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/normal/normm.c
1.13 06/01/20 18:32:35 barrysmith@barry-smiths-computer.local +8 -8
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/maij/maij.c
1.44 06/01/20 18:32:35 barrysmith@barry-smiths-computer.local +62 -62
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/lrc/lrc.c
1.3 06/01/20 18:32:35 barrysmith@barry-smiths-computer.local +6 -6
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/is/matis.c
1.27 06/01/20 18:32:34 barrysmith@barry-smiths-computer.local +4 -6
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/dense/seq/dense.c
1.93 06/01/20 18:32:33 barrysmith@barry-smiths-computer.local +124 -128
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/dense/mpi/mpidense.h
1.10 06/01/20 18:32:32 barrysmith@barry-smiths-computer.local +3 -6
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/dense/mpi/mpidense.c
1.73 06/01/20 18:32:32 barrysmith@barry-smiths-computer.local +55 -76
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/dense/mpi/mmdense.c
1.19 06/01/20 18:32:32 barrysmith@barry-smiths-computer.local +15 -15
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/csr/inode/inode2.c
1.5 06/01/20 18:32:31 barrysmith@barry-smiths-computer.local +1 -1
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/csr/inode/inode.c
1.58 06/01/20 18:32:31 barrysmith@barry-smiths-computer.local +14 -14
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/bdiag/seq/bdiag3.c
1.29 06/01/20 18:32:30 barrysmith@barry-smiths-computer.local +29 -29
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/bdiag/seq/bdiag2.c
1.28 06/01/20 18:32:30 barrysmith@barry-smiths-computer.local +22 -22
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/bdiag/seq/bdiag.c
1.56 06/01/20 18:32:30 barrysmith@barry-smiths-computer.local +27 -28
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/bdiag/seq/bdfact.c
1.20 06/01/20 18:32:29 barrysmith@barry-smiths-computer.local +17 -17
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/bdiag/mpi/mpibdiag.h
1.11 06/01/20 18:32:29 barrysmith@barry-smiths-computer.local +0 -2
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/bdiag/mpi/mpibdiag.c
1.55 06/01/20 18:32:29 barrysmith@barry-smiths-computer.local +47 -65
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/bdiag/mpi/mmbdiag.c
1.11 06/01/20 18:32:28 barrysmith@barry-smiths-computer.local +4 -4
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/baij/seq/baijfact4.c
1.16 06/01/20 18:32:26 barrysmith@barry-smiths-computer.local +1 -1
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/baij/seq/baijfact3.c
1.29 06/01/20 18:32:25 barrysmith@barry-smiths-computer.local +2 -2
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/baij/seq/baijfact2.c
1.55 06/01/20 18:32:25 barrysmith@barry-smiths-computer.local +40 -40
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/baij/seq/baijfact.c
1.39 06/01/20 18:32:24 barrysmith@barry-smiths-computer.local +6 -6
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/baij/seq/baij2.c
1.38 06/01/20 18:32:24 barrysmith@barry-smiths-computer.local +27 -27
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/baij/seq/baij.c
1.144 06/01/20 18:32:24 barrysmith@barry-smiths-computer.local +61 -62
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/baij/seq/aijbaij.c
1.26 06/01/20 18:32:23 barrysmith@barry-smiths-computer.local +4 -4
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/baij/mpi/mpibaij.h
1.20 06/01/20 18:32:23 barrysmith@barry-smiths-computer.local +2 -4
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/baij/mpi/mpibaij.c
1.108 06/01/20 18:32:22 barrysmith@barry-smiths-computer.local +100 -119
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/baij/mpi/mmbaij.c
1.28 06/01/20 18:32:22 barrysmith@barry-smiths-computer.local +8 -8
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/baij/mpi/baijov.c
1.37 06/01/20 18:32:21 barrysmith@barry-smiths-computer.local +17 -17
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/seq/csrperm/csrperm.c
1.27 06/01/20 18:32:18 barrysmith@barry-smiths-computer.local +3 -3
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/seq/symtranspose.c
1.14 06/01/20 18:32:17 barrysmith@barry-smiths-computer.local +3 -3
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/seq/matptap.c
1.87 06/01/20 18:32:17 barrysmith@barry-smiths-computer.local +2 -2
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/seq/crl/crl.c
1.17 06/01/20 18:32:17 barrysmith@barry-smiths-computer.local +2 -2
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/seq/matpapt.c
1.46 06/01/20 18:32:16 barrysmith@barry-smiths-computer.local +2 -2
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/seq/matmatmult.c
1.91 06/01/20 18:32:15 barrysmith@barry-smiths-computer.local +5 -5
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/seq/fdaij.c
1.17 06/01/20 18:32:15 barrysmith@barry-smiths-computer.local +5 -5
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/seq/aijfact.c
1.129 06/01/20 18:32:14 barrysmith@barry-smiths-computer.local +20 -20
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/seq/aij.c
1.250 06/01/20 18:32:14 barrysmith@barry-smiths-computer.local +106 -106
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/mpi/mpiptap.c
1.25 06/01/20 18:32:12 barrysmith@barry-smiths-computer.local +24 -22
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/mpi/mpiov.c
1.41 06/01/20 18:32:12 barrysmith@barry-smiths-computer.local +46 -46
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/mpi/crl/mcrl.c
1.10 06/01/20 18:32:12 barrysmith@barry-smiths-computer.local +5 -5
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/mpi/mpimatmatmult.c
1.10.1.1 06/01/20 18:32:11 barrysmith@barry-smiths-computer.local +5 -6
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/mpi/mpiaij.h
1.38.1.1 06/01/20 18:32:11 barrysmith@barry-smiths-computer.local +0 -3
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/mpi/mpiaij.c
1.264 06/01/20 18:32:11 barrysmith@barry-smiths-computer.local +166 -182
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/mpi/mmaij.c
1.29 06/01/20 18:32:10 barrysmith@barry-smiths-computer.local +18 -18
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/aij/mpi/fdmpiaij.c
1.17 06/01/20 18:32:10 barrysmith@barry-smiths-computer.local +6 -6
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/adj/mpi/mpiadj.h
1.7 06/01/20 18:32:09 barrysmith@barry-smiths-computer.local +0 -2
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/adj/mpi/mpiadj.c
1.53 06/01/20 18:32:09 barrysmith@barry-smiths-computer.local +16 -33
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/impls/adic/matadic.c
1.39 06/01/20 18:32:09 barrysmith@barry-smiths-computer.local +5 -5
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/examples/tests/ex5.c
1.13 06/01/20 18:31:54 barrysmith@barry-smiths-computer.local +3 -1
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/matimpl.h
1.96 06/01/20 18:31:48 barrysmith@barry-smiths-computer.local +0 -3
removed matrix record n,N,m,M,owners etc use those in the map

src/mat/color/color.c
1.28 06/01/20 18:31:48 barrysmith@barry-smiths-computer.local +1 -1
removed matrix record n,N,m,M,owners etc use those in the map

src/ksp/pc/impls/tfs/tfs.c
1.8 06/01/20 18:31:47 barrysmith@barry-smiths-computer.local +12 -12
removed matrix record n,N,m,M,owners etc use those in the map

src/ksp/pc/impls/pbjacobi/pbjacobi.c
1.22 06/01/20 18:31:43 barrysmith@barry-smiths-computer.local +2 -2
removed matrix record n,N,m,M,owners etc use those in the map

src/ksp/ksp/examples/tests/ex24.c
1.17 06/01/20 18:31:09 barrysmith@barry-smiths-computer.local +11 -4
removed matrix record n,N,m,M,owners etc use those in the map

src/dm/ao/interface/ao.c
1.20 06/01/20 18:30:20 barrysmith@barry-smiths-computer.local +1 -1
removed matrix record n,N,m,M,owners etc use those in the map

include/private/vecimpl.h
1.52 06/01/20 18:29:32 barrysmith@barry-smiths-computer.local +1 -1
removed matrix record n,N,m,M,owners etc use those in the map


Hg-commit: 7659d1c0e1f940ea0662bf3c3aa453f50fcda5da

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


# 2314cc81 30-Nov-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3811
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051130190850|22990
ChangeSet
1.3811 05/11/30 13:08:50 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits

bk-changeset-1.3811
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051130190850|22990
ChangeSet
1.3811 05/11/30 13:08: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: 8757f40437f44a9cd41ddeba45f6fd39571864b4

show more ...


1...<<11121314151617181920>>...26