History log of /petsc/src/mat/impls/aij/mpi/mpimatmatmult.c (Results 626 – 634 of 634)
Revision Date Author Comments
# a8f6a763 27-Oct-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.2632.1.1
hzhang@harley.mcs.anl.gov|ChangeSet|20041027194410|07241
ChangeSet
1.2632.1.1 04/10/27 14:44:10 hzhang@harley.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev

bk-changeset-1.2632.1.1
hzhang@harley.mcs.anl.gov|ChangeSet|20041027194410|07241
ChangeSet
1.2632.1.1 04/10/27 14:44:10 hzhang@harley.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into harley.mcs.anl.gov:/sandbox/hzhang/petsc-dev


Hg-commit: 801be2a81465823bca52b62cecd3b5f659d0b5a0

show more ...


# 4a7f9380 27-Oct-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.2629.7.9
hzhang@harley.mcs.anl.gov|ChangeSet|20041027194344|08931
ChangeSet
1.2629.7.9 04/10/27 14:43:44 hzhang@harley.mcs.anl.gov +6 -0
fix bug and memory leak as reported by nigh

bk-changeset-1.2629.7.9
hzhang@harley.mcs.anl.gov|ChangeSet|20041027194344|08931
ChangeSet
1.2629.7.9 04/10/27 14:43:44 hzhang@harley.mcs.anl.gov +6 -0
fix bug and memory leak as reported by nightly tests

src/mat/utils/convert.c
1.13 04/10/27 14:43:42 hzhang@harley.mcs.anl.gov +1 -1
code cleanup to remove complains from the nightly tests
'Conditional jump or move depends on uninitialised value(s)'

src/mat/impls/baij/seq/aijbaij.c
1.15 04/10/27 14:43:42 hzhang@harley.mcs.anl.gov +2 -2
code cleanup to remove complains from the nightly tests
'Conditional jump or move depends on uninitialised value(s)'

src/mat/impls/aij/mpi/mpiptap.c
1.13 04/10/27 14:43:42 hzhang@harley.mcs.anl.gov +2 -1
fix memory leak

src/mat/impls/aij/mpi/mpimatmatmult.c
1.5 04/10/27 14:43:42 hzhang@harley.mcs.anl.gov +4 -2
fix memory leak

src/mat/impls/aij/mpi/mpiaij.h
1.32 04/10/27 14:43:42 hzhang@harley.mcs.anl.gov +1 -0
fix memory leak

src/mat/impls/aij/aij/aijtype.c
1.7 04/10/27 14:43:42 hzhang@harley.mcs.anl.gov +3 -11
code cleanup to remove complains from the nightly tests
'Conditional jump or move depends on uninitialised value(s)'


Hg-commit: 4da45f2641ba2d19bef53c1a544ef240daf31ef5

show more ...


# 71044d3c 13-Sep-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2527
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040913202651|61226
ChangeSet
1.2527 04/09/13 15:26:51 barrysmith@barrysmith-57.mcs.anl.gov +64 -0
PetscNew() now zeros memory

