History log of /petsc/src/mat/impls/aij/seq/aijfact.c (Results 701 – 725 of 1040)
Revision Date Author Comments
# 5bcf5ddb 18-Nov-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3753
balay@asterix.mcs.anl.gov|ChangeSet|20051118013323|38573
ChangeSet
1.3753 05/11/17 19:33:23 balay@asterix.mcs.anl.gov +10 -0
Move PetscLogInfo() from PETSC_USE_DEBUG to PETSC_

bk-changeset-1.3753
balay@asterix.mcs.anl.gov|ChangeSet|20051118013323|38573
ChangeSet
1.3753 05/11/17 19:33:23 balay@asterix.mcs.anl.gov +10 -0
Move PetscLogInfo() from PETSC_USE_DEBUG to PETSC_USE_VERBOSE
add in support for --with-verbose [for -log_info]

src/mat/utils/matstash.c
1.20 05/11/17 19:33:20 balay@asterix.mcs.anl.gov +1 -1
Move PetscLogInfo() from PETSC_USE_DEBUG to PETSC_USE_VERBOSE

src/mat/impls/sbaij/seq/sbaijfact2.c
1.62 05/11/17 19:33:20 balay@asterix.mcs.anl.gov +2 -2
Move PetscLogInfo() from PETSC_USE_DEBUG to PETSC_USE_VERBOSE

src/mat/impls/sbaij/seq/sbaijfact.c
1.88 05/11/17 19:33:20 balay@asterix.mcs.anl.gov +2 -2
Move PetscLogInfo() from PETSC_USE_DEBUG to PETSC_USE_VERBOSE

src/mat/impls/baij/seq/baijfact3.c
1.23 05/11/17 19:33:20 balay@asterix.mcs.anl.gov +1 -1
Move PetscLogInfo() from PETSC_USE_DEBUG to PETSC_USE_VERBOSE

src/mat/impls/baij/seq/baijfact2.c
1.48 05/11/17 19:33:20 balay@asterix.mcs.anl.gov +1 -1
Move PetscLogInfo() from PETSC_USE_DEBUG to PETSC_USE_VERBOSE

src/mat/impls/baij/seq/baijfact.c
1.33 05/11/17 19:33:20 balay@asterix.mcs.anl.gov +2 -2
Move PetscLogInfo() from PETSC_USE_DEBUG to PETSC_USE_VERBOSE

src/mat/impls/baij/mpi/mpibaij.c
1.103 05/11/17 19:33:19 balay@asterix.mcs.anl.gov +7 -7
Move PetscLogInfo() from PETSC_USE_DEBUG to PETSC_USE_VERBOSE

src/mat/impls/aij/seq/aijfact.c
1.123 05/11/17 19:33:19 balay@asterix.mcs.anl.gov +4 -4
Move PetscLogInfo() from PETSC_USE_DEBUG to PETSC_USE_VERBOSE

python/PETSc/utilities/libraryOptions.py
1.23 05/11/17 19:33:19 balay@asterix.mcs.anl.gov +5 -1
add in support for --with-verbose [for -log_info]

include/petsclog.h
1.58 05/11/17 19:33:19 balay@asterix.mcs.anl.gov +1 -1
Move PetscLogInfo() from PETSC_USE_DEBUG to PETSC_USE_VERBOSE


Hg-commit: 1aac559afdd348fdcb872324e38fa984f29bea2f

show more ...


# 2bebee5d 10-Nov-2005 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.3717
hzhang@shakey.mcs.anl.gov|ChangeSet|20051110021102|44788
ChangeSet
1.3717 05/11/09 20:11:02 hzhang@shakey.mcs.anl.gov +7 -0
add MatMatSolve_SeqAIJ()
-- not test yet

src/m

bk-changeset-1.3717
hzhang@shakey.mcs.anl.gov|ChangeSet|20051110021102|44788
ChangeSet
1.3717 05/11/09 20:11:02 hzhang@shakey.mcs.anl.gov +7 -0
add MatMatSolve_SeqAIJ()
-- not test yet

src/mat/matimpl.h
1.90 05/11/09 20:10:58 hzhang@shakey.mcs.anl.gov +2 -1
add MatMatSolve_SeqAIJ()

src/mat/interface/matrix.c
1.198 05/11/09 20:10:58 hzhang@shakey.mcs.anl.gov +58 -1
add MatMatSolve_SeqAIJ()

src/mat/impls/aij/seq/aijfact.c
1.122 05/11/09 20:10:58 hzhang@shakey.mcs.anl.gov +54 -0
add MatMatSolve_SeqAIJ()

src/mat/impls/aij/seq/aij.h
1.56 05/11/09 20:10:58 hzhang@shakey.mcs.anl.gov +1 -0
add MatMatSolve_SeqAIJ()

src/mat/impls/aij/seq/aij.c
1.243 05/11/09 20:10:58 hzhang@shakey.mcs.anl.gov +2 -1
add MatMatSolve_SeqAIJ()

include/petscmat.h
1.202 05/11/09 20:10:57 hzhang@shakey.mcs.anl.gov +3 -3
add MatMatSolve_SeqAIJ()

include/finclude/petscmat.h
1.26 05/11/09 20:10:57 hzhang@shakey.mcs.anl.gov +3 -2
add MatMatSolve_SeqAIJ()


Hg-commit: be01fe452e8e8baaeb9eb212a149c524f67ec5d6

show more ...


# 4875ba38 06-Nov-2005 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.3678
hzhang@shakey.mcs.anl.gov|ChangeSet|20051106162351|15611
ChangeSet
1.3678 05/11/06 10:23:51 hzhang@shakey.mcs.anl.gov +1 -0
rm unused variable and space

src/mat/impls/aij/s

bk-changeset-1.3678
hzhang@shakey.mcs.anl.gov|ChangeSet|20051106162351|15611
ChangeSet
1.3678 05/11/06 10:23:51 hzhang@shakey.mcs.anl.gov +1 -0
rm unused variable and space

