History log of /petsc/include/petscmat.h (Results 1826 – 1850 of 2308)
Revision Date Author Comments
# 0c451bc4 09-Mar-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2953.4.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050309203953|47482
ChangeSet
1.2953.4.1 05/03/09 14:39:53 barrysmith@barrysmith-57.mcs.anl.gov +15 -0
more polymorphic fun

bk-changeset-1.2953.4.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050309203953|47482
ChangeSet
1.2953.4.1 05/03/09 14:39:53 barrysmith@barrysmith-57.mcs.anl.gov +15 -0
more polymorphic functions
fixes for MPI.py due to breaks introduced by converting to use package.py
formating

src/vec/is/impls/general/general.c
1.23 05/03/09 14:39:50 barrysmith@barrysmith-57.mcs.anl.gov +10 -0
error checking for valid local sizes

src/vec/examples/tutorials/makefile
1.16 05/03/09 14:39:50 barrysmith@barrysmith-57.mcs.anl.gov +7 -1
more polymorphic tests

src/vec/examples/tutorials/ex17.c
1.3 05/03/09 14:39:50 barrysmith@barrysmith-57.mcs.anl.gov +6 -0
more polymorphic tests

src/sys/examples/tests/ex18.c
1.3 05/03/09 14:39:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
formating

src/mat/matimpl.h
1.78 05/03/09 14:39:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
new routines per petsc-maint 12696

src/mat/interface/matrix.c
1.170 05/03/09 14:39:50 barrysmith@barrysmith-57.mcs.anl.gov +25 -0
new routines per petsc-maint 12696

src/mat/examples/tutorials/ex6.c
1.2 05/03/09 14:39:50 barrysmith@barrysmith-57.mcs.anl.gov +14 -31
test of mat polymorphic functions

include/petscmat.h
1.171 05/03/09 14:39:50 barrysmith@barrysmith-57.mcs.anl.gov +86 -3
more polymorhphic funcstion

src/mat/impls/aij/seq/aijfact.c
1.112 05/03/09 14:39:49 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
%G formatting?

src/mat/examples/tutorials/makefile
1.21 05/03/09 14:39:49 barrysmith@barrysmith-57.mcs.anl.gov +13 -2
more examples

python/PETSc/packages/MPI.py
1.164.1.1 05/03/09 14:39:49 barrysmith@barrysmith-57.mcs.anl.gov +8 -12
handle MPIUni properly with call from package.py when --with-mpi=0
is used

python/PETSc/package.py
1.32.1.1 05/03/09 14:39:49 barrysmith@barrysmith-57.mcs.anl.gov +6 -0
allow calling something on package even with --with-packagename=0
needed for MPI

include/petscvec.h
1.67.1.1 05/03/09 14:39:49 barrysmith@barrysmith-57.mcs.anl.gov +6 -0
more C++ polymorphic functions

include/petsc.h
1.118.1.1 05/03/09 14:39:49 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
do not generate fortran stubs for petscpolymorphic...

include/petscmat.h
1.170 05/03/07 10:54:43 barrysmith@barry-smiths-computer.local +14 -0
whoops

src/mat/examples/tutorials/ex6.c
1.1 05/03/07 07:54:12 barrysmith@barry-smiths-computer.local +62 -0

src/mat/examples/tutorials/ex6.c
1.0 05/03/07 07:54:12 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/mat/examples/tutorials/ex6.c

src/vec/examples/tutorials/output/ex17_1.out
1.1 05/03/05 21:15:19 barrysmith@barry-smiths-computer.local +2 -0

src/vec/examples/tutorials/output/ex17_1.out
1.0 05/03/05 21:15:19 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/vec/examples/tutorials/output/ex17_1.out


Hg-commit: 8a24c66c5bd45cdf1646bf588909d052bec1bb4f

show more ...


# 34f3623c 29-Jan-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2878
barrysmith@barry-smiths-computer.local|ChangeSet|20050129173121|28380
ChangeSet
1.2878 05/01/29 11:31:21 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.2878
barrysmith@barry-smiths-computer.local|ChangeSet|20050129173121|28380
ChangeSet
1.2878 05/01/29 11:31:21 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: ad629154f9aa8d90a042a3484b359660d17bb7ef

show more ...


# a96a251d 29-Jan-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2872.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050129043039|34648
ChangeSet
1.2872.1.1 05/01/28 22:30:39 barrysmith@barry-smiths-computer.local +16 -0
use PetscMalloc3

bk-changeset-1.2872.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050129043039|34648
ChangeSet
1.2872.1.1 05/01/28 22:30:39 barrysmith@barry-smiths-computer.local +16 -0
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/mat/impls/sbaij/seq/sbaijfact2.c
1.57 05/01/28 22:30:35 barrysmith@barry-smiths-computer.local +2 -2
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/mat/impls/sbaij/seq/sbaijfact.c
1.83 05/01/28 22:30:35 barrysmith@barry-smiths-computer.local +2 -2
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/mat/impls/sbaij/seq/sbaij.c
1.134 05/01/28 22:30:35 barrysmith@barry-smiths-computer.local +15 -21
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/mat/impls/sbaij/mpi/mpisbaij.c
1.117 05/01/28 22:30:34 barrysmith@barry-smiths-computer.local +17 -21
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/mat/impls/baij/seq/baijfact3.c
1.20 05/01/28 22:30:34 barrysmith@barry-smiths-computer.local +1 -1
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/mat/impls/baij/seq/baijfact2.c
1.44 05/01/28 22:30:34 barrysmith@barry-smiths-computer.local +4 -5
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/mat/impls/baij/seq/baijfact.c
1.28 05/01/28 22:30:34 barrysmith@barry-smiths-computer.local +2 -2
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/mat/impls/baij/seq/baij.c
1.120 05/01/28 22:30:34 barrysmith@barry-smiths-computer.local +18 -26
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/mat/impls/baij/mpi/mpibaij.c
1.91 05/01/28 22:30:34 barrysmith@barry-smiths-computer.local +16 -19
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.39 05/01/28 22:30:34 barrysmith@barry-smiths-computer.local +12 -8
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/mat/impls/aij/seq/aijfact.c
1.110 05/01/28 22:30:34 barrysmith@barry-smiths-computer.local +9 -12
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/mat/impls/aij/seq/aij.c
1.210 05/01/28 22:30:34 barrysmith@barry-smiths-computer.local +17 -23
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/mat/impls/aij/mpi/mpiaij.c
1.232 05/01/28 22:30:33 barrysmith@barry-smiths-computer.local +16 -18
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/contrib/ysmp/ex1.c
1.6 05/01/28 22:30:33 barrysmith@barry-smiths-computer.local +3 -4
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