bk-changeset-1.2527
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040913202651|61226
ChangeSet
1.2527 04/09/13 15:26:51 barrysmith@barrysmith-57.mcs.anl.gov +64 -0
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/vec/utils/vpscat.c
1.34 04/09/13 15:26:48 barrysmith@barrysmith-57.mcs.anl.gov +0 -8
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/aij/seq/aij.c
1.183 04/09/13 15:26:48 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/ilu/ilu.c
1.42 04/09/13 15:26:48 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/vec/impls/seq/bvec2.c
1.57 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -3
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/vec/impls/seq/bvec1.c
1.10 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +5 -5
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/vec/impls/mpi/pvec2.c
1.15 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/vec/impls/mpi/pbvec.c
1.30 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ts/impls/implicit/pvode/petscpvode.c
1.28 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ts/impls/implicit/cn/cn.c
1.19 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ts/impls/implicit/beuler/beuler.c
1.21 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ts/impls/explicit/euler/euler.c
1.11 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/sys/src/utils/pdisplay.c
1.20 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/sys/src/utils/memc.c
1.22 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/sys/src/error/stack.c
1.13 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/sys/src/draw/impls/x/xops.c
1.23 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/sys/src/draw/impls/x/text.c
1.9 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/snes/interface/noise/snesnoise.c
1.14 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/snes/interface/noise/snesmfj2.c
1.22 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/shell/shell.c
1.24 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/sbaij/seq/sbaij2.c
1.31 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/sbaij/seq/sbaij.c
1.118 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/sbaij/mpi/mpisbaij.c
1.105 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/maij/maij.c
1.24 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/is/matis.c
1.19 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/feti/feti.c
1.3 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/dense/seq/dense.c
1.66 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +21 -22
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/dense/mpi/mpidense.c
1.51 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/bdiag/seq/bdiag.c
1.44 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -3
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/baij/seq/baij2.c
1.26 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/baij/seq/baij.c
1.100.1.2 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/baij/mpi/mpibaij.c
1.77 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.64 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/aij/seq/spooles/spooles.c
1.100 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/aij/mpi/mpiptap.c
1.12 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/aij/mpi/mpimatmatmult.c
1.4 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/aij/mpi/mpiaij.c
1.212 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -3
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/adj/mpi/mpiadj.c
1.39 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/adic/matadic.c
1.29 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/utils/damg.c
1.41 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/tfs/xyt.c
1.15 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +6 -6
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/tfs/xxt.c
1.15 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +6 -6
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/tfs/gs.c
1.20 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/redundant/redundant.c
1.21 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/ml/ml.c
1.6 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -3
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/mg/mg.c
1.39 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/is/feti/fetipc.c
1.3 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/hypre/hyppilut.c
1.59 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.15 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/asm/asm.c
1.39 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/interface/eige.c
1.21 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/impls/lgmres/lgmres.c
1.32 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/impls/gmres/gmres.c
1.50 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/impls/gmres/gmreig.c
1.15 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +5 -5
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/impls/fgmres/fgmres.c
1.37 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/impls/cgne/cgne.c
1.21 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/impls/cg/cg.c
1.29 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/impls/bcgsl/bcgsl.c
1.17 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +13 -14
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/inline/ilu.h
1.14 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +10 -10
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/inline/dot.h
1.13 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/inline/axpy.h
1.14 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

maint/generateetags.py
1.4 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

include/petschead.h
1.41 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -3
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

include/petscblaslapack.h
1.12 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +241 -242
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

include/petsc.h
1.96 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/aij/seq/aij.c
1.182 04/09/13 14:58:56 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
*** empty log message ***

src/ksp/pc/impls/ilu/ilu.c
1.41 04/09/13 14:56:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
*** empty log message ***


Hg-commit: 03fb4ae0a31fea3f887c926814d30cec68df1938

show more ...


# 6a1ad774 21-Aug-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2474
barrysmith@barry-smiths-computer.local|ChangeSet|20040821035729|49029
ChangeSet
1.2474 04/08/20 22:57:29 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc.bkbits.n

bk-changeset-1.2474
barrysmith@barry-smiths-computer.local|ChangeSet|20040821035729|49029
ChangeSet
1.2474 04/08/20 22:57:29 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-config


Hg-commit: 60f086f0998fa0ae5f984c9456da1a753cc773d8

show more ...


# 9649163d 20-Aug-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.2468.1.13
hzhang@harley.mcs.anl.gov|ChangeSet|20040820150928|37671
ChangeSet
1.2468.1.13 04/08/20 10:09:28 hzhang@harley.mcs.anl.gov +3 -0
adopt high level interface function Petsc

bk-changeset-1.2468.1.13
hzhang@harley.mcs.anl.gov|ChangeSet|20040820150928|37671
ChangeSet
1.2468.1.13 04/08/20 10:09:28 hzhang@harley.mcs.anl.gov +3 -0
adopt high level interface function PetscObjectContainerDestroy()
instead of PetscObjectContainerDestroy_xxx()

src/mat/impls/aij/mpi/mpiptap.c
1.11 04/08/20 10:09:26 hzhang@harley.mcs.anl.gov +8 -2
adopt high level interface function PetscObjectContainerDestroy()
instead of PetscObjectContainerDestroy_xxx()

src/mat/impls/aij/mpi/mpimatmatmult.c
1.3 04/08/20 10:09:26 hzhang@harley.mcs.anl.gov +26 -27
adopt high level interface function PetscObjectContainerDestroy()
instead of PetscObjectContainerDestroy_xxx()

src/mat/impls/aij/mpi/mpiaij.h
1.31 04/08/20 10:09:26 hzhang@harley.mcs.anl.gov +1 -1
adopt high level interface function PetscObjectContainerDestroy()
instead of PetscObjectContainerDestroy_xxx()


Hg-commit: c8099b95eb99d16167608f5f797417dddcbcc4ce

show more ...


# 95fd45ae 02-Aug-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2366
Kris@mbuschel.|ChangeSet|20040802193030|53361
ChangeSet
1.2366 04/08/02 12:30:30 Kris@mbuschel. +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into mbuschel.:C:/home/Kris