src/mat/impls/aij/seq/aijfact.c
1.121 05/11/06 10:23:49 hzhang@shakey.mcs.anl.gov +3 -4
rm unused variable and space


Hg-commit: e3b890a42a00c55ea3525f6e2a5d4337bf3287dd

show more ...


# afcc9904 06-Nov-2005 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.3676
hzhang@shakey.mcs.anl.gov|ChangeSet|20051106013719|17049
ChangeSet
1.3676 05/11/05 19:37:19 hzhang@shakey.mcs.anl.gov +2 -0
add PetscLLAddPerm() to symbolic LU factorization

bk-changeset-1.3676
hzhang@shakey.mcs.anl.gov|ChangeSet|20051106013719|17049
ChangeSet
1.3676 05/11/05 19:37:19 hzhang@shakey.mcs.anl.gov +2 -0
add PetscLLAddPerm() to symbolic LU factorization

src/mat/impls/aij/seq/aijfact.c
1.120 05/11/05 19:37:16 hzhang@shakey.mcs.anl.gov +1 -2
replacde PetscLLAdd() with PetscLLAddPerm()

include/petscsys.h
1.48 05/11/05 19:37:16 hzhang@shakey.mcs.anl.gov +38 -0
add PetscLLAddPerm()


Hg-commit: c2041678f6a474a02e8790bf5a0c66f0c65d3075

show more ...


# 335f953c 02-Nov-2005 Boyana Norris <norris@mcs.anl.gov>

bk-changeset-1.3634
norris@boyana.mcs.anl.gov|ChangeSet|20051102174343|14287
ChangeSet
1.3634 05/11/02 11:43:43 norris@boyana.mcs.anl.gov +0 -0
Merge shakey.mcs.anl.gov:/home/norris/petsc2.x/pets

bk-changeset-1.3634
norris@boyana.mcs.anl.gov|ChangeSet|20051102174343|14287
ChangeSet
1.3634 05/11/02 11:43:43 norris@boyana.mcs.anl.gov +0 -0
Merge shakey.mcs.anl.gov:/home/norris/petsc2.x/petsc-dev
into boyana.mcs.anl.gov:/home/norris/petsc2.x/petsc-dev


Hg-commit: 90cf05bb6b9fed2e9edf8a66f945bc8244c9d01f

show more ...


# ef124c46 01-Nov-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3215.1.78
balay@asterix.mcs.anl.gov|ChangeSet|20051101144116|46995
ChangeSet
1.3215.1.78 05/11/01 08:41:16 balay@asterix.mcs.anl.gov +3 -0
appply lu-bugfix from petsc-dev

src/ma

bk-changeset-1.3215.1.78
balay@asterix.mcs.anl.gov|ChangeSet|20051101144116|46995
ChangeSet
1.3215.1.78 05/11/01 08:41:16 balay@asterix.mcs.anl.gov +3 -0
appply lu-bugfix from petsc-dev

src/mat/impls/aij/seq/aijfact.c
1.114.1.1 05/11/01 08:41:14 balay@asterix.mcs.anl.gov +2 -5
appply lu-bugfix from petsc-dev

include/petscversion.h
1.138.1.40 05/11/01 08:41:14 balay@asterix.mcs.anl.gov +2 -2
appply lu-bugfix from petsc-dev

include/petscsys.h
1.40.1.1 05/11/01 08:41:14 balay@asterix.mcs.anl.gov +3 -3
appply lu-bugfix from petsc-dev


Hg-commit: 0778451dbfa11df1740c48721c769f8d3d373089

show more ...


# d1170560 31-Oct-2005 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.3632.1.60
hzhang@shakey.mcs.anl.gov|ChangeSet|20051031230426|09259
ChangeSet
1.3632.1.60 05/10/31 17:04:26 hzhang@shakey.mcs.anl.gov +2 -0
code cleanup for better understanding of

bk-changeset-1.3632.1.60
hzhang@shakey.mcs.anl.gov|ChangeSet|20051031230426|09259
ChangeSet
1.3632.1.60 05/10/31 17:04:26 hzhang@shakey.mcs.anl.gov +2 -0
code cleanup for better understanding of
MatLUFactorSymbolic_SeqAIJ()

src/mat/impls/aij/seq/aijfact.c
1.118 05/10/31 17:04:24 hzhang@shakey.mcs.anl.gov +5 -7
code cleanup for better understanding

include/petscsys.h
1.46 05/10/31 17:04:24 hzhang@shakey.mcs.anl.gov +6 -5
code cleanup for better understanding


Hg-commit: c912db289b9c87d24339df77ccd88cd9313657ab

show more ...


# a7873693 31-Oct-2005 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.3632.1.58
hzhang@shakey.mcs.anl.gov|ChangeSet|20051031180134|09931
ChangeSet
1.3632.1.58 05/10/31 12:01:34 hzhang@shakey.mcs.anl.gov +2 -0
bugfix for MatLUFactorSymbolic_SeqAIJ()

bk-changeset-1.3632.1.58
hzhang@shakey.mcs.anl.gov|ChangeSet|20051031180134|09931
ChangeSet
1.3632.1.58 05/10/31 12:01:34 hzhang@shakey.mcs.anl.gov +2 -0
bugfix for MatLUFactorSymbolic_SeqAIJ()

src/mat/impls/aij/seq/aijfact.c
1.117 05/10/31 12:01:31 hzhang@shakey.mcs.anl.gov +2 -5
bugfix for MatLUFactorSymbolic_SeqAIJ()

include/petscsys.h
1.45 05/10/31 12:01:31 hzhang@shakey.mcs.anl.gov +3 -3
bugfix for MatLUFactorSymbolic_SeqAIJ()


Hg-commit: 52f8e8ade0e6f361e7a0c4bf1f17a23b5353bc49

show more ...


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

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

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

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


Hg-commit: dd7162aa7f6020bd2ed7329407809a753222f5fe

show more ...


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

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

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


Hg-commit: af5293f96563f61f3c8b2f0c6d5644052e0cbc5f

show more ...


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