src/contrib/reusememory/reuse.c
1.4 05/01/28 22:30:33 barrysmith@barry-smiths-computer.local +1 -1
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix

include/petscmat.h
1.169 05/01/28 22:30:33 barrysmith@barry-smiths-computer.local +2 -0
use PetscMalloc3() for xxAIJ matrix a,i,j arrays
also introduce skipping allocation, needed for factorization build of matrix


Hg-commit: a6449f54f2533be70bc78abf6be9c8f1664afbbf

show more ...


# ff43f1e1 27-Dec-2004 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2823
knepley@khan.mcs.anl.gov|ChangeSet|20041227184524|03092
ChangeSet
1.2823 04/12/06 21:02:19 knepley@khan.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into kh

bk-changeset-1.2823
knepley@khan.mcs.anl.gov|ChangeSet|20041227184524|03092
ChangeSet
1.2823 04/12/06 21:02:19 knepley@khan.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev

include/petscmath.h
1.25 04/12/06 21:02:17 knepley@khan.mcs.anl.gov +0 -0
Auto merged


Hg-commit: d9a23f3f6ba72ee627446f6648bb36a3d0345c22

show more ...


# 46129b97 22-Dec-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2821.1.25
Kris@p4buschel.|ChangeSet|20041222124633|37459
ChangeSet
1.2821.1.25 04/12/22 04:46:33 Kris@p4buschel. +8 -0
Isolate MAT API from PC and SNES.
Move MatSeqBAIJInvertBloc

bk-changeset-1.2821.1.25
Kris@p4buschel.|ChangeSet|20041222124633|37459
ChangeSet
1.2821.1.25 04/12/22 04:46:33 Kris@p4buschel. +8 -0
Isolate MAT API from PC and SNES.
Move MatSeqBAIJInvertBlockDiagonal out of petscpc.h
Move MATSNESMFCTX_COOKIE and associated Mult event into libpetscsnes

src/snes/mf/snesmfj.c
1.49 04/12/22 04:46:31 Kris@p4buschel. +5 -2
Isolate MAT API from PC and SNES.
Move MATSNESMFCTX_COOKIE and associated Mult event into libpetscsnes

src/snes/interface/noise/snesmfj2.c
1.25 04/12/22 04:46:31 Kris@p4buschel. +2 -2
Isolate MAT API from PC and SNES.
Move MATSNESMFCTX_COOKIE and associated Mult event into libpetscsnes

src/snes/interface/dlregis.c
1.20 04/12/22 04:46:31 Kris@p4buschel. +1 -0
Isolate MAT API from PC and SNES.
Move MATSNESMFCTX_COOKIE and associated Mult event into libpetscsnes

src/mat/interface/matrix.c
1.165 04/12/22 04:46:31 Kris@p4buschel. +1 -2
Isolate MAT API from PC and SNES.
Move MATSNESMFCTX_COOKIE and associated Mult event into libpetscsnes

src/mat/interface/dlregis.c
1.29 04/12/22 04:46:31 Kris@p4buschel. +0 -1
Isolate MAT API from PC and SNES.
Move MATSNESMFCTX_COOKIE and associated Mult event into libpetscsnes

src/mat/impls/baij/seq/baij.c
1.119 04/12/22 04:46:31 Kris@p4buschel. +2 -2
Isolate MAT API from PC and SNES.
Move MatSeqBAIJInvertBlockDiagonal out of petscpc.h

include/petscsnes.h
1.36 04/12/22 04:46:30 Kris@p4buschel. +2 -1
Isolate MAT API from PC and SNES.
Move MATSNESMFCTX_COOKIE and associated Mult event into libpetscsnes

include/petscmat.h
1.168 04/12/22 04:46:30 Kris@p4buschel. +1 -2
Isolate MAT API from PC and SNES.
Move MatSeqBAIJInvertBlockDiagonal out of petscpc.h
Move MATSNESMFCTX_COOKIE and associated Mult event into libpetscsnes


Hg-commit: 994105c4557c7aa2a4140725c7787c62adf667d0

show more ...


# de7579db 22-Dec-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2821.1.23
Kris@p4buschel.|ChangeSet|20041222115158|49115
ChangeSet
1.2821.1.23 04/12/22 03:51:58 Kris@p4buschel. +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.

bk-changeset-1.2821.1.23
Kris@p4buschel.|ChangeSet|20041222115158|49115
ChangeSet
1.2821.1.23 04/12/22 03:51:58 Kris@p4buschel. +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/Kris/petsc/hong-dev

src/mat/impls/baij/seq/baij.c
1.118 04/12/22 03:51:57 Kris@p4buschel. +0 -0
Auto merged

include/petscmat.h
1.167 04/12/22 03:51:57 Kris@p4buschel. +0 -0
Auto merged


Hg-commit: fe83a850911b4f07e2f4ddeb845c0d2ceae453eb

show more ...


# be1d678a 22-Dec-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2821.9.1
Kris@p4buschel.|ChangeSet|20041222115123|41198
ChangeSet
1.2821.9.1 04/12/22 03:51:23 Kris@p4buschel. +163 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