bk-changeset-1.2366
Kris@mbuschel.|ChangeSet|20040802193030|53361
ChangeSet
1.2366 04/08/02 12:30:30 Kris@mbuschel. +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into mbuschel.:C:/home/Kris/petsc/petsc-dev

python/PETSc/packages/update.py
1.66 04/08/02 12:30:28 Kris@mbuschel. +0 -0
Auto merged


Hg-commit: 58e2d02a6d8cb642589bca781970293d3ba26d8f

show more ...


# f33d1a9a 22-Jul-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.2363.1.20
hzhang@harley.mcs.anl.gov|ChangeSet|20040722220707|28679
ChangeSet
1.2363.1.20 04/07/22 17:07:07 hzhang@harley.mcs.anl.gov +4 -0
fix bug and memory leak as reported by

bk-changeset-1.2363.1.20
hzhang@harley.mcs.anl.gov|ChangeSet|20040722220707|28679
ChangeSet
1.2363.1.20 04/07/22 17:07:07 hzhang@harley.mcs.anl.gov +4 -0
fix bug and memory leak as reported by
the nightly test on src/mat/examples/tests/ex94.c

src/mat/impls/aij/mpi/mpiptap.c
1.10 04/07/22 17:07:05 hzhang@harley.mcs.anl.gov +12 -38
rm matdestroy_mpiaij_ptap -
it does the same thing as
matdestroy_mpiaij_MatMatMult

src/mat/impls/aij/mpi/mpimatmatmult.c
1.2 04/07/22 17:07:05 hzhang@harley.mcs.anl.gov +35 -18
add new function: PetscObjectContainerDestroy_Mat_MatMatMultMPI()
to be used by mpi matmatmult and matptap.

src/mat/impls/aij/mpi/mpiaij.h
1.30 04/07/22 17:07:05 hzhang@harley.mcs.anl.gov +2 -0
add new function: PetscObjectContainerDestroy_Mat_MatMatMultMPI()
to be used by mpi matmatmult and matptap.

src/mat/impls/aij/mpi/mpiaij.c
1.199 04/07/22 17:07:05 hzhang@harley.mcs.anl.gov +5 -3
bug fix for MatGetLocalMat()


Hg-commit: fcc5de139b16e73d58b0f352f0af83a8e0aa9e1d

show more ...


# ab7fb797 01-Jul-2004 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2319
knepley@khan.mcs.anl.gov|ChangeSet|20040701042712|05964
ChangeSet
1.2319 04/06/30 23:27:12 knepley@khan.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into kh

bk-changeset-1.2319
knepley@khan.mcs.anl.gov|ChangeSet|20040701042712|05964
ChangeSet
1.2319 04/06/30 23:27:12 knepley@khan.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev


Hg-commit: e6c557ffdf561b3dcd331277deba27768bf14c25

show more ...


# 2499ec78 30-Jun-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.2316.1.1
hzhang@harley.mcs.anl.gov|ChangeSet|20040630161405|06515
ChangeSet
1.2316.1.1 04/06/30 11:14:05 hzhang@harley.mcs.anl.gov +3 -0
mv mpi functions in aij/seq/matmatmult.c to

bk-changeset-1.2316.1.1
hzhang@harley.mcs.anl.gov|ChangeSet|20040630161405|06515
ChangeSet
1.2316.1.1 04/06/30 11:14:05 hzhang@harley.mcs.anl.gov +3 -0
mv mpi functions in aij/seq/matmatmult.c to
new file aij/mpi/mpimatmatmult.c

src/mat/impls/aij/seq/matmatmult.c
1.82 04/06/30 11:14:04 hzhang@harley.mcs.anl.gov +1 -121
mv mpi functions in aij/seq/matmatmult.c to
new file aij/mpi/mpimatmatmult.c

src/mat/impls/aij/mpi/makefile
1.26 04/06/30 11:14:04 hzhang@harley.mcs.anl.gov +2 -2
mv mpi functions in aij/seq/matmatmult.c to
new file aij/mpi/mpimatmatmult.c

src/mat/impls/aij/mpi/mpimatmatmult.c
1.1 04/06/30 11:12:23 hzhang@harley.mcs.anl.gov +128 -0

src/mat/impls/aij/mpi/mpimatmatmult.c
1.0 04/06/30 11:12:22 hzhang@harley.mcs.anl.gov +0 -0
BitKeeper file /sandbox/hzhang/petsc-dev/src/mat/impls/aij/mpi/mpimatmatmult.c


Hg-commit: a9dcaf15c6dad7c166f1236f9e46f811e3aabf53

show more ...


1...<<212223242526