bk-changeset-1.3552.11.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050928213721|59817
ChangeSet
1.3552.11.1 05/09/28 16:37:21 barrysmith@barrysmith-57.mcs.anl.gov +13 -0
put FreeSpace and

bk-changeset-1.3552.11.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050928213721|59817
ChangeSet
1.3552.11.1 05/09/28 16:37:21 barrysmith@barrysmith-57.mcs.anl.gov +13 -0
put FreeSpace and friends into PETSc namespace

put back error check if using C compiler and PETSc built for
C++ without --with-c-support

src/mat/utils/freespace.h
1.6 05/09/28 16:37:16 barrysmith@barrysmith-57.mcs.anl.gov +11 -11
put FreeSpace and friends into PETSc namespace

src/mat/utils/freespace.c
1.7 05/09/28 16:37:16 barrysmith@barrysmith-57.mcs.anl.gov +13 -13
put FreeSpace and friends into PETSc namespace

src/mat/impls/sbaij/seq/sbaijfact2.c
1.61 05/09/28 16:37:16 barrysmith@barrysmith-57.mcs.anl.gov +19 -19
put FreeSpace and friends into PETSc namespace

src/mat/impls/sbaij/seq/sbaijfact.c
1.87 05/09/28 16:37:15 barrysmith@barrysmith-57.mcs.anl.gov +14 -14
put FreeSpace and friends into PETSc namespace

src/mat/impls/maij/maij.c
1.41 05/09/28 16:37:15 barrysmith@barrysmith-57.mcs.anl.gov +13 -13
put FreeSpace and friends into PETSc namespace

src/mat/impls/baij/seq/baijfact.c
1.32 05/09/28 16:37:15 barrysmith@barrysmith-57.mcs.anl.gov +33 -33
put FreeSpace and friends into PETSc namespace

src/mat/impls/aij/seq/matptap.c
1.85 05/09/28 16:37:15 barrysmith@barrysmith-57.mcs.anl.gov +12 -12
put FreeSpace and friends into PETSc namespace

src/mat/impls/aij/seq/matpapt.c
1.45 05/09/28 16:37:15 barrysmith@barrysmith-57.mcs.anl.gov +11 -11
put FreeSpace and friends into PETSc namespace

src/mat/impls/aij/seq/matmatmult.c
1.86 05/09/28 16:37:15 barrysmith@barrysmith-57.mcs.anl.gov +11 -11
put FreeSpace and friends into PETSc namespace

src/mat/impls/aij/seq/aijfact.c
1.116 05/09/28 16:37:15 barrysmith@barrysmith-57.mcs.anl.gov +67 -67
put FreeSpace and friends into PETSc namespace

src/mat/impls/aij/mpi/mpiptap.c
1.20 05/09/28 16:37:15 barrysmith@barrysmith-57.mcs.anl.gov +10 -10
put FreeSpace and friends into PETSc namespace

src/mat/impls/aij/mpi/mpiaij.c
1.252 05/09/28 16:37:15 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
put FreeSpace and friends into PETSc namespace

include/petsc.h
1.141 05/09/28 15:31:27 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
typo

include/petsc.h
1.140 05/09/28 15:30:21 barrysmith@barrysmith-57.mcs.anl.gov +4 -0
error check if C compiler, C++ library and name manguling


Hg-commit: 9d5ba2567edbf978e047f3e65ce08409a4f5535b

show more ...


# fbf22428 01-Jun-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3337
balay@asterix.mcs.anl.gov|ChangeSet|20050601060250|18822
ChangeSet
1.3337 05/06/01 01:02:50 balay@asterix.mcs.anl.gov +10 -0
shiftpd should be PetscReal [as all MatFactorInfo

bk-changeset-1.3337
balay@asterix.mcs.anl.gov|ChangeSet|20050601060250|18822
ChangeSet
1.3337 05/06/01 01:02:50 balay@asterix.mcs.anl.gov +10 -0
shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]

src/mat/impls/sbaij/seq/sbaijfact.c
1.86 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +2 -2
shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]

src/mat/impls/baij/seq/baijfact.c
1.31 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +2 -2
shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]

src/mat/impls/aij/seq/aijfact.c
1.115 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +1 -1
shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]

src/mat/examples/tests/ex76.c
1.20 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +2 -2
shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]

src/mat/examples/tests/ex1.c
1.19 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +1 -1
shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]

src/ksp/pc/impls/factor/lu/lu.c
1.45 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +7 -3
shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]

src/ksp/pc/impls/factor/ilu/ilu.c
1.58 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +7 -3
shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]

src/ksp/pc/impls/factor/icc/icc.c
1.43 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +7 -3
shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]

src/ksp/pc/impls/factor/cholesky/cholesky.c
1.42 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +7 -3
shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]

include/petscmat.h
1.181 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +1 -1
shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]


Hg-commit: bb3d133346f39d5d3d2b5a0d1f276ecb496a7f0c

show more ...


# df48e8d9 16-Mar-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2980
knepley@khan.mcs.anl.gov|ChangeSet|20050316005405|32347
ChangeSet
1.2980 05/03/15 18:54:05 knepley@khan.mcs.anl.gov +32 -0
Merge

src/snes/interface/snes.c
1.75 05/03/15

bk-changeset-1.2980
knepley@khan.mcs.anl.gov|ChangeSet|20050316005405|32347
ChangeSet
1.2980 05/03/15 18:54:05 knepley@khan.mcs.anl.gov +32 -0
Merge

src/snes/interface/snes.c
1.75 05/03/15 18:54:04 knepley@khan.mcs.anl.gov +0 -3
Merge

src/mat/utils/matio.c
1.28 05/03/15 18:54:04 knepley@khan.mcs.anl.gov +0 -1
Merge

src/vec/utils/vecio.c
1.44 05/03/15 18:35:27 knepley@khan.(none) +0 -0
Auto merged

src/vec/impls/seq/bvec2.c
1.66 05/03/15 18:35:27 knepley@khan.(none) +0 -1
Auto merged

src/vec/impls/mpi/pdvec.c
1.51 05/03/15 18:35:27 knepley@khan.(none) +0 -1
Auto merged