bk-changeset-1.2821.9.1
Kris@p4buschel.|ChangeSet|20041222115123|41198
ChangeSet
1.2821.9.1 04/12/22 03:51:23 Kris@p4buschel. +163 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/zerodiag.c
1.14 04/12/22 03:51:15 Kris@p4buschel. +4 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/ptap.c
1.2 04/12/22 03:51:15 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/multequal.c
1.6 04/12/22 03:51:15 Kris@p4buschel. +5 -4
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/matstash.c
1.14 04/12/22 03:51:15 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/matioall.c
1.34 04/12/22 03:51:15 Kris@p4buschel. +4 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/matio.c
1.24 04/12/22 03:51:15 Kris@p4buschel. +3 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/getcolv.c
1.11 04/12/22 03:51:15 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/gcreate.c
1.38 04/12/22 03:51:15 Kris@p4buschel. +4 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/freespace.c
1.6 04/12/22 03:51:15 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/convert.c
1.19 04/12/22 03:51:15 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/compressedrow.c
1.11 04/12/22 03:51:14 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/axpy.c
1.22 04/12/22 03:51:14 Kris@p4buschel. +6 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/partition/spartition.c
1.9 04/12/22 03:51:14 Kris@p4buschel. +10 -9
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/partition/partition.c
1.30 04/12/22 03:51:14 Kris@p4buschel. +19 -18
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/partition/impls/scotch/scotch.c
1.16 04/12/22 03:51:14 Kris@p4buschel. +11 -9
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/partition/impls/pmetis/pmetis.c
1.23 04/12/22 03:51:14 Kris@p4buschel. +3 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/partition/impls/party/party.c
1.13 04/12/22 03:51:14 Kris@p4buschel. +7 -6
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/partition/impls/jostle/jostle.c
1.11 04/12/22 03:51:14 Kris@p4buschel. +4 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/partition/impls/chaco/chaco.c
1.15 04/12/22 03:51:14 Kris@p4buschel. +8 -7
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/sregis.c
1.10 04/12/22 03:51:14 Kris@p4buschel. +9 -8
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/sprcm.c
1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/spqmd.c
1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/spnd.c
1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/spinver.c
1.6 04/12/22 03:51:14 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/sp1wd.c
1.9 04/12/22 03:51:14 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/sorder.c
1.21 04/12/22 03:51:13 Kris@p4buschel. +7 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/rootls.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/rcm.c
1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/qmdupd.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/qmdrch.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/qmdqt.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/qmdmrg.c
1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/genrcm.c
1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/genqmd.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/gennd.c
1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/gen1wd.c
1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/fnroot.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/fndsep.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/fn1wd.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/degree.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/matfd/fdmatrix.c
1.30 04/12/22 03:51:13 Kris@p4buschel. +16 -14
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/interface/mhas.c
1.9 04/12/22 03:51:12 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/interface/matrix.c
1.164 04/12/22 03:51:12 Kris@p4buschel. +121 -121
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/interface/matregis.c
1.40 04/12/22 03:51:12 Kris@p4buschel. +37 -36
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/interface/matreg.c
1.21 04/12/22 03:51:12 Kris@p4buschel. +6 -4
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/interface/matnull.c
1.19 04/12/22 03:51:12 Kris@p4buschel. +7 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/interface/dlregis.c
1.28 04/12/22 03:51:12 Kris@p4buschel. +3 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/shell/shellcnv.c
1.16 04/12/22 03:51:12 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/shell/shell.c
1.28 04/12/22 03:51:12 Kris@p4buschel. +8 -6
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sro.c
1.11 04/12/22 03:51:12 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.60 04/12/22 03:51:12 Kris@p4buschel. +5 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact9.c
1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact8.c
1.9 04/12/22 03:51:12 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact7.c
1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact6.c
1.11 04/12/22 03:51:12 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact5.c
1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact4.c
1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact3.c
1.10 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact2.c
1.56 04/12/22 03:51:11 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact12.c
1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact11.c
1.10 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact10.c
1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact.c
1.82 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaij2.c
1.37 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaij.c
1.133 04/12/22 03:51:11 Kris@p4buschel. +12 -10
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/aijsbaij.c
1.26 04/12/22 03:51:11 Kris@p4buschel. +11 -4
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.48 04/12/22 03:51:11 Kris@p4buschel. +5 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/mpi/sbaijov.c
1.40 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/mpi/mpisbaij.c
1.116 04/12/22 03:51:11 Kris@p4buschel. +9 -8
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/mpi/mmsbaij.c
1.33 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/rowbs/mpi/mpirowbs.c
1.67 04/12/22 03:51:10 Kris@p4buschel. +7 -6
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/rowbs/mpi/iccbs.c
1.8 04/12/22 03:51:10 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/rowbs/mpi/cholbs.c
1.13 04/12/22 03:51:10 Kris@p4buschel. +9 -8
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/normal/normm.c
1.9 04/12/22 03:51:10 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/maij/maij.c
1.36 04/12/22 03:51:10 Kris@p4buschel. +13 -7
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/is/matis.c
1.21 04/12/22 03:51:10 Kris@p4buschel. +5 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/hypre/mhyp.c
1.9 04/12/22 03:51:10 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/dense/seq/dense.c
1.73 04/12/22 03:51:10 Kris@p4buschel. +7 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/dense/mpi/mpidense.c
1.55 04/12/22 03:51:10 Kris@p4buschel. +8 -6
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/dense/mpi/mmdense.c
1.16 04/12/22 03:51:10 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/csr/inode/inode2.c
1.4 04/12/22 03:51:10 Kris@p4buschel. +9 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/csr/inode/inode.c
1.50 04/12/22 03:51:10 Kris@p4buschel. +6 -4
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/bdiag/seq/bdiag3.c
1.25 04/12/22 03:51:10 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/bdiag/seq/bdiag2.c
1.24 04/12/22 03:51:10 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/bdiag/seq/bdiag.c
1.48 04/12/22 03:51:09 Kris@p4buschel. +5 -4
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/bdiag/seq/bdfact.c
1.19 04/12/22 03:51:09 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/bdiag/mpi/mpibdiag.c
1.47 04/12/22 03:51:09 Kris@p4buschel. +9 -7
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/bdiag/mpi/mmbdiag.c
1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgefa7.c
1.12 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgefa6.c
1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgefa5.c
1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgefa4.c
1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgefa3.c
1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgefa2.c
1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgefa.c
1.13 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgedi.c
1.7 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact9.c
1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact8.c
1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact7.c
1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact6.c
1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact5.c
1.11 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact4.c
1.15 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact3.c
1.19 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact2.c
1.43 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact14.c
1.10 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact13.c
1.11 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact12.c
1.23 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact11.c
1.12 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact10.c
1.10 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact.c
1.27 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baij2.c
1.31 04/12/22 03:51:08 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baij.c
1.116.1.1 04/12/22 03:51:08 Kris@p4buschel. +16 -12
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/aijbaij.c
1.22 04/12/22 03:51:08 Kris@p4buschel. +3 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/mpi/mpibaij.c
1.90 04/12/22 03:51:08 Kris@p4buschel. +18 -15
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/mpi/mmbaij.c
1.26 04/12/22 03:51:08 Kris@p4buschel. +4 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.67 04/12/22 03:51:07 Kris@p4buschel. +7 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/mpi/baijov.c
1.27 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/unary.c
1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/umfpack/umfpack.c
1.43 04/12/22 03:51:07 Kris@p4buschel. +4 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/symtranspose.c
1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/superlu/superlu.c
1.76 04/12/22 03:51:07 Kris@p4buschel. +6 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/spooles/spoolesOptions.c
1.32 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/spooles/spooles.c
1.104 04/12/22 03:51:07 Kris@p4buschel. +6 -4
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/spooles/aijspooles.c
1.38 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/matptap.c
1.84 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/matpapt.c
1.44 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/matmatmult.c
1.85 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.38 04/12/22 03:51:07 Kris@p4buschel. +7 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/lusol/lusol.c
1.37 04/12/22 03:51:07 Kris@p4buschel. +5 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/ilut.c
1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/ij.c
1.8 04/12/22 03:51:06 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/fdaij.c
1.16 04/12/22 03:51:06 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/essl/essl.c
1.37 04/12/22 03:51:06 Kris@p4buschel. +4 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/dxml/dxml.c
1.8 04/12/22 03:51:06 Kris@p4buschel. +3 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/aijfact.c
1.109 04/12/22 03:51:06 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/aij.h
1.51 04/12/22 03:51:06 Kris@p4buschel. +3 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/aij.c
1.207 04/12/22 03:51:06 Kris@p4buschel. +13 -12
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.106 04/12/22 03:51:06 Kris@p4buschel. +5 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.73 04/12/22 03:51:06 Kris@p4buschel. +4 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
1.31 04/12/22 03:51:06 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mumps/mumps.c
1.85 04/12/22 03:51:06 Kris@p4buschel. +8 -7
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mpiptap.c
1.17 04/12/22 03:51:06 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mpiov.c
1.31 04/12/22 03:51:06 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mpimatmatmult.c
1.7 04/12/22 03:51:06 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mpiaijpc.c
1.6 04/12/22 03:51:06 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mpiaij.h
1.35 04/12/22 03:51:05 Kris@p4buschel. +2 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mpiaij.c
1.228 04/12/22 03:51:05 Kris@p4buschel. +20 -19
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mmaij.c
1.22 04/12/22 03:51:05 Kris@p4buschel. +3 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/fdmpiaij.c
1.13 04/12/22 03:51:05 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/aij/aijtype.c
1.11 04/12/22 03:51:05 Kris@p4buschel. +12 -10
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/adj/mpi/mpiadj.c
1.46 04/12/22 03:51:05 Kris@p4buschel. +7 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/adic/nladic.c
1.9 04/12/22 03:51:05 Kris@p4buschel. +7 -7
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/adic/matadic.c
1.30 04/12/22 03:51:05 Kris@p4buschel. +11 -10
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/slo.c
1.8 04/12/22 03:51:05 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/setr.c
1.7 04/12/22 03:51:05 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/seq.c
1.7 04/12/22 03:51:05 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/scolor.c
1.8 04/12/22 03:51:05 Kris@p4buschel. +5 -4
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/numsrt.c
1.9 04/12/22 03:51:05 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/ido.c
1.8 04/12/22 03:51:05 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/dsm.c
1.7 04/12/22 03:51:05 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/degr.c
1.7 04/12/22 03:51:04 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/color.c
1.23 04/12/22 03:51:04 Kris@p4buschel. +9 -7
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