src/vec/examples/tutorials/ex17.c
1.5 05/03/15 18:35:27 knepley@khan.(none) +0 -2
Auto merged

src/ts/interface/ts.c
1.46 05/03/15 18:35:27 knepley@khan.(none) +0 -1
Auto merged

src/sys/src/viewer/impls/ascii/filev.c
1.37 05/03/15 18:35:27 knepley@khan.(none) +0 -1
Auto merged

src/sys/src/objects/prefix.c
1.11 05/03/15 18:35:27 knepley@khan.(none) +0 -1
Auto merged

src/sys/src/objects/pgname.c
1.10 05/03/15 18:35:27 knepley@khan.(none) +0 -1
Auto merged

src/sys/src/error/err.c
1.51 05/03/15 18:35:27 knepley@khan.(none) +0 -3
Auto merged

src/mat/impls/sbaij/seq/sbaij.c
1.141 05/03/15 18:35:27 knepley@khan.(none) +0 -1
Auto merged

src/mat/impls/dense/seq/dense.c
1.78 05/03/15 18:35:26 knepley@khan.(none) +0 -1
Auto merged

src/mat/impls/bdiag/seq/bdiag3.c
1.27 05/03/15 18:35:26 knepley@khan.(none) +0 -1
Auto merged

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.43 05/03/15 18:35:26 knepley@khan.(none) +0 -0
Auto merged

src/mat/impls/aij/seq/aijfact.c
1.114 05/03/15 18:35:26 knepley@khan.(none) +0 -0
Auto merged

src/mat/impls/aij/seq/aij.c
1.223 05/03/15 18:35:26 knepley@khan.(none) +0 -1
Auto merged

src/mat/impls/adj/mpi/mpiadj.c
1.48 05/03/15 18:35:26 knepley@khan.(none) +0 -1
Auto merged

src/ksp/pc/interface/precon.c
1.62 05/03/15 18:35:26 knepley@khan.(none) +0 -1
Auto merged

src/ksp/pc/impls/redundant/redundant.c
1.25 05/03/15 18:35:26 knepley@khan.(none) +0 -1
Auto merged

src/ksp/pc/impls/mg/mgfunc.c
1.24 05/03/15 18:35:26 knepley@khan.(none) +0 -1
Auto merged

src/ksp/pc/impls/mg/mg.c
1.59 05/03/15 18:35:26 knepley@khan.(none) +0 -1
Auto merged

src/ksp/pc/impls/ksp/pcksp.c
1.24 05/03/15 18:35:26 knepley@khan.(none) +0 -1
Auto merged

src/ksp/pc/impls/jacobi/jacobi.c
1.18 05/03/15 18:35:26 knepley@khan.(none) +0 -0
Auto merged

src/ksp/pc/impls/composite/composite.c
1.30 05/03/15 18:35:26 knepley@khan.(none) +0 -2
Auto merged

src/ksp/pc/impls/bjacobi/bjacobi.c
1.40 05/03/15 18:35:26 knepley@khan.(none) +0 -3
Auto merged

src/ksp/pc/impls/asm/asm.c
1.46 05/03/15 18:35:26 knepley@khan.(none) +0 -1
Auto merged

src/ksp/ksp/interface/itcl.c
1.17 05/03/15 18:35:26 knepley@khan.(none) +0 -1
Auto merged

src/dm/da/src/gr2.c
1.32.1.1 05/03/15 18:35:26 knepley@khan.(none) +0 -2
Auto merged

include/petscts.h
1.32 05/03/15 18:35:26 knepley@khan.(none) +0 -1
Auto merged

include/petscpc.h
1.72 05/03/15 18:35:26 knepley@khan.(none) +0 -1
Auto merged

include/petscksp.h
1.64 05/03/15 18:35:26 knepley@khan.(none) +0 -1
Auto merged


Hg-commit: c41894b0cb6422519adcfc7fea08b1e4231ff575

show more ...


# f69a0ea3 16-Mar-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2975.1.5
knepley@khan.(none)|ChangeSet|20050316003440|07799
ChangeSet
1.2975.1.5 05/03/15 18:34:40 knepley@khan.(none) +235 -0
Fixed many const arguments
Changed MatCreate() to o

bk-changeset-1.2975.1.5
knepley@khan.(none)|ChangeSet|20050316003440|07799
ChangeSet
1.2975.1.5 05/03/15 18:34:40 knepley@khan.(none) +235 -0
Fixed many const arguments
Changed MatCreate() to only take a communicator
- Added MatSetSizes()
Changed SNESSolve() to accept a constant argument
- This should allow SNES to look almost like KSP
Added Options methods, SetUp(), and View() and objects which lacked them

src/vec/utils/vecio.c
1.42.1.2 05/03/15 18:34:38 knepley@khan.(none) +4 -4
Fixed const

src/vec/interface/vector.c
1.126 05/03/15 18:34:38 knepley@khan.(none) +124 -1
Added Options methods
Added SetUp()
Removed bad check

src/vec/interface/vecreg.c
1.32 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed const

src/vec/interface/mapreg.c
1.24 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed const

src/vec/interface/map.c
1.22 05/03/15 18:34:38 knepley@khan.(none) +190 -0
Added Options methods
Added SetUp() and View()

src/vec/impls/seq/dvec2.c
1.28 05/03/15 18:34:38 knepley@khan.(none) +4 -4
Fixed argument order

src/vec/impls/seq/bvec2.c
1.64.1.2 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed const

src/vec/impls/mpi/pbvec.c
1.34 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed const

src/vec/examples/tutorials/ex1e.c
1.9 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed AXPY

src/vec/examples/tutorials/ex17.c
1.3.1.1 05/03/15 18:34:38 knepley@khan.(none) +2 -0
Fixed compilation warning

src/vec/examples/tutorials/ex1.c
1.11 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed WAXPY