include/petscmat.h
1.165.1.1 04/12/22 03:51:04 Kris@p4buschel. +296 -290
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API


Hg-commit: 70d6d743ca87a4f2767b4ca5849efc2ee9c2478d

show more ...


# 43516a2d 22-Dec-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2821.1.21
Kris@p4buschel.|ChangeSet|20041222113517|46999
ChangeSet
1.2821.1.21 04/12/22 03:35:17 Kris@p4buschel. +3 -0
Properly export MatSeqBAIJInvertBlockDiagonal for use with PC

bk-changeset-1.2821.1.21
Kris@p4buschel.|ChangeSet|20041222113517|46999
ChangeSet
1.2821.1.21 04/12/22 03:35:17 Kris@p4buschel. +3 -0
Properly export MatSeqBAIJInvertBlockDiagonal for use with PC "pbjacobi"

src/mat/impls/baij/seq/baij.c
1.117 04/12/22 03:35:15 Kris@p4buschel. +36 -0
Properly export MatSeqBAIJInvertBlockDiagonal for use with PC "pbjacobi"

src/ksp/pc/impls/pbjacobi/pbjacobi.c
1.19 04/12/22 03:35:15 Kris@p4buschel. +1 -2
Properly export MatSeqBAIJInvertBlockDiagonal for use with PC "pbjacobi"

include/petscmat.h
1.166 04/12/22 03:35:15 Kris@p4buschel. +1 -1
Properly export MatSeqBAIJInvertBlockDiagonal for use with PC "pbjacobi"


Hg-commit: 4e70440e85cd3dc4e85fff3cc1a0e568a3a4a402

show more ...


# 7529efd4 24-Nov-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2748
Kris@p4buschel.|ChangeSet|20041124192524|34009
ChangeSet
1.2748 04/11/24 11:25:24 Kris@p4buschel. +9 -0
Fix MatILUDTFactor interface to be consistent with those of the other F

bk-changeset-1.2748
Kris@p4buschel.|ChangeSet|20041124192524|34009
ChangeSet
1.2748 04/11/24 11:25:24 Kris@p4buschel. +9 -0
Fix MatILUDTFactor interface to be consistent with those of the other Factor routines
MatFactorInfo after IS's
Also a couple more Inode fixes.

src/mat/matimpl.h
1.69 04/11/24 11:25:22 Kris@p4buschel. +1 -1
Fix MatILUDTFactor interface to be consistent with those of the other Factor routines
MatFactorInfo after IS's

src/mat/interface/matrix.c
1.161 04/11/24 11:25:22 Kris@p4buschel. +7 -7
Fix MatILUDTFactor interface to be consistent with those of the other Factor routines
MatFactorInfo after IS's

src/mat/impls/csr/inode/inode2.c
1.3 04/11/24 11:25:22 Kris@p4buschel. +4 -3
Fix MatILUDTFactor interface to be consistent with those of the other Factor routines
MatFactorInfo after IS's
Fix copy/paste in ILUFactorSymbolic which stemmed from ILUDT problem above.
EXTERN C the dynamic functions for MatInode

src/mat/impls/csr/inode/inode.h
1.5 04/11/24 11:25:21 Kris@p4buschel. +2 -2
Fix MatILUDTFactor interface to be consistent with those of the other Factor routines
MatFactorInfo after IS's
Fix copy/paste in ILUFactorSymbolic which stemmed from ILUDT problem above.

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.35 04/11/24 11:25:21 Kris@p4buschel. +2 -2
Fix MatILUDTFactor interface to be consistent with those of the other Factor routines
MatFactorInfo after IS's

src/mat/impls/aij/seq/aijfact.c
1.101 04/11/24 11:25:21 Kris@p4buschel. +2 -2
Fix MatILUDTFactor interface to be consistent with those of the other Factor routines
MatFactorInfo after IS's

src/mat/impls/aij/seq/aij.h
1.49 04/11/24 11:25:21 Kris@p4buschel. +1 -1
Fix MatILUDTFactor interface to be consistent with those of the other Factor routines
MatFactorInfo after IS's

src/ksp/pc/impls/factor/ilu/ilu.c
1.53 04/11/24 11:25:21 Kris@p4buschel. +3 -3
Fix MatILUDTFactor interface to be consistent with those of the other Factor routines
MatFactorInfo after IS's

include/petscmat.h
1.165 04/11/24 11:25:21 Kris@p4buschel. +1 -1
Fix MatILUDTFactor interface to be consistent with those of the other Factor routines
MatFactorInfo after IS's


Hg-commit: d5d42d92decd1ec42f75ac3fbe2eac40e3c22988

show more ...


# 923f20ff 24-Nov-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2741
Kris@p4buschel.|ChangeSet|20041124003055|40833
ChangeSet
1.2741 04/11/23 16:30:55 Kris@p4buschel. +5 -0
More inode cleanup.

src/mat/impls/csr/inode/inode.h
1.4 04/11/23

bk-changeset-1.2741
Kris@p4buschel.|ChangeSet|20041124003055|40833
ChangeSet
1.2741 04/11/23 16:30:55 Kris@p4buschel. +5 -0
More inode cleanup.

src/mat/impls/csr/inode/inode.h
1.4 04/11/23 16:30:54 Kris@p4buschel. +1 -1
Remove extraneous ; so that the ; can be used in the code after using the macro
This is consistent with the use of PETSCHEADER macro
See Satish's changes from 22 Nov 2004

src/mat/impls/csr/inode/inode.c
1.38 04/11/23 16:30:54 Kris@p4buschel. +130 -136
Improve interface for MatInode routines.
Minor code cleanup.

src/mat/impls/csr/csr.h
1.2 04/11/23 16:30:53 Kris@p4buschel. +1 -1
Remove extraneous ; so that the ; can be used in the code after using the macro
This is consistent with the use of PETSCHEADER macro
See Satish's changes from 22 Nov 2004

src/mat/impls/aij/mpi/mpiaij.c
1.225 04/11/23 16:30:53 Kris@p4buschel. +11 -9
Use MatInode interface instead of "internals"

include/petscmat.h
1.164 04/11/23 16:30:53 Kris@p4buschel. +1 -1
Rename specific Inode interface routines.


Hg-commit: 4ce84fd737b49e9daaecdbafadd4e6f31068e68f

show more ...


# 698d4c6a 23-Nov-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2740
Kris@p4buschel.|ChangeSet|20041123195811|43402
ChangeSet
1.2740 04/11/23 11:58:11 Kris@p4buschel. +7 -0
More inode cleanup

src/mat/order/sorder.c
1.20 04/11/23 11:58:09

bk-changeset-1.2740
Kris@p4buschel.|ChangeSet|20041123195811|43402
ChangeSet
1.2740 04/11/23 11:58:11 Kris@p4buschel. +7 -0
More inode cleanup

src/mat/order/sorder.c
1.20 04/11/23 11:58:09 Kris@p4buschel. +1 -3
More inode cleanup

src/mat/impls/makefile
1.9 04/11/23 11:58:09 Kris@p4buschel. +1 -1
Add csr directory to mat/impls/makefile

src/mat/impls/csr/inode/inode.h
1.3 04/11/23 11:58:09 Kris@p4buschel. +1 -1
More inode cleanup

src/mat/impls/aij/seq/aijfact.c
1.98 04/11/23 11:58:09 Kris@p4buschel. +0 -1
More inode cleanup

src/mat/impls/aij/seq/aij.c
1.203 04/11/23 11:58:09 Kris@p4buschel. +4 -4
More inode cleanup

src/mat/color/color.c
1.21 04/11/23 11:58:09 Kris@p4buschel. +0 -2
More inode cleanup

include/petscmat.h
1.163 04/11/23 11:58:08 Kris@p4buschel. +3 -0
Make public interface to AdjustForInodes


Hg-commit: aee8397f973eb79ea9c0234fe776dcc0915f17bf

show more ...


# 941593c8 22-Nov-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.2731
hzhang@dirac.mcs.anl.gov|ChangeSet|20041122002234|45803
ChangeSet
1.2731 04/11/21 19:22:34 hzhang@dirac.mcs.anl.gov +5 -0
add MAT_ERROR_LOWER_TRIANGULAR as default if user set

bk-changeset-1.2731
hzhang@dirac.mcs.anl.gov|ChangeSet|20041122002234|45803
ChangeSet
1.2731 04/11/21 19:22:34 hzhang@dirac.mcs.anl.gov +5 -0
add MAT_ERROR_LOWER_TRIANGULAR as default if user set lower triangular value into a
sbaij matrix.

src/mat/impls/sbaij/seq/sbaij.h
1.35 04/11/21 19:22:12 hzhang@dirac.mcs.anl.gov +1 -0
add MAT_ERROR_LOWER_TRIANGULAR as default if user set lower triangular value into a
sbaij matrix.

src/mat/impls/sbaij/seq/sbaij.c
1.128 04/11/21 19:22:12 hzhang@dirac.mcs.anl.gov +1416 -1399
add MAT_ERROR_LOWER_TRIANGULAR as default if user set lower triangular value into a
sbaij matrix.

src/mat/examples/tests/makefile
1.47 04/11/21 19:22:12 hzhang@dirac.mcs.anl.gov +5 -5
update

src/mat/examples/tests/ex74.c
1.26 04/11/21 19:22:12 hzhang@dirac.mcs.anl.gov +7 -4
update

include/petscmat.h
1.162 04/11/21 19:22:12 hzhang@dirac.mcs.anl.gov +2 -1
add MAT_IGNORE_LOWER_TRIANGULAR and MAT_ERROR_LOWER_TRIANGULAR
into MatOption


Hg-commit: ef43257d02fb1379bc09a863499c908feb47d8f9

show more ...


# 23735742 19-Nov-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2715
barrysmith@barry-smiths-computer.local|ChangeSet|20041119033924|42960
ChangeSet
1.2715 04/11/18 21:39:24 barrysmith@barry-smiths-computer.local +2 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.2715
barrysmith@barry-smiths-computer.local|ChangeSet|20041119033924|42960
ChangeSet
1.2715 04/11/18 21:39:24 barrysmith@barry-smiths-computer.local +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev

src/mat/impls/baij/mpi/mpibaij.c
1.83 04/11/18 21:39:23 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

include/petsc.h
1.103 04/11/18 21:39:23 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: 067cbc31fb2f1d5208ae839c0c3f8a531ba2d85c

show more ...


# bd44253f 18-Nov-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2712.1.7
Kris@p4buschel.|ChangeSet|20041118231604|38597
ChangeSet
1.2712.1.7 04/11/18 15:16:04 Kris@p4buschel. +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F

bk-changeset-1.2712.1.7
Kris@p4buschel.|ChangeSet|20041118231604|38597
ChangeSet
1.2712.1.7 04/11/18 15:16:04 Kris@p4buschel. +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/Kris/petsc/dev

src/mat/impls/baij/seq/baijfact.c
1.22 04/11/18 15:16:03 Kris@p4buschel. +0 -0
Auto merged


Hg-commit: 059e663028c89a34e39b843e8592bdb9e1cbf9f5