src/ts/impls/pseudo/posindep.c
1.25 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/ts/impls/implicit/cn/cn.c
1.23 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/ts/impls/implicit/beuler/beuler.c
1.25 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/ts/examples/tutorials/ex6.c
1.17 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tutorials/ex5.c
1.11 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tutorials/ex4.c
1.10 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tutorials/ex3.c
1.11 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tutorials/ex2f.F
1.14 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tutorials/ex2.c
1.9 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tests/ex4.c
1.12 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tests/ex2.c
1.8 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tests/ex1f.F
1.14 05/03/15 18:34:38 knepley@khan.(none) +6 -6
Fixed MatCreate

src/ts/examples/tests/ex1.c
1.13 05/03/15 18:34:38 knepley@khan.(none) +6 -3
Fixed MatCreate

src/sys/src/viewer/interface/viewreg.c
1.24 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed const

src/sys/src/viewer/interface/view.c
1.14 05/03/15 18:34:38 knepley@khan.(none) +182 -0
Added Options methods
Added SetUp() and View()

src/snes/utils/damgsnes.c
1.60 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/mf/snesmfj.c
1.52 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/snes/interface/snes.c
1.73.1.2 05/03/15 18:34:38 knepley@khan.(none) +9 -5
Now SNESSolve() can take a constant argument

src/snes/interface/noise/snesmfj2.c
1.28 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/snes/examples/tutorials/ex6.c
1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tutorials/ex5s.c
1.11 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tutorials/ex5f90.F
1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tutorials/ex5f.F
1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tutorials/ex5.c
1.22 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tutorials/ex3.c
1.16 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed SNESSolve
Fixed MatCreate

src/snes/examples/tutorials/ex26.c
1.21 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed SNESSolve
Fixed MatCreate

src/snes/examples/tutorials/ex21.c
1.9 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tutorials/ex2.c
1.13 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed SNESSolve
Fixed MatCreate

src/snes/examples/tutorials/ex1f.F
1.16 05/03/15 18:34:38 knepley@khan.(none) +3 -3
Fixed SNESSolve
Fixed MatCreate

src/snes/examples/tutorials/ex14.c
1.14 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tutorials/ex10d/ex10.c
1.14 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed SNESSolve
Fixed MatCreate

src/snes/examples/tutorials/ex1.c
1.12 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed SNESSolve
Fixed MatCreate

src/snes/examples/tests/ex9.c
1.12 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tests/ex7.c
1.13 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tests/ex5.c
1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tests/ex4.c
1.12 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tests/ex1f.F
1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tests/ex13.c
1.11 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed SNESSolve
Fixed MatCreate

src/snes/examples/tests/ex12f.F
1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tests/ex11.c
1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tests/ex1.c
1.14 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/mat/utils/matio.c
1.26.1.2 05/03/15 18:34:38 knepley@khan.(none) +4 -3
Fixed const
Fixed MatCreate

src/mat/utils/gcreate.c
1.39 05/03/15 18:34:38 knepley@khan.(none) +53 -22
Now MatCreate() takes only a communicator
Added MatSetSizes()

src/mat/utils/convert.c
1.20 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed MatCreate

src/mat/utils/axpy.c
1.26 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/matimpl.h
1.80 05/03/15 18:34:38 knepley@khan.(none) +3 -3
Fixed const

src/mat/interface/matrix.c
1.173 05/03/15 18:34:38 knepley@khan.(none) +129 -4
Added Options methods
Added MatSetUp()
Fixed const
Fixed MatCreate

src/mat/interface/matreg.c
1.23 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/shell/shellcnv.c
1.19 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed MatCreate

src/mat/impls/shell/shell.c
1.30 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed MatCreate

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.61 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/sbaij/seq/sbaijfact2.c
1.59 05/03/15 18:34:38 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/impls/sbaij/seq/sbaijfact.c
1.85 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/impls/sbaij/seq/sbaij2.c
1.40 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/sbaij/seq/sbaij.h
1.38 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/sbaij/seq/sbaij.c
1.139.1.2 05/03/15 18:34:37 knepley@khan.(none) +9 -6
Fixed MatCreate

src/mat/impls/sbaij/seq/aijsbaij.c
1.28 05/03/15 18:34:37 knepley@khan.(none) +12 -8
Fixed MatCreate

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.49 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/sbaij/mpi/mpisbaij.h
1.17 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/sbaij/mpi/mpisbaij.c
1.122 05/03/15 18:34:37 knepley@khan.(none) +14 -8
Fixed MatCreate

src/mat/impls/sbaij/mpi/mmsbaij.c
1.34 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/rowbs/mpi/mpirowbs.c
1.71 05/03/15 18:34:37 knepley@khan.(none) +8 -4
Fixed MatCreate

src/mat/impls/normal/normm.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/maij/maij.c
1.39 05/03/15 18:34:37 knepley@khan.(none) +4 -3
Fixed MatCreate
Fixed const

src/mat/impls/is/matis.c
1.23 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/feti/feti.c
1.5 05/03/15 18:34:37 knepley@khan.(none) +6 -3
Fixed MatCreate

src/mat/impls/dense/seq/dense.c
1.76.1.2 05/03/15 18:34:37 knepley@khan.(none) +13 -7
Fixed MatCreate

src/mat/impls/dense/mpi/mpidense.h
1.9 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/dense/mpi/mpidense.c
1.57 05/03/15 18:34:37 knepley@khan.(none) +21 -12
Fixed MatCreate

src/mat/impls/dense/mpi/mmdense.c
1.18 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/bdiag/seq/bdiag3.c
1.25.1.2 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/bdiag/seq/bdiag.h
1.15 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/bdiag/seq/bdiag.c
1.50 05/03/15 18:34:37 knepley@khan.(none) +9 -5
Fixed MatCreate

src/mat/impls/bdiag/mpi/mpibdiag.h
1.10 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/bdiag/mpi/mpibdiag.c
1.49 05/03/15 18:34:37 knepley@khan.(none) +10 -6
Fixed MatCreate
Fixed const

src/mat/impls/baij/seq/baijfact3.c
1.22 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/baij/seq/baijfact2.c
1.46 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/baij/seq/baijfact.c
1.30 05/03/15 18:34:37 knepley@khan.(none) +6 -3
Fixed MatCreate

src/mat/impls/baij/seq/baij2.c
1.34 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/baij/seq/baij.h
1.30 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/baij/seq/baij.c
1.127 05/03/15 18:34:37 knepley@khan.(none) +11 -7
Fixed MatCreate

src/mat/impls/baij/seq/aijbaij.c
1.25 05/03/15 18:34:37 knepley@khan.(none) +6 -4
Fixed MatCreate

src/mat/impls/baij/mpi/mpibaij.h
1.19 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/baij/mpi/mpibaij.c
1.95 05/03/15 18:34:37 knepley@khan.(none) +17 -10
Fixed MatCreate

src/mat/impls/baij/mpi/mmbaij.c
1.27 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.68 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/baij/mpi/baijov.c
1.31 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/seq/umfpack/umfpack.c
1.44 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/seq/superlu/superlu.c
1.77 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/impls/aij/seq/spooles/aijspooles.c
1.39 05/03/15 18:34:37 knepley@khan.(none) +6 -3
Fixed MatCreate

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.41.1.1 05/03/15 18:34:37 knepley@khan.(none) +6 -3
Fixed MatCreate

src/mat/impls/aij/seq/lusol/lusol.c
1.38 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/seq/essl/essl.c
1.38 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/seq/aijfact.c
1.112.1.1 05/03/15 18:34:37 knepley@khan.(none) +10 -5
Fixed MatCreate

src/mat/impls/aij/seq/aij.h
1.54 05/03/15 18:34:37 knepley@khan.(none) +3 -3
Fixed const

src/mat/impls/aij/seq/aij.c
1.220.1.2 05/03/15 18:34:37 knepley@khan.(none) +17 -9
Fixed MatCreate

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.109 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
1.32 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/mpi/mumps/mumps.c
1.87 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/impls/aij/mpi/mpiptap.c
1.19 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/mpi/mpiov.c
1.33 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/impls/aij/mpi/mpiaij.h
1.37 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/aij/mpi/mpiaij.c
1.241 05/03/15 18:34:37 knepley@khan.(none) +25 -14
Fixed MatCreate

src/mat/impls/aij/mpi/mmaij.c
1.24 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/aij/aijtype.c
1.13 05/03/15 18:34:37 knepley@khan.(none) +12 -12
Fixed const

src/mat/impls/adj/mpi/mpiadj.c
1.46.1.2 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/impls/adic/matadic.c
1.32 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed MatCreate

src/mat/examples/tutorials/ex5.c
1.4 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tutorials/ex2.c
1.7 05/03/15 18:34:37 knepley@khan.(none) +10 -5
Fixed MatCreate

src/mat/examples/tests/ex99.c
1.6 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/examples/tests/ex98.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex95.c
1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex94.c
1.18 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/examples/tests/ex93.c
1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex9.c
1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex85f.F
1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -2
Fixed MatCreate

src/mat/examples/tests/ex8.c
1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex75.c
1.23 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex74.c
1.30 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex71.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex70.c
1.6 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex7.c
1.14 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex6.c
1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex55.c
1.21 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/examples/tests/ex50.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex5.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex49.c
1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex4.c
1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex38.c
1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex37.c
1.8 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/examples/tests/ex33.c
1.12 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex31.c
1.11 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex30.c
1.15 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex3.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex27.c
1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex21.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex20.c
1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex2.c
1.12 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/examples/tests/ex19.c
1.11 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex15.c
1.14 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex14.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex12.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/examples/tests/ex11.c
1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex101.c
1.6 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/examples/tests/ex10.c
1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/pc/interface/precon.c
1.60.1.2 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/pc/interface/pcset.c
1.25 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/ksp/pc/impls/tfs/pxxt.c
1.26 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/ksp/pc/impls/spai/ispai.c
1.33 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/pc/impls/samg/samgpetsctools.c
1.15 05/03/15 18:34:37 knepley@khan.(none) +6 -3
Fixed MatCreate

src/ksp/pc/impls/samg/samgmgpetsc.c
1.16 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/pc/impls/redundant/redundant.c
1.23.1.1 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/ksp/pc/impls/ml/ml.c
1.18 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/ksp/pc/impls/mg/mgfunc.c
1.22.1.2 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed const

src/ksp/pc/impls/mg/mg.c
1.57.1.2 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed const

src/ksp/pc/impls/ksp/pcksp.c
1.22.1.1 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed const

src/ksp/pc/impls/is/nn/nn.c
1.30 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/pc/impls/eisens/eisen.c
1.27 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/pc/examples/tests/ex7.c
1.8 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/ksp/interface/itcreate.c
1.61 05/03/15 18:34:36 knepley@khan.(none) +2 -2
Fixed const

src/ksp/ksp/interface/eige.c
1.26 05/03/15 18:34:36 knepley@khan.(none) +6 -4
Fixed MatCreate

src/ksp/examples/tutorials/ex9.c
1.19 05/03/15 18:34:36 knepley@khan.(none) +4 -2
Fixed MatCreate

src/ksp/examples/tutorials/ex8.c
1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex7.c
1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex5.c
1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex4.c
1.13 05/03/15 18:34:36 knepley@khan.(none) +4 -2
Fixed MatCreate

src/ksp/examples/tutorials/ex30.c
1.14 05/03/15 18:34:36 knepley@khan.(none) +4 -2
Fixed MatCreate

src/ksp/examples/tutorials/ex3.c
1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex23.c
1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex2.c
1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex16.c
1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex15.c
1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex12.c
1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex11.c
1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex1.c
1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tests/ex3.c
1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tests/ex24.c
1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tests/ex20.c
1.17 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tests/ex17.c
1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tests/ex15.c
1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tests/ex1.c
1.11 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/fortran/custom/zvec.c
1.19 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed const

src/fortran/custom/zts.c
1.20 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed const

src/fortran/custom/zpc.c
1.31 05/03/15 18:34:36 knepley@khan.(none) +2 -2
Fixed const