show more ...


# ceb03754 18-Nov-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2712.2.1
Kris@p4buschel.|ChangeSet|20041118231542|41082
ChangeSet
1.2712.2.1 04/11/18 15:15:42 Kris@p4buschel. +60 -0
Add MatReuse parameter to MatConvert calls.

src/snes/impls/

bk-changeset-1.2712.2.1
Kris@p4buschel.|ChangeSet|20041118231542|41082
ChangeSet
1.2712.2.1 04/11/18 15:15:42 Kris@p4buschel. +60 -0
Add MatReuse parameter to MatConvert calls.

src/snes/impls/test/snestest.c
1.16 04/11/18 15:15:38 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/utils/matioall.c
1.33 04/11/18 15:15:38 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/utils/convert.c
1.16 04/11/18 15:15:38 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/partition/impls/scotch/scotch.c
1.15 04/11/18 15:15:38 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/partition/impls/pmetis/pmetis.c
1.22 04/11/18 15:15:38 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/partition/impls/party/party.c
1.12 04/11/18 15:15:38 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/partition/impls/jostle/jostle.c
1.9 04/11/18 15:15:37 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/partition/impls/chaco/chaco.c
1.14 04/11/18 15:15:37 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/matimpl.h
1.65 04/11/18 15:15:37 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/interface/matrix.c
1.158 04/11/18 15:15:37 Kris@p4buschel. +8 -5
Add MatReuse parameter to MatConvert calls.

src/mat/impls/shell/shellcnv.c
1.13 04/11/18 15:15:37 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/impls/shell/shell.c
1.27 04/11/18 15:15:37 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.59 04/11/18 15:15:37 Kris@p4buschel. +6 -6
Add MatReuse parameter to MatConvert calls.

src/mat/impls/sbaij/seq/sbaij.c
1.127 04/11/18 15:15:37 Kris@p4buschel. +3 -3
Add MatReuse parameter to MatConvert calls.

src/mat/impls/sbaij/seq/aijsbaij.c
1.23 04/11/18 15:15:37 Kris@p4buschel. +8 -8
Add MatReuse parameter to MatConvert calls.

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.47 04/11/18 15:15:37 Kris@p4buschel. +5 -5
Add MatReuse parameter to MatConvert calls.

src/mat/impls/maij/maij.c
1.31 04/11/18 15:15:37 Kris@p4buschel. +29 -17
Add MatReuse parameter to MatConvert calls.

src/mat/impls/dense/seq/dense.c
1.70 04/11/18 15:15:37 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/impls/bdiag/seq/bdfact.c
1.17 04/11/18 15:15:37 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/impls/baij/seq/baijfact.c
1.20.1.1 04/11/18 15:15:37 Kris@p4buschel. +3 -3
Add MatReuse parameter to MatConvert calls.

src/mat/impls/baij/seq/baij.c
1.113 04/11/18 15:15:37 Kris@p4buschel. +4 -4
Add MatReuse parameter to MatConvert calls.

src/mat/impls/baij/seq/aijbaij.c
1.18 04/11/18 15:15:37 Kris@p4buschel. +4 -4
Add MatReuse parameter to MatConvert calls.

src/mat/impls/baij/mpi/mpibaij.c
1.81.1.1 04/11/18 15:15:36 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.66 04/11/18 15:15:36 Kris@p4buschel. +12 -12
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/umfpack/umfpack.c
1.40 04/11/18 15:15:36 Kris@p4buschel. +6 -6
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/superlu/superlu.c
1.73 04/11/18 15:15:36 Kris@p4buschel. +8 -8
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/spooles/spooles.h
1.53 04/11/18 15:15:36 Kris@p4buschel. +5 -5
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/spooles/spooles.c
1.103 04/11/18 15:15:36 Kris@p4buschel. +8 -8
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.34 04/11/18 15:15:36 Kris@p4buschel. +5 -5
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/lusol/lusol.c
1.35 04/11/18 15:15:36 Kris@p4buschel. +6 -6
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/essl/essl.c
1.34 04/11/18 15:15:36 Kris@p4buschel. +6 -6
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/aij.h
1.47 04/11/18 15:15:36 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.102 04/11/18 15:15:36 Kris@p4buschel. +8 -8
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.72 04/11/18 15:15:36 Kris@p4buschel. +5 -5
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/mpi/mumps/mumps.c
1.83 04/11/18 15:15:36 Kris@p4buschel. +15 -15
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/aij/aijtype.c
1.10 04/11/18 15:15:36 Kris@p4buschel. +32 -36
Add MatReuse parameter to MatConvert calls.

src/mat/impls/adj/mpi/mpiadj.c
1.41 04/11/18 15:15:36 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex99.c
1.3 04/11/18 15:15:35 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex96.c
1.13 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex92.c
1.10 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex91.c
1.5 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex55.c
1.20 04/11/18 15:15:35 Kris@p4buschel. +9 -6
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex53.c
1.14 04/11/18 15:15:35 Kris@p4buschel. +3 -3
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex46.c
1.7 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex24.c
1.7 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex21.c
1.9 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex20.c
1.8 04/11/18 15:15:35 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex13.c
1.7 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex101.c
1.5 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex100.c
1.2 04/11/18 15:15:35 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex1.c
1.17 04/11/18 15:15:35 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/ksp/examples/tutorials/ex6f.F
1.11 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/ksp/examples/tests/ex7.c
1.18 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/ksp/examples/tests/ex3.c
1.12 04/11/18 15:15:35 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/ksp/examples/tests/ex10.c
1.13 04/11/18 15:15:34 Kris@p4buschel. +5 -4
Add MatReuse parameter to MatConvert calls.

src/fortran/kernels/sgemv.F
1.5 04/11/18 15:15:34 Kris@p4buschel. +4 -4
Fix capitalization errors

src/fortran/custom/zmat.c
1.46 04/11/18 15:15:34 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/contrib/src/burgers_vertex_based_q1/main_old2.c
1.4 04/11/18 15:15:34 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/contrib/src/burgers_vertex_based_q1/main_old.c
1.4 04/11/18 15:15:34 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

include/petscmat.h
1.161 04/11/18 15:15:34 Kris@p4buschel. +14 -13
Add MatReuse parameter to MatConvert calls.


Hg-commit: f21aa5967dbe07142bac80fc67bd7c3737e9afe4

show more ...


# f476e275 08-Nov-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.2673
hzhang@harley.mcs.anl.gov|ChangeSet|20041108195956|33270
ChangeSet
1.2673 04/11/08 13:59:56 hzhang@harley.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.2673
hzhang@harley.mcs.anl.gov|ChangeSet|20041108195956|33270
ChangeSet
1.2673 04/11/08 13:59:56 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: 0f8a9b3fc13e037c43e0b7db9212e256b5167219

show more ...


# 4bcd6097 08-Nov-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.2670.1.1
hzhang@harley.mcs.anl.gov|ChangeSet|20041108152438|07503
ChangeSet
1.2670.1.1 04/11/08 09:24:38 hzhang@harley.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev

bk-changeset-1.2670.1.1
hzhang@harley.mcs.anl.gov|ChangeSet|20041108152438|07503
ChangeSet
1.2670.1.1 04/11/08 09:24:38 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: 240e1a4239ac4270e06ec428c53af17c0bef7fc1

show more ...


# 0a29876a 08-Nov-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.2669.1.1
hzhang@harley.mcs.anl.gov|ChangeSet|20041108003304|01755
ChangeSet
1.2669.1.1 04/11/07 18:33:04 hzhang@harley.mcs.anl.gov +8 -0
rename damping and shift.

src/mat/impls/

bk-changeset-1.2669.1.1
hzhang@harley.mcs.anl.gov|ChangeSet|20041108003304|01755
ChangeSet
1.2669.1.1 04/11/07 18:33:04 hzhang@harley.mcs.anl.gov +8 -0
rename damping and shift.

src/mat/impls/aij/seq/aijfact.c
1.83 04/11/07 18:33:02 hzhang@harley.mcs.anl.gov +17 -3
rename damping and shift.

src/ksp/pc/impls/factor/lu/lu.c
1.36 04/11/07 18:33:02 hzhang@harley.mcs.anl.gov +7 -7
rename damping and shift.

src/ksp/pc/impls/factor/ilu/ilu.c
1.48 04/11/07 18:33:02 hzhang@harley.mcs.anl.gov +9 -9
rename damping and shift.

src/ksp/pc/impls/factor/icc/icc.c
1.36 04/11/07 18:33:02 hzhang@harley.mcs.anl.gov +10 -10
rename damping and shift.

src/ksp/pc/impls/factor/factor.c
1.2 04/11/07 18:33:02 hzhang@harley.mcs.anl.gov +37 -3
funtions used by lu, ilu, cholesky and icc

src/ksp/pc/impls/factor/cholesky/cholesky.c
1.34 04/11/07 18:33:01 hzhang@harley.mcs.anl.gov +9 -9
rename damping and shift.

src/ksp/examples/tutorials/makefile
1.57 04/11/07 18:33:01 hzhang@harley.mcs.anl.gov +3 -3
rename damping and shift.

include/petscmat.h
1.160 04/11/07 18:33:01 hzhang@harley.mcs.anl.gov +2 -2
rename damping and shift.


Hg-commit: 4504d2dacd9a6c306744b752a142928243df6bdc

show more ...


# cc90505b 04-Nov-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2657
Kris@p4buschel.|ChangeSet|20041104082108|36758
ChangeSet
1.2657 04/11/04 00:21:08 Kris@p4buschel. +6 -0
merge with Hong

src/mat/examples/tests/ex101.c
1.4 04/11/04 00:2

bk-changeset-1.2657
Kris@p4buschel.|ChangeSet|20041104082108|36758
ChangeSet
1.2657 04/11/04 00:21:08 Kris@p4buschel. +6 -0
merge with Hong

src/mat/examples/tests/ex101.c
1.4 04/11/04 00:21:07 Kris@p4buschel. +0 -2
merge

src/mat/matimpl.h
1.58 04/11/04 00:18:43 Kris@p4buschel. +0 -0
Auto merged

src/mat/interface/matrix.c
1.153 04/11/04 00:18:43 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/aij/seq/aij.h
1.45 04/11/04 00:18:43 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/aij/seq/aij.c
1.193 04/11/04 00:18:43 Kris@p4buschel. +0 -0
Auto merged

include/petscmat.h
1.159 04/11/04 00:18:43 Kris@p4buschel. +0 -0
Auto merged


Hg-commit: 8908db1eace3b5ff80c71104abd388602ae6b1cd

show more ...


# 7ba1a0bf 04-Nov-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2653.1.1
Kris@p4buschel.|ChangeSet|20041104081812|37135
ChangeSet
1.2653.1.1 04/11/04 00:18:12 Kris@p4buschel. +9 -0
Implement double dispatch mechanism for PtAP operations
Curre

bk-changeset-1.2653.1.1
Kris@p4buschel.|ChangeSet|20041104081812|37135
ChangeSet
1.2653.1.1 04/11/04 00:18:12 Kris@p4buschel. +9 -0
Implement double dispatch mechanism for PtAP operations
Currently only implemented for Seq operations (until Hong performs some cleanup on MPI operations)

src/mat/matimpl.h
1.56.1.1 04/11/04 00:18:09 Kris@p4buschel. +11 -3
Implement double dispatch mechanism for PtAP operations

src/mat/interface/matrix.c
1.151.1.1 04/11/04 00:18:09 Kris@p4buschel. +8 -43
Implement double dispatch mechanism for PtAP operations

src/mat/impls/maij/maij.c
1.27 04/11/04 00:18:09 Kris@p4buschel. +235 -0
Implement double dispatch mechanism for PtAP operations
Move MAIJ implementations into MAIJ directory.

src/mat/impls/aij/seq/matptap.c
1.82 04/11/04 00:18:09 Kris@p4buschel. +31 -237
Implement double dispatch mechanism for PtAP operations
Move MAIJ implementations into MAIJ directory.

src/mat/impls/aij/seq/aij.h
1.43.1.1 04/11/04 00:18:09 Kris@p4buschel. +3 -1
Implement double dispatch mechanism for PtAP operations

src/mat/impls/aij/seq/aij.c
1.191.1.1 04/11/04 00:18:09 Kris@p4buschel. +5 -3
Implement double dispatch mechanism for PtAP operations

src/mat/examples/tests/ex101.c
1.2.1.1 04/11/04 00:18:09 Kris@p4buschel. +2 -5
Update ex101 for new double dispatch PtAP interface

include/petscmat.h
1.157.1.1 04/11/04 00:18:09 Kris@p4buschel. +5 -1
Update MATOP enums

include/finclude/petscmat.h
1.21 04/11/04 00:18:09 Kris@p4buschel. +15 -0
Update MATOP enums


Hg-commit: 2f6b89906fc971b1c147d0b80361e5d0a4a3d8d2

show more ...


# af281ebd 03-Nov-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.2654
hzhang@harley.mcs.anl.gov|ChangeSet|20041103030712|47073
ChangeSet
1.2654 04/11/02 21:07:12 hzhang@harley.mcs.anl.gov +64 -0
add MatFactorInfo into FactorNumeric()

src/mat/