src/fortran/custom/zmat.c
1.48 05/03/15 18:34:36 knepley@khan.(none) +3 -3
Fixed MatCreate
Fixed const

src/fortran/custom/zksp.c
1.24 05/03/15 18:34:36 knepley@khan.(none) +2 -2
Fixed const

src/docs/website/documentation/changes/222.html
1.39 05/03/15 18:34:36 knepley@khan.(none) +5 -2
Fixed MatCreate
Fixed SNESSolve

src/docs/tex/manual/part2.tex
1.89 05/03/15 18:34:36 knepley@khan.(none) +6 -3
Fixed MatCreate
Fixed SNESSolve

src/docs/tex/manual/part1.tex
1.36 05/03/15 18:34:36 knepley@khan.(none) +5 -4
Fixed MatCreate

src/dm/da/utils/pack.c
1.21 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/dm/da/utils/fdda.c
1.48 05/03/15 18:34:36 knepley@khan.(none) +3 -2
Fixed MatCreate
Fixed const

src/dm/da/utils/dm.c
1.11 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed const

src/dm/da/src/dainterp.c
1.28 05/03/15 18:34:36 knepley@khan.(none) +8 -4
Fixed MatCreate

src/dm/da/src/da2.c
1.64 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed const

src/dm/da/daimpl.h
1.21 05/03/15 18:34:36 knepley@khan.(none) +2 -2
Fixed const

src/dm/ao/impls/basic/aodatabasic.c
1.32 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/contrib/src/ns_q1q0_penalty/main.c
1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed SNESSolve

src/contrib/src/burgers_vertex_based_q1/main_old2.c
1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed SNESSolve

src/contrib/src/burgers_vertex_based_q1/main_old.c
1.6 05/03/15 18:34:36 knepley@khan.(none) +5 -3
Fixed SNESSolve and MatCreate

src/contrib/src/burgers_vertex_based_q1/main.c
1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed SNESSolve

src/contrib/src/burgers_df_based_q1/main.c
1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed SNESSolve

src/contrib/oberman/tns_q2q1/main.c
1.5 05/03/15 18:34:36 knepley@khan.(none) +8 -4
Fixed SNESSolve

src/contrib/oberman/ns_q2q1/main.c
1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed SNESSolve

src/contrib/oberman/ns_q1q1/main.c
1.5 05/03/15 18:34:36 knepley@khan.(none) +4 -2
Fixed SNESSolve

src/contrib/oberman/ns_q1q0_penalty/main.c
1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed SNESSolve

src/contrib/oberman/ns_q1q0/main.c
1.6 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/contrib/oberman/laplacian_q1/scalable/appalgebra.c
1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/contrib/oberman/laplacian_q1/appalgebra.c
1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/contrib/oberman/burgers_vertex_based_q1/main.c
1.13 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/contrib/oberman/burgers_df_based_q1/appsetalg.c
1.12 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/contrib/keyes/ex15.c
1.7 05/03/15 18:34:36 knepley@khan.(none) +4 -2
Fixed SNESSolve

src/contrib/helmholtz_2/ex12.c
1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/contrib/fun3d/incomp/flow.c
1.22 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/contrib/fun3d/comp/flow.c
1.8 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed MatCreate and SNESSovle

src/adic/examples/tutorials/ex5func.c
1.6 05/03/15 18:34:36 knepley@khan.(none) +4 -2
Fixed MatCreate and SNESSovle

src/adic/examples/tutorials/ex3func.c
1.6 05/03/15 18:34:36 knepley@khan.(none) +4 -2
Fixed MatCreate and SNESSovle

include/vecimpl.h
1.41 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed const

include/petscviewer.h
1.52 05/03/15 18:34:36 knepley@khan.(none) +8 -2
Fixed const
Added Options methods
Added PetscViewerSetUp() and PetscViewerView()

include/petscvec.h
1.72 05/03/15 18:34:36 knepley@khan.(none) +18 -6
Fixed const
Added Options methods
Added PetscMapSetUp() and PetscMapView()
Added VecSetUp()

include/petscsnes.h
1.47 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Now SNESSolve() takes a constant part or NULL

include/petscpc.h
1.70.1.2 05/03/15 18:34:36 knepley@khan.(none) +2 -2
Fixed const

include/petscmat.h
1.172 05/03/15 18:34:36 knepley@khan.(none) +15 -9
Fixed const
Added Options methods
Added MatSetUp()
Added MatSetSizes()
- Now MatCreate() takes no sizes

include/petscksp.h
1.62.1.2 05/03/15 18:34:36 knepley@khan.(none) +2 -2
Fixed const

include/petscda.h
1.46 05/03/15 18:34:36 knepley@khan.(none) +3 -3
Fixed const


Hg-commit: 238482a61eaff96c8054348fb0892ede560888c9

show more ...


# 18caa927 12-Mar-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2976
barrysmith@barry-smiths-computer.local|ChangeSet|20050312002402|60966
ChangeSet
1.2976 05/03/11 18:24:02 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.2976
barrysmith@barry-smiths-computer.local|ChangeSet|20050312002402|60966
ChangeSet
1.2976 05/03/11 18:24:02 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: 2f991d936e849b71eecd637f76ba4cefb92e193c

show more ...


# e34fafa9 12-Mar-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2974.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050312002343|63799
ChangeSet
1.2974.1.1 05/03/11 18:23:43 barrysmith@barry-smiths-computer.local +7 -0
petsc-maint fixes

bk-changeset-1.2974.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050312002343|63799
ChangeSet
1.2974.1.1 05/03/11 18:23:43 barrysmith@barry-smiths-computer.local +7 -0
petsc-maint fixes and clarifications

src/mat/order/makefile
1.6 05/03/11 18:23:41 barrysmith@barry-smiths-computer.local +4 -0
clarification

src/mat/impls/aij/seq/ilut.c
1.11 05/03/11 18:23:41 barrysmith@barry-smiths-computer.local +4 -1
complete GNUCOPYRIGHT protections