bk-changeset-1.2654
hzhang@harley.mcs.anl.gov|ChangeSet|20041103030712|47073
ChangeSet
1.2654 04/11/02 21:07:12 hzhang@harley.mcs.anl.gov +64 -0
add MatFactorInfo into FactorNumeric()

src/mat/matimpl.h
1.57 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +11 -11
add MatFactorInfo into FactorNumeric()

src/mat/interface/matrix.c
1.152 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +4 -4
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact9.c
1.8 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact8.c
1.7 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact7.c
1.8 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact6.c
1.9 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact5.c
1.8 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact4.c
1.7 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact3.c
1.8 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact12.c
1.7 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact11.c
1.8 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact10.c
1.7 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact.c
1.73 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +8 -8
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaij.h
1.34 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +8 -8
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaij.c
1.120 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +9 -9
add MatFactorInfo into FactorNumeric()

src/mat/impls/rowbs/mpi/mpirowbs.h
1.12 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/mat/impls/rowbs/mpi/cholbs.c
1.9 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/mat/impls/dense/seq/dense.c
1.68 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +3 -3
add MatFactorInfo into FactorNumeric()

src/mat/impls/bdiag/seq/bdiag.h
1.14 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/mat/impls/bdiag/seq/bdfact.c
1.15 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +3 -3
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact9.c
1.9 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact8.c
1.8 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact7.c
1.9 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact6.c
1.8 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact5.c
1.9 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact4.c
1.13 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact14.c
1.8 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact13.c
1.9 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact12.c
1.21 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +3 -3
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact11.c
1.10 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact10.c
1.8 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact.c
1.15 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +6 -6
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baij.h
1.27 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +18 -18
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baij.c
1.108 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.65 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/umfpack/umfpack.c
1.38 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/superlu/superlu.c
1.71 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/spooles/spooles.h
1.52 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/spooles/spooles.c
1.102 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.32 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/lusol/lusol.c
1.33 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +6 -6
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/essl/essl.c
1.32 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +4 -4
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/aijnode.c
1.33 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +3 -3
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/aijfact.c
1.81 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +3 -3
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/aij.h
1.44 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/aij.c
1.192 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.100 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.71 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/mpi/mumps/mumps.c
1.81 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +6 -5
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex76.c
1.14 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +6 -3
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex74.c
1.24 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex7.c
1.11 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex62.c
1.9 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex30.c
1.12 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex28.c
1.8 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex17.c
1.7 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex1.c
1.15 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/ksp/pc/impls/tfs/pxxt.c
1.21 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/ksp/pc/impls/lu/lu.c
1.34 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/ksp/pc/impls/ilu/ilu.c
1.44 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/ksp/pc/impls/icc/icc.c
1.33 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/ksp/pc/impls/cholesky/cholesky.c
1.32 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/contrib/ysmp/ex1.c
1.5 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

include/petscmat.h
1.158 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()


Hg-commit: b6abf3664f04c542f2024e1a6f281a76f94c5f0c

show more ...


# d4dbac3c 27-Oct-2004 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2632
knepley@khan.mcs.anl.gov|ChangeSet|20041027153307|10795
ChangeSet
1.2632 04/10/27 07:38:52 knepley@khan.mcs.anl.gov +1 -0
Merge

python/PETSc/packages/MPI.py
1.141.1.1 0

bk-changeset-1.2632
knepley@khan.mcs.anl.gov|ChangeSet|20041027153307|10795
ChangeSet
1.2632 04/10/27 07:38:52 knepley@khan.mcs.anl.gov +1 -0
Merge

python/PETSc/packages/MPI.py
1.141.1.1 04/10/27 07:38:49 knepley@khan.mcs.anl.gov +0 -5
I think I merged correctly


Hg-commit: e3357ebbece2b8cd5bf43e437e72fde0adc121ef

show more ...


# 9ede4d1f 14-Oct-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.2629.1.11
hzhang@harley.mcs.anl.gov|ChangeSet|20041014194748|48698
ChangeSet
1.2629.1.11 04/10/14 14:47:48 hzhang@harley.mcs.anl.gov +1 -0
bug fix for the prototype of MatIsHermiti

bk-changeset-1.2629.1.11
hzhang@harley.mcs.anl.gov|ChangeSet|20041014194748|48698
ChangeSet
1.2629.1.11 04/10/14 14:47:48 hzhang@harley.mcs.anl.gov +1 -0
bug fix for the prototype of MatIsHermitian()

include/petscmat.h
1.157 04/10/14 14:47:45 hzhang@harley.mcs.anl.gov +1 -1
bug fix for the prototype of MatIsHermitian()


Hg-commit: 67bcdc85fe91d63a800899d7c93df57d7344c01e

show more ...


# 781832ce 14-Oct-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2629.1.7
barrysmith@barry-smiths-computer.local|ChangeSet|20041014033050|50490
ChangeSet
1.2629.1.7 04/10/13 22:30:50 barrysmith@barry-smiths-computer.local +4 -0
barry can get to

bk-changeset-1.2629.1.7
barrysmith@barry-smiths-computer.local|ChangeSet|20041014033050|50490
ChangeSet
1.2629.1.7 04/10/13 22:30:50 barrysmith@barry-smiths-computer.local +4 -0
barry can get to jazz quick and hypre.py checks for required lapack routine

python/PETSc/packages/hypre.py
1.30 04/10/13 22:30:48 barrysmith@barry-smiths-computer.local +7 -4
check for required lapack routine

maint/confignightly/jazz
1.2 04/10/13 22:30:48 barrysmith@barry-smiths-computer.local +4 -5
so barry can get to jazz quick

python/PETSc/packages/BlasLapack.py
1.95 04/10/13 22:25:26 barrysmith@barry-smiths-computer.local +3 -1
make sure self.lib does not have a None in the list

include/petscmat.h
1.156 04/10/13 21:17:00 barrysmith@barry-smiths-computer.local +2 -0
missing prototypes

maint/confignightly/jazz
1.1 04/10/13 20:45:16 barrysmith@barry-smiths-computer.local +7 -0

maint/confignightly/jazz
1.0 04/10/13 20:45:16 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/maint/confignightly/jazz


Hg-commit: fad8b9f97052a74d294d86ee2473f25924065251

show more ...


# 638759a8 08-Oct-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2608
barrysmith@barry-smiths-computer.local|ChangeSet|20041008023257|41926
ChangeSet
1.2608 04/10/07 21:32:57 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.2608
barrysmith@barry-smiths-computer.local|ChangeSet|20041008023257|41926
ChangeSet
1.2608 04/10/07 21:32:57 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: 1932177d1b2f605140ebcb39945de85083f0a046

show more ...


1...<<71727374757677787980>>...93