src/dm/da/examples/tutorials/ex6.c
1.2 05/03/11 18:23:41 barrysmith@barry-smiths-computer.local +31 -56
demonstrate combining DAs

src/mat/impls/aij/seq/aijfact.c
1.113 05/03/11 18:23:40 barrysmith@barry-smiths-computer.local +2 -0
complete GNUCOPYRIGHT protections

src/mat/impls/aij/seq/aij.c
1.221 05/03/11 18:23:40 barrysmith@barry-smiths-computer.local +34 -1
petsc-maint 12

src/dm/da/examples/tutorials/makefile
1.13 05/03/11 18:23:40 barrysmith@barry-smiths-computer.local +6 -2
new tutorial example for using more than one DA

src/ksp/pc/impls/jacobi/jacobi.c
1.17 05/03/11 17:49:59 barrysmith@barry-smiths-computer.local +1 -1
petsc-maint 12732 option did not work due to make string function name

src/dm/da/examples/tutorials/ex6.c
1.1 05/03/11 15:50:10 barrysmith@barrysmith-57.mcs.anl.gov +72 -0

src/dm/da/examples/tutorials/ex6.c
1.0 05/03/11 15:50:10 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/dm/da/examples/tutorials/ex6.c


Hg-commit: 1b7af8c4f60ad81affab4ad639f44d881892e735

show more ...


# 2c76e3be 09-Mar-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2965
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050309204433|43960
ChangeSet
1.2965 05/03/09 14:44:33 barrysmith@barrysmith-57.mcs.anl.gov +9 -0
big merge

python/PETSc/pac

bk-changeset-1.2965
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050309204433|43960
ChangeSet
1.2965 05/03/09 14:44:33 barrysmith@barrysmith-57.mcs.anl.gov +9 -0
big merge

python/PETSc/packages/MPI.py
1.166 05/03/09 14:44:31 barrysmith@barrysmith-57.mcs.anl.gov +13 -8
your fix was wrong, gotta fix manually now

include/petsc.h
1.120 05/03/09 14:44:31 barrysmith@barrysmith-57.mcs.anl.gov +0 -3
my fix was right, yours was wrong, nah, nah, nah

src/vec/utils/vinv.c
1.40 05/03/09 14:42:00 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Auto merged

src/docs/tex/manual/manual.tex
1.24 05/03/09 14:42:00 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Auto merged

src/docs/tex/manual/intro.tex
1.18 05/03/09 14:42:00 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Auto merged

src/docs/tex/manual/developers.tex
1.11 05/03/09 14:42:00 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Auto merged

python/PETSc/package.py
1.36 05/03/09 14:42:00 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Auto merged

include/petscvec.h
1.70 05/03/09 14:42:00 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Auto merged

BitKeeper/deleted/.del-variables~a82352c758fb2b08
1.6 05/03/09 14:41:59 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Auto merged


Hg-commit: d5194c4a0dacf54bf38ed3936922c82311f94388

show more ...


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


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

bk-changeset-1.2879
barrysmith@barry-smiths-computer.local|ChangeSet|20050129212209|43812
ChangeSet
1.2879 05/01/29 15:22:09 barrysmith@barry-smiths-computer.local +16 -0
avoid indirect polymorph

bk-changeset-1.2879
barrysmith@barry-smiths-computer.local|ChangeSet|20050129212209|43812
ChangeSet
1.2879 05/01/29 15:22:09 barrysmith@barry-smiths-computer.local +16 -0
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/sbaij/seq/sbaijfact2.c
1.58 05/01/29 15:22:05 barrysmith@barry-smiths-computer.local +2 -2
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/sbaij/seq/sbaijfact.c
1.84 05/01/29 15:22:05 barrysmith@barry-smiths-computer.local +2 -10
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/sbaij/seq/sbaij2.c
1.38 05/01/29 15:22:05 barrysmith@barry-smiths-computer.local +1 -1
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/sbaij/seq/sbaij.h
1.36 05/01/29 15:22:05 barrysmith@barry-smiths-computer.local +1 -0
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/sbaij/seq/sbaij.c
1.135 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +40 -37
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/sbaij/seq/aijsbaij.c
1.27 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +2 -2
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/baij/seq/baijfact3.c
1.21 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +1 -5
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/baij/seq/baijfact2.c
1.45 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +1 -5
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/baij/seq/baijfact.c
1.29 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +2 -10
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/baij/seq/baij2.c
1.32 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +1 -1
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/baij/seq/baij.h
1.28 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +1 -0
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/baij/seq/baij.c
1.121 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +38 -34
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/baij/seq/aijbaij.c
1.23 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +1 -1
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/aij/seq/aijfact.c
1.111 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +5 -19
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/aij/seq/aij.h
1.52 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +1 -0
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ

src/mat/impls/aij/seq/aij.c
1.211 05/01/29 15:22:03 barrysmith@barry-smiths-computer.local +30 -33
avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible
also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ


Hg-commit: 78dee3b02a277d003c04d93359de6cc6b1a047fe

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


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


# 6a7c8fc2 07-Dec-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.2796
hzhang@harley.mcs.anl.gov|ChangeSet|20041207221923|37406
ChangeSet
1.2796 04/12/07 16:19:23 hzhang@harley.mcs.anl.gov +2 -0
bugfix for complex build

src/mat/impls/csr/inode

bk-changeset-1.2796
hzhang@harley.mcs.anl.gov|ChangeSet|20041207221923|37406
ChangeSet
1.2796 04/12/07 16:19:23 hzhang@harley.mcs.anl.gov +2 -0
bugfix for complex build

src/mat/impls/csr/inode/inode.c
1.46 04/12/07 16:19:10 hzhang@harley.mcs.anl.gov +2 -2
bugfix for complex build

src/mat/impls/aij/seq/aijfact.c
1.108 04/12/07 16:19:10 hzhang@harley.mcs.anl.gov +2 -1
bugfix for complex build


Hg-commit: 7f50181364b496e808e8cde7538b4d0e6d020020

show more ...


1...<<21222324252627282930>>...42