| d64ac4a7 | 05-Jan-2006 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3924 balay@asterix.mcs.anl.gov|ChangeSet|20060105235937|30499 ChangeSet 1.3924 06/01/05 17:59:37 balay@asterix.mcs.anl.gov +1 -0 fix typo
src/mat/interface/matrix.c 1.205 06
bk-changeset-1.3924 balay@asterix.mcs.anl.gov|ChangeSet|20060105235937|30499 ChangeSet 1.3924 06/01/05 17:59:37 balay@asterix.mcs.anl.gov +1 -0 fix typo
src/mat/interface/matrix.c 1.205 06/01/05 17:59:35 balay@asterix.mcs.anl.gov +1 -1 fix typo
Hg-commit: 53c1e1c2cbbf4b83f5147824c888a1fc946ecf43
show more ...
|
| 575c63b4 | 05-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3921 barrysmith@barry-smiths-computer.local|ChangeSet|20060105200600|31907 ChangeSet 1.3921 06/01/05 14:06:00 barrysmith@barry-smiths-computer.local +2 -0 matrix.c: petsc-maint
bk-changeset-1.3921 barrysmith@barry-smiths-computer.local|ChangeSet|20060105200600|31907 ChangeSet 1.3921 06/01/05 14:06:00 barrysmith@barry-smiths-computer.local +2 -0 matrix.c: petsc-maint 14213 gets non-block stash info twice instead of nonblock and block index.html: full link to tutorials
src/mat/interface/matrix.c 1.204 06/01/05 14:05:18 barrysmith@barry-smiths-computer.local +1 -1 petsc-maint 14213 gets non-block stash info twice instead of nonblock and block
src/docs/website/documentation/tutorials/index.html 1.27 06/01/04 11:45:36 barrysmith@barrysmith-11.mcs.anl.gov +1 -1 full link to tutorials
Hg-commit: 097e060298b15335dd23a9602de485cf5c6aa6d5
show more ...
|
| 3f92711f | 18-Dec-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3882.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051218044723|40925 ChangeSet 1.3882.1.1 05/12/17 22:47:23 barrysmith@barry-smiths-computer.local +25 -0 dlregissnes.c, d
bk-changeset-1.3882.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051218044723|40925 ChangeSet 1.3882.1.1 05/12/17 22:47:23 barrysmith@barry-smiths-computer.local +25 -0 dlregissnes.c, dlregisksp.c, dlregisdm.c: PetscEvents do not belong in public includes! dlregists.c: *** empty log message *** acknwldg.html: typos inherit.c: still removing some query language stuff. petsclog.h: PETSC_Barrier petscevent should not be in public include dlregispetsc.c: PETSC_Barrier should not be in public include petscao.h, aoimpl.h: ao petscevents should be in private include not public daimpl.h, petscda.h: da petscevents should be in private include not public petscts.h, tsimpl.h: petscevents for ts should be in private include petscsnes.h, snesimpl.h: petscevents for snes should be in private include petscksp.h, kspimpl.h: petscevents for ksp should be in private include not public petscpc.h, pcimpl.h: petscevent for pc methods should not be public petscmat.h: petscevents for mat should not be in public include matimpl.h: petscevents for mat should be here private not in public petscmat.h dlregismat.c: include matimpl.h not petscmat.h petscvec.h: petscevents for vec operations should be vecimpl.h not public vecimpl.h: vector event variables should be listed here, not in petscvec.h
src/snes/interface/dlregissnes.c 1.27 05/12/17 22:47:02 barrysmith@barry-smiths-computer.local +1 -1 PetscEvents do not belong in public includes!
src/ksp/ksp/interface/dlregisksp.c 1.30 05/12/17 22:47:01 barrysmith@barry-smiths-computer.local +2 -1 PetscEvents do not belong in public includes!
src/dm/ao/interface/dlregisdm.c 1.30 05/12/17 22:47:01 barrysmith@barry-smiths-computer.local +2 -2 PetscEvents do not belong in public includes!
src/ts/interface/dlregists.c 1.25 05/12/17 22:42:31 barrysmith@barry-smiths-computer.local +1 -1 *** empty log message ***
src/docs/website/miscellaneous/acknwldg.html 1.33 05/12/17 22:34:06 barrysmith@barry-smiths-computer.local +3 -3 typos
src/sys/objects/inherit.c 1.43 05/12/17 22:29:58 barrysmith@barry-smiths-computer.local +0 -91 still removing some query language stuff.
include/petsclog.h 1.66 05/12/17 22:25:06 barrysmith@barry-smiths-computer.local +0 -3 PETSC_Barrier petscevent should not be in public include
src/sys/viewer/interface/dlregispetsc.c 1.30 05/12/17 22:24:45 barrysmith@barry-smiths-computer.local +2 -0 PETSC_Barrier should not be in public include
include/petscao.h 1.20 05/12/17 22:21:38 barrysmith@barry-smiths-computer.local +0 -1 ao petscevents should be in private include not public
src/dm/ao/aoimpl.h 1.20 05/12/17 22:21:32 barrysmith@barry-smiths-computer.local +2 -0 ao petscevents should be in private include not public
src/dm/da/daimpl.h 1.24 05/12/17 22:19:56 barrysmith@barry-smiths-computer.local +2 -0 da petscevents should be in private include not public
include/petscda.h 1.77 05/12/17 22:19:51 barrysmith@barry-smiths-computer.local +0 -1 da petscevents should be in private include not public
include/petscts.h 1.36 05/12/17 22:19:02 barrysmith@barry-smiths-computer.local +0 -1 petscevents for ts should be in private include
src/ts/tsimpl.h 1.18 05/12/17 22:18:58 barrysmith@barry-smiths-computer.local +2 -0 petscevents for ts should be in private include
include/petscsnes.h 1.55 05/12/17 22:18:19 barrysmith@barry-smiths-computer.local +0 -2 petscevents for snes should be in private include
src/snes/snesimpl.h 1.21 05/12/17 22:18:15 barrysmith@barry-smiths-computer.local +3 -0 petscevents for snes should be in private include
include/petscksp.h 1.72 05/12/17 22:17:24 barrysmith@barry-smiths-computer.local +0 -1 petscevents for ksp should be in private include not public
src/ksp/ksp/kspimpl.h 1.29 05/12/17 22:17:18 barrysmith@barry-smiths-computer.local +2 -0 petscevents for ksp should be in private include not public
include/petscpc.h 1.82 05/12/17 22:16:33 barrysmith@barry-smiths-computer.local +0 -2 petscevent for pc methods should not be public
include/private/pcimpl.h 1.15 05/12/17 22:16:27 barrysmith@barry-smiths-computer.local +2 -1 petscevent for pc methods should not be public
include/petscmat.h 1.205 05/12/17 22:15:09 barrysmith@barry-smiths-computer.local +0 -11 petscevents for mat should not be in public include
src/mat/matimpl.h 1.92 05/12/17 22:14:54 barrysmith@barry-smiths-computer.local +12 -0 petscevents for mat should be here private not in public petscmat.h
src/mat/interface/dlregismat.c 1.35 05/12/17 22:14:33 barrysmith@barry-smiths-computer.local +2 -2 include matimpl.h not petscmat.h
include/petscvec.h 1.86 05/12/17 22:11:53 barrysmith@barry-smiths-computer.local +0 -5 petscevents for vec operations should be vecimpl.h not public
include/private/vecimpl.h 1.49 05/12/17 22:11:09 barrysmith@barry-smiths-computer.local +6 -8 vector event variables should be listed here, not in petscvec.h
Hg-commit: 131ab2cf8aa9b7cc64269e1025e4673b09186f37
show more ...
|
| 2401956b | 16-Dec-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3869.4.4 barrysmith@barry-smiths-computer.local|ChangeSet|20051216024320|58989 ChangeSet 1.3869.4.4 05/12/15 20:43:20 barrysmith@barry-smiths-computer.local +27 -0 231.html: ch
bk-changeset-1.3869.4.4 barrysmith@barry-smiths-computer.local|ChangeSet|20051216024320|58989 ChangeSet 1.3869.4.4 05/12/15 20:43:20 barrysmith@barry-smiths-computer.local +27 -0 231.html: change for PCILU/LU/ICCSet... to PCFactorSet .. Many files: Change -pc_ilu/icc etc to -pc_factor iscoloring.c: test fails on special case where nc is 256 hence caste to unsigned char gives 0 .del-zluf.c~6c7752d5ca766537: Delete: src/ksp/pc/impls/factor/lu/ftn-custom/zluf.c .del-makefile~91e3104cea874600: Delete: src/ksp/pc/impls/factor/lu/ftn-custom/makefile petscapp.bib: new pub from ORNL
src/docs/website/documentation/changes/231.html 1.51 05/12/15 20:40:53 barrysmith@barry-smiths-computer.local +206 -0 change for PCILU/LU/ICCSet... to PCFactorSet ..
src/sys/viewer/impls/ascii/vcreatea.c 1.21 05/12/15 20:30:20 barrysmith@barry-smiths-computer.local +1 -0 Change -pc_ilu/icc etc to -pc_factor
src/mat/utils/zerodiag.c 1.15 05/12/15 20:30:20 barrysmith@barry-smiths-computer.local +1 -2 Change -pc_ilu/icc etc to -pc_factor
src/mat/order/sorder.c 1.23 05/12/15 20:30:20 barrysmith@barry-smiths-computer.local +2 -2 Change -pc_ilu/icc etc to -pc_factor
src/mat/interface/matrix.c 1.203 05/12/15 20:30:19 barrysmith@barry-smiths-computer.local +4 -4 Change -pc_ilu/icc etc to -pc_factor
src/mat/impls/feti/feti.c 1.6 05/12/15 20:30:19 barrysmith@barry-smiths-computer.local +3 -3 Change -pc_ilu/icc etc to -pc_factor
src/mat/impls/baij/seq/baijfact2.c 1.52 05/12/15 20:30:18 barrysmith@barry-smiths-computer.local +1 -1 Change -pc_ilu/icc etc to -pc_factor
src/mat/impls/aij/seq/umfpack/umfpack.c 1.47 05/12/15 20:30:18 barrysmith@barry-smiths-computer.local +1 -1 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/impls/factor/lu/lu.c 1.51 05/12/15 20:30:18 barrysmith@barry-smiths-computer.local +78 -147 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/impls/factor/ilu/ftn-custom/ziluf.c 1.2 05/12/15 20:30:18 barrysmith@barry-smiths-computer.local +4 -4 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/impls/factor/ilu/ilu.c 1.63 05/12/15 20:30:17 barrysmith@barry-smiths-computer.local +88 -300 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/impls/factor/icc/icc.c 1.47 05/12/15 20:30:17 barrysmith@barry-smiths-computer.local +18 -86 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.47 05/12/15 20:30:17 barrysmith@barry-smiths-computer.local +48 -124 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/impls/asm/asm.c 1.53 05/12/15 20:30:17 barrysmith@barry-smiths-computer.local +1 -1 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/examples/tutorials/ex2.c 1.15 05/12/15 20:30:17 barrysmith@barry-smiths-computer.local +3 -3 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/examples/tutorials/ex1.c 1.13 05/12/15 20:30:16 barrysmith@barry-smiths-computer.local +3 -3 Change -pc_ilu/icc etc to -pc_factor
src/ksp/ksp/examples/tutorials/makefile 1.90 05/12/15 20:30:16 barrysmith@barry-smiths-computer.local +2 -2 Change -pc_ilu/icc etc to -pc_factor
src/ksp/ksp/examples/tests/makefile 1.34 05/12/15 20:30:16 barrysmith@barry-smiths-computer.local +2 -2 Change -pc_ilu/icc etc to -pc_factor
src/docs/tex/manual/part2.tex 1.105 05/12/15 20:30:15 barrysmith@barry-smiths-computer.local +45 -47 Change -pc_ilu/icc etc to -pc_factor
src/contrib/keyes/makefile 1.7 05/12/15 20:30:15 barrysmith@barry-smiths-computer.local +1 -1 Change -pc_ilu/icc etc to -pc_factor
include/petscpc.h 1.80 05/12/15 20:30:14 barrysmith@barry-smiths-computer.local +10 -25 Change -pc_ilu/icc etc to -pc_factor
include/petscmat.h 1.204 05/12/15 20:30:14 barrysmith@barry-smiths-computer.local +2 -3 Change -pc_ilu/icc etc to -pc_factor
include/petscksp.h 1.71 05/12/15 20:30:13 barrysmith@barry-smiths-computer.local +1 -1 Change -pc_ilu/icc etc to -pc_factor
src/vec/is/utils/iscoloring.c 1.36 05/12/15 16:47:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 test fails on special case where nc is 256 hence caste to unsigned char gives 0
BitKeeper/deleted/.del-zluf.c~6c7752d5ca766537 1.2 05/12/15 15:59:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Delete: src/ksp/pc/impls/factor/lu/ftn-custom/zluf.c
BitKeeper/deleted/.del-makefile~91e3104cea874600 1.2 05/12/15 15:59:40 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Delete: src/ksp/pc/impls/factor/lu/ftn-custom/makefile
src/docs/tex/petscapp.bib 1.221 05/12/15 15:10:20 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 new pub from ORNL
Hg-commit: 8b2c323b74ed98f9dffbb555b74dd38f91182708
show more ...
|
| 808581df | 08-Dec-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3860 barrysmith@barry-smiths-computer.local|ChangeSet|20051208205403|22419 ChangeSet 1.3860 05/12/08 14:54:03 barrysmith@barry-smiths-computer.local +5 -0 switch b,x arguments of M
bk-changeset-1.3860 barrysmith@barry-smiths-computer.local|ChangeSet|20051208205403|22419 ChangeSet 1.3860 05/12/08 14:54:03 barrysmith@barry-smiths-computer.local +5 -0 switch b,x arguments of MatScaleSystem and MatUnscaleSystem() to be consistent with other calls
src/mat/interface/matrix.c 1.202 05/12/08 14:53:58 barrysmith@barry-smiths-computer.local +8 -8 switch b,x arguments of MatScaleSystem and MatUnscaleSystem() to be consistent with other calls
src/mat/impls/rowbs/mpi/iccbs.c 1.11 05/12/08 14:53:58 barrysmith@barry-smiths-computer.local +2 -2 switch b,x arguments of MatScaleSystem and MatUnscaleSystem() to be consistent with other calls
src/ksp/pc/interface/precon.c 1.68 05/12/08 14:53:58 barrysmith@barry-smiths-computer.local +2 -2 switch b,x arguments of MatScaleSystem and MatUnscaleSystem() to be consistent with other calls
src/ksp/ksp/interface/iterativ.c 1.41 05/12/08 14:53:58 barrysmith@barry-smiths-computer.local +1 -1 switch b,x arguments of MatScaleSystem and MatUnscaleSystem() to be consistent with other calls
src/docs/website/documentation/changes/231.html 1.50 05/12/08 14:53:58 barrysmith@barry-smiths-computer.local +205 -1 switch b,x arguments of MatScaleSystem and MatUnscaleSystem() to be consistent with other calls
Hg-commit: ffd02bfd629853cb2cb81fd0846b531e654f3141
show more ...
|
| 12329d30 | 04-Dec-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3813.6.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051204005500|06489 ChangeSet 1.3813.6.1 05/12/03 18:55:00 barrysmith@barry-smiths-computer.local +2 -0 matrix.c: len
bk-changeset-1.3813.6.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051204005500|06489 ChangeSet 1.3813.6.1 05/12/03 18:55:00 barrysmith@barry-smiths-computer.local +2 -0 matrix.c: length check was not made update for number of nonzero columns ex29.c: major leaque bug since May 2004; rho was not calculated of i,j was not on the boundary so used old (or none) value
src/mat/interface/matrix.c 1.201 05/12/03 18:52:15 barrysmith@barry-smiths-computer.local +1 -1 length check was not made update for number of nonzero columns
src/ksp/ksp/examples/tutorials/ex29.c 1.23 05/12/03 18:35:20 barrysmith@barry-smiths-computer.local +2 -2 major leaque bug since May 2004; rho was not calculated of i,j was not on the boundary so used old (or none) value
Hg-commit: 1219302db58889e7ce78d6427afa5fb2c07010a1
show more ...
|
| bdf45cc9 | 29-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3796.1.4 balay@asterix.mcs.anl.gov|ChangeSet|20051129003006|17291 ChangeSet 1.3796.1.4 05/11/28 18:30:06 balay@asterix.mcs.anl.gov +3 -0 BlockSolve -> BlockSolve95
src/mat/inter
bk-changeset-1.3796.1.4 balay@asterix.mcs.anl.gov|ChangeSet|20051129003006|17291 ChangeSet 1.3796.1.4 05/11/28 18:30:06 balay@asterix.mcs.anl.gov +3 -0 BlockSolve -> BlockSolve95
src/mat/interface/matregis.c 1.51 05/11/28 18:30:04 balay@asterix.mcs.anl.gov +1 -1 BlockSolve -> BlockSolve95
src/mat/impls/rowbs/makefile 1.5 05/11/28 18:30:04 balay@asterix.mcs.anl.gov +1 -1 BlockSolve -> BlockSolve95
python/PETSc/packages/BlockSolve95.py 1.42 05/11/28 18:30:04 balay@asterix.mcs.anl.gov +0 -1 BlockSolve -> BlockSolve95
Hg-commit: 4f0917636932774ea63a547f0ea1b66bfb341f97
show more ...
|
| d8ba604a | 24-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3780 balay@asterix.mcs.anl.gov|ChangeSet|20051124000745|43110 ChangeSet 1.3780 05/11/23 18:07:45 balay@asterix.mcs.anl.gov +18 -0 splitup f90 interface into f90-custom
src/vec/v
bk-changeset-1.3780 balay@asterix.mcs.anl.gov|ChangeSet|20051124000745|43110 ChangeSet 1.3780 05/11/23 18:07:45 balay@asterix.mcs.anl.gov +18 -0 splitup f90 interface into f90-custom
src/vec/vec/interface/f90-custom/makefile 1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/vec/vec/interface/f90-custom/makefile''
src/vec/is/utils/f90-custom/ziscoloringf90.c 1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +42 -0 New BitKeeper file ``src/vec/is/utils/f90-custom/ziscoloringf90.c''
src/vec/is/utils/f90-custom/makefile 1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/vec/is/utils/f90-custom/makefile''
src/vec/is/interface/f90-custom/zindexf90.c 1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +36 -0 New BitKeeper file ``src/vec/is/interface/f90-custom/zindexf90.c''
src/vec/is/interface/f90-custom/makefile 1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/vec/is/interface/f90-custom/makefile''
src/vec/vec/interface/f90-custom/makefile 1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/vec/interface/f90-custom/makefile
src/vec/is/utils/f90-custom/ziscoloringf90.c 1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/utils/f90-custom/ziscoloringf90.c
src/vec/is/utils/f90-custom/makefile 1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/utils/f90-custom/makefile
src/vec/is/interface/f90-custom/zindexf90.c 1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/interface/f90-custom/zindexf90.c
src/vec/is/interface/f90-custom/makefile 1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/interface/f90-custom/makefile
src/vec/is/impls/f90-custom/zblockf90.c 1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +34 -0 New BitKeeper file ``src/vec/is/impls/f90-custom/zblockf90.c''
src/vec/is/impls/f90-custom/makefile 1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/vec/is/impls/f90-custom/makefile''
src/snes/interface/f90-custom/makefile 1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/snes/interface/f90-custom/makefile''
src/mat/interface/f90-custom/makefile 1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/mat/interface/f90-custom/makefile''
src/ksp/ksp/interface/f90-custom/makefile 1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/ksp/ksp/interface/f90-custom/makefile''
src/dm/da/src/f90-custom/makefile 1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/dm/da/src/f90-custom/makefile''
src/vec/is/impls/f90-custom/zblockf90.c 1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/impls/f90-custom/zblockf90.c
src/vec/is/impls/f90-custom/makefile 1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/impls/f90-custom/makefile
src/snes/interface/f90-custom/makefile 1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/snes/interface/f90-custom/makefile
src/mat/interface/f90-custom/makefile 1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/mat/interface/f90-custom/makefile
src/ksp/ksp/interface/f90-custom/makefile 1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/ksp/ksp/interface/f90-custom/makefile
src/dm/da/src/f90-custom/makefile 1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/dm/da/src/f90-custom/makefile
src/vec/vec/interface/f90-custom/zvectorf90.c 1.8 05/11/23 18:07:41 balay@asterix.mcs.anl.gov +0 -78 splitup f90 interface into f90-custom
src/fortran/f90/makefile 1.5 05/11/23 18:07:41 balay@asterix.mcs.anl.gov +0 -6 splitup f90 interface into f90-custom
bmake/common/rules 1.179 05/11/23 18:07:41 balay@asterix.mcs.anl.gov +2 -2 splitup f90 interface into f90-custom
src/vec/vec/interface/f90-custom/zvectorf90.c 1.7 05/11/23 17:14:30 balay@asterix.mcs.anl.gov +0 -0 Rename: src/vec/vec/interface/zvectorf90.c -> src/vec/vec/interface/f90-custom/zvectorf90.c
src/vec/vec/interface/zvectorf90.c 1.6 05/11/23 17:14:07 balay@asterix.mcs.anl.gov +0 -0 Rename: src/fortran/f90/zf90vec.c -> src/vec/vec/interface/zvectorf90.c
src/snes/interface/f90-custom/zsnesf90.c 1.6 05/11/23 17:08:49 balay@asterix.mcs.anl.gov +0 -0 Rename: src/fortran/f90/zf90snes.c -> src/snes/interface/f90-custom/zsnesf90.c
src/mat/interface/f90-custom/zmatrixf90.c 1.6 05/11/23 17:06:42 balay@asterix.mcs.anl.gov +0 -0 Rename: src/fortran/f90/zf90mat.c -> src/mat/interface/f90-custom/zmatrixf90.c
src/ksp/ksp/interface/f90-custom/zitfuncf90.c 1.7 05/11/23 17:04:49 balay@asterix.mcs.anl.gov +0 -0 Rename: src/ksp/ksp/interface/zitfuncf90.c -> src/ksp/ksp/interface/f90-custom/zitfuncf90.c
src/ksp/ksp/interface/zitfuncf90.c 1.6 05/11/23 17:04:20 balay@asterix.mcs.anl.gov +0 -0 Rename: src/fortran/f90/zf90ksp.c -> src/ksp/ksp/interface/zitfuncf90.c
src/dm/da/src/f90-custom/zdaindexf90.c 1.6 05/11/23 17:00:09 balay@asterix.mcs.anl.gov +0 -0 Rename: src/fortran/f90/zf90da.c -> src/dm/da/src/f90-custom/zdaindexf90.c
Hg-commit: 37bd44982d172a710a64e299867e278f5ee1f9d0
show more ...
|
| 6e8ab9e2 | 22-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3766 barrysmith@barry-smiths-computer.local|ChangeSet|20051122015240|55358 ChangeSet 1.3766 05/11/21 19:52:40 barrysmith@barry-smiths-computer.local +9 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.3766 barrysmith@barry-smiths-computer.local|ChangeSet|20051122015240|55358 ChangeSet 1.3766 05/11/21 19:52:40 barrysmith@barry-smiths-computer.local +9 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
src/ksp/ksp/examples/tutorials/ex33.c 1.19 05/11/21 19:52:36 barrysmith@barry-smiths-computer.local +6 -12 Matt screws us again
src/mat/interface/matrix.c 1.200 05/11/21 19:46:51 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/sbaij/seq/sbaij.c 1.152 05/11/21 19:46:50 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/factor/lu/lu.c 1.48 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/factor/ilu/ilu.c 1.61 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/factor/icc/icc.c 1.45 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.45 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
python/PETSc/packages/BlasLapack.py 1.145 05/11/21 19:46:48 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
include/petsc.h 1.152 05/11/21 19:46:48 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: fc4e73369605255a3822b849ac0e0ddbc7c59413
show more ...
|
| a83599f4 | 21-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3755.1.4 barrysmith@barry-smiths-computer.local|ChangeSet|20051121223356|46556 ChangeSet 1.3755.1.4 05/11/21 16:33:56 barrysmith@barry-smiths-computer.local +134 -0 support for --w
bk-changeset-1.3755.1.4 barrysmith@barry-smiths-computer.local|ChangeSet|20051121223356|46556 ChangeSet 1.3755.1.4 05/11/21 16:33:56 barrysmith@barry-smiths-computer.local +134 -0 support for --with-precision=longdouble
src/vec/vec/impls/seq/bvec2.c 1.76 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/vec/vec/impls/mpi/pdvec.c 1.64 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex9.c 1.11 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex1e.c 1.11 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex11.c 1.10 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex1.c 1.13 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/vec/vec/examples/tests/ex28.c 1.10 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/vec/vec/examples/tests/ex21.c 1.12 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/interface/ts.c 1.55 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/impls/pseudo/posindep.c 1.26 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tutorials/ex7.c 1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tutorials/ex6.c 1.19 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/examples/tutorials/ex5.c 1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/examples/tutorials/ex4.c 1.12 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/examples/tutorials/ex3.c 1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tutorials/ex2.c 1.11 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tests/ex1.c 1.15 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/sys/utils/random.c 1.30 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/objects/ptype.c 1.18 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +8 -1 support for --with-precision=longdouble
src/sys/objects/aoptions.c 1.43 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/sys/fileio/mprint.c 1.50 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +9 -0 support for --with-precision=longdouble
src/sys/examples/tests/ex3.c 1.6 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/examples/tests/ex14.c 1.5 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/utils/lg.c 1.21 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/utils/hists.c 1.26 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/interface/dviewp.c 1.13 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/interface/dpoints.c 1.11 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/impls/ps/pops.c 1.18 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +20 -20 support for --with-precision=longdouble
src/sys/bag/bag.c 1.26 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/snes/utils/damgsnes.c 1.78 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/utils/adutils/damgsnesad.c 1.9 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/snes/mf/snesmfjdef.c 1.19 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/mf/snesmfj.c 1.60 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/snes/interface/snesut.c 1.21 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/snes/interface/snes.c 1.97 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/snes/interface/noise/snesnoise.c 1.22 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/snes/interface/noise/snesmfj2.c 1.31 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/snes/impls/tr/tr.c 1.34 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +9 -9 support for --with-precision=longdouble
src/snes/impls/test/snestest.c 1.21 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/impls/ls/ls.c 1.67 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/snes/examples/tutorials/ex8.c 1.6 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/snes/examples/tutorials/ex7.c 1.19 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/examples/tutorials/ex4.c 1.10 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/examples/tutorials/ex30.c 1.54 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/snes/examples/tutorials/ex3.c 1.17 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/snes/examples/tutorials/ex29.c 1.90 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/snes/examples/tutorials/ex27.c 1.16 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +7 -7 support for --with-precision=longdouble
src/snes/examples/tutorials/ex26.c 1.24 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/snes/examples/tutorials/ex22.c 1.14 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tutorials/ex2.c 1.14 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/examples/tutorials/ex19.c 1.20 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tutorials/ex14.c 1.15 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tests/ex7.c 1.15 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tests/ex5.c 1.11 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tests/ex1.c 1.15 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/utils/multequal.c 1.11 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/mat/utils/compressedrow.c 1.13 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/matfd/fdmatrix.c 1.36 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/interface/matrix.c 1.198.1.1 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/mat/interface/matnull.c 1.36 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/impls/sbaij/seq/sbaijfact2.c 1.64 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/mat/impls/sbaij/seq/sbaijfact.c 1.90 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/mat/impls/sbaij/seq/sbaij.c 1.150.1.1 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +9 -9 support for --with-precision=longdouble
src/mat/impls/dense/seq/dense.c 1.89 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/impls/csr/inode/inode.c 1.54 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +11 -11 support for --with-precision=longdouble
src/mat/impls/bdiag/seq/bdiag3.c 1.28 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/mat/impls/baij/seq/baijfact3.c 1.25 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/impls/baij/seq/baijfact2.c 1.50 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/impls/baij/seq/baijfact.c 1.35 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/mat/impls/baij/seq/baij.c 1.140 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/mat/impls/aij/seq/matmatmult.c 1.88 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/impls/aij/seq/crl/crl.c 1.14 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/impls/aij/seq/aijfact.c 1.125 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +22 -22 support for --with-precision=longdouble
src/mat/impls/aij/seq/aij.c 1.245 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +9 -9 support for --with-precision=longdouble
src/mat/examples/tests/ex99.c 1.9 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/mat/examples/tests/ex96.c 1.17 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex94.c 1.23 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/examples/tests/ex76.c 1.21 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/mat/examples/tests/ex75.c 1.26 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/examples/tests/ex74.c 1.33 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/mat/examples/tests/ex62.c 1.13 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/examples/tests/ex5.c 1.12 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex49.c 1.10 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex3.c 1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/examples/tests/ex21.c 1.11 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex2.c 1.15 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex19.c 1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/mat/examples/tests/ex17.c 1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/examples/tests/ex15.c 1.17 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/examples/tests/ex14.c 1.11 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/pc/interface/pcregis.c 1.39 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/pc/impls/spai/ispai.c 1.35 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/sor/sor.c 1.35 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/mg/mg.c 1.68 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/pc/impls/is/feti/examples/ex1.c 1.4 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/hypre/hyppilut.c 1.82 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +14 -14 support for --with-precision=longdouble
src/ksp/pc/impls/factor/lu/lu.c 1.46.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/ksp/pc/impls/factor/ilu/ilu.c 1.59.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/ksp/pc/impls/factor/icc/icc.c 1.43.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.43.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/eisens/eisen.c 1.29 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/examples/tests/ex5.c 1.25 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/ksp/interface/itfunc.c 1.76 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/ksp/ksp/interface/iterativ.c 1.40 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/ksp/ksp/interface/itcreate.c 1.69 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/impls/symmlq/symmlq.c 1.27 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/ksp/impls/rich/rich.c 1.28 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/impls/qcg/qcg.c 1.28 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/ksp/ksp/impls/minres/minres.c 1.26 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.45 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/ksp/ksp/impls/gmres/gmres.c 1.66 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/ksp/ksp/impls/gmres/borthog2.c 1.24 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/impls/cheby/cheby.c 1.25 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex33.c 1.16.1.1 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex29.c 1.22 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex28.c 1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex25.c 1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex22.c 1.16 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex13.c 1.15 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex11.c 1.17 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tests/ex14.c 1.14 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/ksp/ksp/examples/tests/ex10.c 1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tests/ex1.c 1.14 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +0 -1 support for --with-precision=longdouble
src/dm/da/src/gr2.c 1.37 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/dm/da/src/gr1.c 1.17 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/dm/da/src/da3.c 1.38 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/src/da2.c 1.74 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tutorials/ex6.c 1.21 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex7.c 1.13 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex23.c 1.14 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex20.c 1.12 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex19.c 1.6 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
python/PETSc/packages/BlasLapack.py 1.143.1.1 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +12 -2 support for --with-precision=longdouble
include/petsc.h 1.150.1.1 05/11/21 16:33:26 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
Hg-commit: f4d16e9cf8485c8f01ebd4d79ba14b8facdeb987
show more ...
|
| 9be77112 | 19-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3755.2.2 balay@asterix.mcs.anl.gov|ChangeSet|20051119183035|61539 ChangeSet 1.3755.2.2 05/11/19 12:30:35 balay@asterix.mcs.anl.gov +22 -0 -log_info -> -verbose_info
src/vec/vec/
bk-changeset-1.3755.2.2 balay@asterix.mcs.anl.gov|ChangeSet|20051119183035|61539 ChangeSet 1.3755.2.2 05/11/19 12:30:35 balay@asterix.mcs.anl.gov +22 -0 -log_info -> -verbose_info
src/vec/vec/interface/vector.c 1.145 05/11/19 12:30:34 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/vec/vec/interface/dlregisvec.c 1.32 05/11/19 12:30:34 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/ts/interface/dlregists.c 1.24 05/11/19 12:30:34 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/sys/viewer/interface/dlregispetsc.c 1.28 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/sys/plog/ploginfo.c 1.33 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +3 -3 -log_info -> -verbose_info
src/sys/plog/plog.c 1.72.1.1 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/sys/objects/pinit.c 1.69.1.1 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +3 -3 -log_info -> -verbose_info
src/sys/objects/init.c 1.60 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +4 -4 -log_info -> -verbose_info
src/snes/interface/dlregissnes.c 1.26 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/mat/interface/matrix.c 1.199 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +5 -5 -log_info -> -verbose_info
src/mat/interface/dlregismat.c 1.34 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/mat/impls/rowbs/mpi/mpirowbs.c 1.77 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/ksp/pc/impls/factor/lu/lu.c 1.47 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/ksp/pc/impls/factor/ilu/ilu.c 1.60 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/ksp/pc/impls/factor/icc/icc.c 1.44 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.44 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/ksp/ksp/interface/dlregisksp.c 1.29 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +2 -2 -log_info -> -verbose_info
src/docs/website/documentation/troubleshooting.html 1.28 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/docs/website/documentation/faq.html 1.27 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/docs/tex/manual/part2.tex 1.100 05/11/19 12:30:32 balay@asterix.mcs.anl.gov +10 -10 -log_info -> -verbose_info
src/dm/ao/interface/dlregisdm.c 1.29 05/11/19 12:30:32 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/contrib/helmholtz_2/ex12.c 1.9 05/11/19 12:30:32 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
Hg-commit: 8928dca5edf81cb564c7bd771426bd69d33e1f73
show more ...
|
| 09f3b4e5 | 18-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3753.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20051118175347|44670 ChangeSet 1.3753.1.1 05/11/18 11:53:47 balay@asterix.mcs.anl.gov +118 -0 PetscLogInfo -> PetscVerboseInfo
src/v
bk-changeset-1.3753.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20051118175347|44670 ChangeSet 1.3753.1.1 05/11/18 11:53:47 balay@asterix.mcs.anl.gov +118 -0 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/vscat.c 1.47 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +18 -18 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/vpscat.c 1.55 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +13 -13 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/comb.c 1.28 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/interface/vector.c 1.144 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/interface/dlregisvec.c 1.31 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/impls/mpi/pdvec.c 1.63 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/is/utils/isltog.c 1.41 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/is/utils/iscoloring.c 1.35 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ts/interface/tsfd.c 1.17 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ts/interface/dlregists.c 1.23 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/interface/dlregispetsc.c 1.27 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/socket/send.c 1.36 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/matlab/vmatlab.c 1.27 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/binary/binv.c 1.57 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/ascii/vcreatea.c 1.17 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/utils/random.c 1.29 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/utils/fhost.c 1.23 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/plogmpe.c 1.19 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/ploginfo.c 1.32 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +35 -35 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/plog.c 1.72 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/tagm.c 1.33 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/pinit.c 1.69 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/options.c 1.63 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/init.c 1.59 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/sys/matlabengine/matlab.c 1.45 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/sys/ftn-custom/zutils.c 1.3 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/ftn-custom/zstart.c 1.39 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/mpiuopen.c 1.25 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/ftest.c 1.37 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/fretrieve.c 1.30 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/sys/draw/impls/x/xcolor.c 1.14 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/dll/dl.c 1.39 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/snes/utils/damgsnes.c 1.77 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/mf/snesmfj.c 1.59 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snesut.c 1.20 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snesj2.c 1.16 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snes.c 1.96 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/noise/snesnoise.c 1.21 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/noise/snesmfj2.c 1.30 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/dlregissnes.c 1.25 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/snes/impls/tr/tr.c 1.33 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +14 -14 PetscLogInfo -> PetscVerboseInfo
src/snes/impls/ls/ls.c 1.66 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +26 -26 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/multequal.c 1.10 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/matstash.c 1.21 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/gcreate.c 1.42 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/compressedrow.c 1.12 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/matfd/fdmatrix.c 1.35 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/interface/dlregismat.c 1.33 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaijfact2.c 1.63 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +25 -25 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaijfact.c 1.89 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +29 -29 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaij.c 1.150 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/mpi/mpisbaij.c 1.135 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/rowbs/mpi/mpirowbs.c 1.76 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/rowbs/mpi/cholbs.c 1.16 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/seq/dense.c 1.88 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/mpi/plapack/plapack.c 1.10 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/mpi/mpidense.c 1.69 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/csr/inode/inode.c 1.53 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/seq/bdiag2.c 1.25 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/seq/bdiag.c 1.52 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/mpi/mpibdiag.c 1.51 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact3.c 1.24 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact2.c 1.49 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +34 -34 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact.c 1.34 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baij.c 1.139 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/mpi/mpibaij.c 1.104 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/mpi/baijov.c 1.34 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/umfpack/umfpack.c 1.46 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/symtranspose.c 1.11 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/superlu/superlu.c 1.83 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/matmatmult.c 1.87 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.46 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/lusol/lusol.c 1.39 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/essl/essl.c 1.42 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/crl/crl.c 1.13 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/aijfact.c 1.124 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +26 -26 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/aij.c 1.244 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.117 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mumps/mumps.c 1.97 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiptap.c 1.21 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiov.c 1.38 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiaij.c 1.259 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mmaij.c 1.26 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/fdmpiaij.c 1.14 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/crl/mcrl.c 1.7 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/adj/mpi/mpiadj.c 1.49 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/color/color.c 1.24 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/interface/precon.c 1.66 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/tfs/pxxt.c 1.27 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/sor/sor.c 1.34 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/mg/mg.c 1.67 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/jacobi/jacobi.c 1.21 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/hypre/hyppilut.c 1.79.1.1 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.28 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/itfunc.c 1.75 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/iterativ.c 1.39 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +8 -8 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/itcreate.c 1.68 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/dlregisksp.c 1.28 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/symmlq/symmlq.c 1.26 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/qcg/qcg.c 1.27 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/minres/minres.c 1.25 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.44 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/gmres.c 1.65 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.55 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/borthog2.c 1.23 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cr/cr.c 1.36 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cg/cgne/cgne.c 1.32 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cg/cg.c 1.43 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/examples/tutorials/ex10.c 1.58 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/examples/tests/ex27.c 1.2 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/docs/tex/manual/part2.tex 1.99 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +8 -8 PetscLogInfo -> PetscVerboseInfo
src/dm/mesh/sieve/PreSieve.cxx 1.18.1.1 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/gr2.c 1.36 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/dasub.c 1.13 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/da2.c 1.73 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/dm/ao/interface/dlregisdm.c 1.28 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
include/petsclog.h 1.59 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
include/petsc.h 1.147.1.1 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
Hg-commit: 508bc2e977cf463a8deb7e76c55a75d9b0304a03
show more ...
|
| 658c74aa | 13-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3735 balay@asterix.mcs.anl.gov|ChangeSet|20051113191656|64666 ChangeSet 1.3735 05/11/13 13:16:56 balay@asterix.mcs.anl.gov +1 -0 fix doc
src/mat/interface/matnull.c 1.35 05/
bk-changeset-1.3735 balay@asterix.mcs.anl.gov|ChangeSet|20051113191656|64666 ChangeSet 1.3735 05/11/13 13:16:56 balay@asterix.mcs.anl.gov +1 -0 fix doc
src/mat/interface/matnull.c 1.35 05/11/13 13:16:54 balay@asterix.mcs.anl.gov +2 -2 fix doc
Hg-commit: b3feddad219272f9818355509b36627d9e00dd32
show more ...
|
| 6c817f82 | 13-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3731 barrysmith@barry-smiths-computer.local|ChangeSet|20051113023751|64609 ChangeSet 1.3731 05/11/12 20:37:51 barrysmith@barry-smiths-computer.local +1 -0 stupid useless failed mer
bk-changeset-1.3731 barrysmith@barry-smiths-computer.local|ChangeSet|20051113023751|64609 ChangeSet 1.3731 05/11/12 20:37:51 barrysmith@barry-smiths-computer.local +1 -0 stupid useless failed merge!!!!
src/docs/tex/petscapp.bib 1.199 05/11/12 20:37:46 barrysmith@barry-smiths-computer.local +0 -11 stupid useless failed merge!!!!
Hg-commit: f9aca2af5a95dd2398967071c2446f76afb2f2e9
show more ...
|
| 11285404 | 13-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3730 barrysmith@barry-smiths-computer.local|ChangeSet|20051113023230|01599 ChangeSet 1.3730 05/11/12 20:32:30 barrysmith@barry-smiths-computer.local +9 -0 finished mpicrl
src/v
bk-changeset-1.3730 barrysmith@barry-smiths-computer.local|ChangeSet|20051113023230|01599 ChangeSet 1.3730 05/11/12 20:32:30 barrysmith@barry-smiths-computer.local +9 -0 finished mpicrl
src/vec/vec/impls/seq/bvec2.c 1.75 05/11/12 20:32:25 barrysmith@barry-smiths-computer.local +5 -0 extra error check for big comm with seq vector
src/mat/interface/matregis.c 1.50 05/11/12 20:32:24 barrysmith@barry-smiths-computer.local +2 -0 working version of mpicrl
src/mat/impls/aij/seq/crl/crl.c 1.10 05/11/12 20:32:24 barrysmith@barry-smiths-computer.local +1 -0 working version of mpicrl
src/mat/impls/aij/mpi/crl/mcrl.c 1.4 05/11/12 20:32:24 barrysmith@barry-smiths-computer.local +8 -4 working version of mpicrl
src/mat/impls/aij/aij/aijtype.c 1.14 05/11/12 20:32:24 barrysmith@barry-smiths-computer.local +38 -0 added MATCRL
src/docs/website/publications/prizes.html 1.27 05/11/12 20:32:24 barrysmith@barry-smiths-computer.local +94 -1 counts of thesis done with PETSc
src/docs/website/publications/index.html 1.26 05/11/12 20:32:23 barrysmith@barry-smiths-computer.local +3 -3 new counts of types of pubs
src/mat/impls/aij/mpi/mmaij.c 1.25 05/11/12 18:21:17 barrysmith@barry-smiths-computer.local +1 -1 outdated comment
src/docs/tex/petscapp.bib 1.198 05/11/12 11:30:36 barrysmith@barry-smiths-computer.local +7 -10 removed duplicate paper
Hg-commit: 53eba9a774b477cf1a974dd0caf5998862747668
show more ...
|
| b47fd4b1 | 13-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3728.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20051113023225|55718 ChangeSet 1.3728.1.1 05/11/12 20:32:25 balay@asterix.mcs.anl.gov +4 -0 few nightly build fixes
src/sys/objects/
bk-changeset-1.3728.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20051113023225|55718 ChangeSet 1.3728.1.1 05/11/12 20:32:25 balay@asterix.mcs.anl.gov +4 -0 few nightly build fixes
src/sys/objects/aoptions.c 1.42 05/11/12 20:32:22 balay@asterix.mcs.anl.gov +1 -1 remove warnings. Can enable 'static' once this function gets used
src/mat/interface/matnull.c 1.34 05/11/12 20:32:22 balay@asterix.mcs.anl.gov +2 -0 doc fix
src/mat/impls/aij/mpi/mpiaij.c 1.258 05/11/12 20:32:22 balay@asterix.mcs.anl.gov +1 -1 fortran interface requires include
src/docs/tex/petscapp.bib 1.196.1.1 05/11/12 20:32:22 balay@asterix.mcs.anl.gov +7 -6 all bib entries need titles
Hg-commit: d9de2a45a2f16856e0f2f6f931bc48d9330d6da0
show more ...
|
| 1eea217e | 11-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3724.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20051111185646|59321 ChangeSet 1.3724.1.1 05/11/11 12:56:46 balay@asterix.mcs.anl.gov +4 -0 add Fortran interfaces for MatMPIAIJSetPrea
bk-changeset-1.3724.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20051111185646|59321 ChangeSet 1.3724.1.1 05/11/11 12:56:46 balay@asterix.mcs.anl.gov +4 -0 add Fortran interfaces for MatMPIAIJSetPreallocationCSR(), MatSetOptionsPrefix(), PetscObjectSetOptionsPrefix()
src/sys/objects/ftn-custom/zprefixf.c 1.1 05/11/11 12:56:44 balay@asterix.mcs.anl.gov +23 -0 New BitKeeper file ``src/sys/objects/ftn-custom/zprefixf.c''
src/sys/objects/ftn-custom/zprefixf.c 1.0 05/11/11 12:56:44 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/objects/ftn-custom/zprefixf.c
src/sys/objects/ftn-custom/makefile 1.3 05/11/11 12:56:44 balay@asterix.mcs.anl.gov +1 -1 fortran interface for PetscObjectSetOptionsPrefix()
src/mat/interface/ftn-custom/zmatrixf.c 1.3 05/11/11 12:56:44 balay@asterix.mcs.anl.gov +14 -0 fortran interface for MatSetOptionsPrefix()
src/mat/impls/aij/mpi/mpiaij.c 1.257 05/11/11 12:56:44 balay@asterix.mcs.anl.gov +1 -1 fortran interface for MatMPIAIJSetPreallocationCSR()
Hg-commit: c08cd158356a2d32d66bec55a8a10744a2f5adbe
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 ...
|
| 1472f72b | 09-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3708 barrysmith@barry-smiths-computer.local|ChangeSet|20051109022749|18179 ChangeSet 1.3708 05/11/08 20:27:49 barrysmith@barry-smiths-computer.local +12 -0 working on MPICRL
src
bk-changeset-1.3708 barrysmith@barry-smiths-computer.local|ChangeSet|20051109022749|18179 ChangeSet 1.3708 05/11/08 20:27:49 barrysmith@barry-smiths-computer.local +12 -0 working on MPICRL
src/sys/viewer/impls/ascii/asciiimpl.h 1.4 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +1 -1 working on MPICRL
src/sys/utils/makefile 1.15 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +1 -1 working on MPICRL
src/sys/objects/makefile 1.11 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +1 -1 working on MPICRL
src/sys/fileio/makefile 1.12 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +1 -1 working on MPICRL
src/sys/dll/reg.c 1.34 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +10 -10 working on MPICRL
src/sys/dll/makefile 1.11 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +1 -1 working on MPICRL
src/mat/interface/matregis.c 1.49 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +1 -0 working on MPICRL
src/mat/impls/aij/mpi/mpiaij.h 1.38 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +3 -0 working on MPICRL
src/mat/impls/aij/mpi/makefile 1.29 05/11/08 20:27:43 barrysmith@barry-smiths-computer.local +1 -1 working on MPICRL
src/mat/impls/aij/mpi/crl/mcrl.c 1.2 05/11/08 20:27:43 barrysmith@barry-smiths-computer.local +93 -154 working on MPICRL
src/mat/impls/aij/mpi/crl/makefile 1.2 05/11/08 20:27:43 barrysmith@barry-smiths-computer.local +2 -2 working on MPICRL
include/petscmat.h 1.201 05/11/08 20:27:43 barrysmith@barry-smiths-computer.local +3 -0 working on MPICRL
Hg-commit: dc01e519851dfde2fc3b1a28aab8f22bf4fb9599
show more ...
|
| c02b24c5 | 08-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3701.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051108175605|08558 ChangeSet 1.3701.1.1 05/11/08 11:56:05 barrysmith@barry-smiths-computer.local +6 -0 petscprom.c:
bk-changeset-1.3701.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051108175605|08558 ChangeSet 1.3701.1.1 05/11/08 11:56:05 barrysmith@barry-smiths-computer.local +6 -0 petscprom.c: changed PCPrometheusSetCoordinates to general PCSetCoordinates petscpc.h: make PCSetCoordinates general, not just for Prometheus filev.c: error if the value of the attribute had been removed but not the attribute hence vlink is null matregis.c: register MPICRL matrix format petscmat.h: added mpi crl format matrix crl.c: idiot
src/ksp/pc/impls/prometheus/petscprom.c 1.12 05/11/08 11:55:21 barrysmith@barry-smiths-computer.local +8 -8 changed PCPrometheusSetCoordinates to general PCSetCoordinates
include/petscpc.h 1.78 05/11/08 11:53:42 barrysmith@barry-smiths-computer.local +1 -1 make PCSetCoordinates general, not just for Prometheus
src/sys/viewer/impls/ascii/filev.c 1.48 05/11/07 17:57:22 barrysmith@barry-smiths-computer.local +1 -1 error if the value of the attribute had been removed but not the attribute hence vlink is null
src/mat/interface/matregis.c 1.48 05/11/07 17:41:31 barrysmith@barry-smiths-computer.local +1 -0 register MPICRL matrix format
include/petscmat.h 1.200 05/11/07 17:40:40 barrysmith@barry-smiths-computer.local +2 -0 added mpi crl format matrix
src/mat/impls/aij/seq/crl/crl.c 1.9 05/11/07 17:08:35 barrysmith@barrysmith-11.mcs.anl.gov +39 -44 idiot
Hg-commit: 35918f13e4cc77492d6ca4caa4dae241be83b727
show more ...
|
| 71573d7d | 04-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3651.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051104191441|01827 ChangeSet 1.3651.1.1 05/11/04 13:14:41 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 str.c: handle ${P
bk-changeset-1.3651.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051104191441|01827 ChangeSet 1.3651.1.1 05/11/04 13:14:41 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 str.c: handle ${PETSC_LIB_DIR} better matrix.c: *** empty log message ***
src/sys/utils/str.c 1.35.1.1 05/11/04 13:13:40 barrysmith@barrysmith-57.mcs.anl.gov +13 -10 handle ${PETSC_LIB_DIR} better
src/mat/interface/matrix.c 1.197 05/11/04 13:08:10 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 *** empty log message ***
Hg-commit: 04081c4787b2c693b1bb69069b0d3d85094c0fda
show more ...
|
| d8ccf1fb | 03-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3643 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051103222046|07065 ChangeSet 1.3643 05/11/03 16:20:46 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 twopager.ppt: fixed fonts
bk-changeset-1.3643 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051103222046|07065 ChangeSet 1.3643 05/11/03 16:20:46 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 twopager.ppt: fixed fonts changed to latest figures str.c: no no no petscprom.c: changed some function names to match PETSc style added docs per petsc-maint 13940 matrix.c: 13937 clearer docs for MatGetRowIJ() MUMPS.py: better error message when fc is not f90 compiler
src/tops/twopager.ppt 1.5 05/11/03 16:18:44 barrysmith@barrysmith-57.mcs.anl.gov +1203 -88 fixed fonts changed to latest figures
src/sys/utils/str.c 1.35 05/11/03 13:24:17 barrysmith@barrysmith-57.mcs.anl.gov +4 -1 no no no
src/ksp/pc/impls/prometheus/petscprom.c 1.11 05/11/03 13:07:31 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 changed some function names to match PETSc style
src/ksp/pc/impls/prometheus/petscprom.c 1.10 05/11/03 13:04:53 barrysmith@barrysmith-57.mcs.anl.gov +8 -0 added docs per petsc-maint 13940
src/mat/interface/matrix.c 1.196 05/11/03 10:16:42 barrysmith@barrysmith-57.mcs.anl.gov +6 -1 13937 clearer docs for MatGetRowIJ()
python/PETSc/packages/MUMPS.py 1.51 05/11/03 09:58:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 better error message when fc is not f90 compiler
Hg-commit: 5884b311451d0058b3d67dcf462b5c226b3e90ee
show more ...
|
| 81824310 | 22-Oct-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3613.1.5 barrysmith@barry-smiths-computer.local|ChangeSet|20051022005814|26332 ChangeSet 1.3613.1.5 05/10/21 19:58:14 barrysmith@barry-smiths-computer.local +14 -0 introduced AIJ S
bk-changeset-1.3613.1.5 barrysmith@barry-smiths-computer.local|ChangeSet|20051022005814|26332 ChangeSet 1.3613.1.5 05/10/21 19:58:14 barrysmith@barry-smiths-computer.local +14 -0 introduced AIJ Seq CRL format using fixed row length matmult for better vectorization
src/sys/utils/pbarrier.c 1.15.1.1 05/10/21 19:58:10 barrysmith@barry-smiths-computer.local +1 -1 formating
src/mat/interface/matregis.c 1.47 05/10/21 19:58:10 barrysmith@barry-smiths-computer.local +2 -0 introduced AIJ Seq CRL format using fixed row length matmult for better vectorization
src/mat/impls/baij/seq/baij.c 1.137 05/10/21 19:58:10 barrysmith@barry-smiths-computer.local +2 -1 comment and additional assert test
src/mat/impls/aij/seq/crl/crl.c 1.5 05/10/21 19:58:10 barrysmith@barry-smiths-computer.local +107 -469 introduced AIJ Seq CRL format using fixed row length matmult for better vectorization
src/fortran/kernels/fmultcrl.F 1.2 05/10/21 19:58:10 barrysmith@barry-smiths-computer.local +8 -35 introduced AIJ Seq CRL format using fixed row length matmult for better vectorization
src/mat/impls/aij/seq/makefile 1.33 05/10/21 19:58:09 barrysmith@barry-smiths-computer.local +1 -1 introduced AIJ Seq CRL format using fixed row length matmult for better vectorization
src/mat/examples/tests/ex105f.F 1.2 05/10/21 19:58:09 barrysmith@barry-smiths-computer.local +10 -10 test for MatSetValuesMPIAIJ()
src/inline/dot.h 1.16 05/10/21 19:58:09 barrysmith@barry-smiths-computer.local +18 -0 introduced AIJ Seq CRL format using fixed row length matmult for better vectorization
src/fortran/kernels/makefile 1.9 05/10/21 19:58:09 barrysmith@barry-smiths-computer.local +2 -2 introduced AIJ Seq CRL format using fixed row length matmult for better vectorization
include/petscmat.h 1.199 05/10/21 19:58:09 barrysmith@barry-smiths-computer.local +1 -0 introduced AIJ Seq CRL format using fixed row length matmult for better vectorization
include/petsc.h 1.143 05/10/21 19:58:09 barrysmith@barry-smiths-computer.local +8 -0 introduced AIJ Seq CRL format using fixed row length matmult for better vectorization
src/fortran/kernels/fmultcrl.F 1.1 05/10/21 18:40:54 barrysmith@barry-smiths-computer.local +49 -0
src/fortran/kernels/fmultcrl.F 1.0 05/10/21 18:40:54 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/fortran/kernels/fmultcrl.F
src/mat/impls/aij/seq/crl/makefile 1.3 05/10/20 09:47:21 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/mat/impls/aij/seq/crl/crl.c 1.4 05/10/20 09:47:21 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/mat/impls/aij/seq/ccl/makefile 1.2 05/10/20 09:44:26 barrysmith@barry-smiths-computer.local +3 -3 silly dude used wrong name
src/mat/impls/aij/seq/ccl/crl.c 1.3 05/10/20 09:43:59 barrysmith@barry-smiths-computer.local +0 -0 Rename: src/mat/impls/aij/seq/ccl/ccl.c -> src/mat/impls/aij/seq/ccl/crl.c
src/mat/impls/aij/seq/ccl/ccl.c 1.2 05/10/20 09:43:45 barrysmith@barry-smiths-computer.local +3 -5 silly dude gave it wrong name
src/mat/impls/aij/seq/ccl/ccl.c 1.1 05/10/20 09:35:28 barrysmith@barry-smiths-computer.local +661 -0
src/mat/impls/aij/seq/ccl/ccl.c 1.0 05/10/20 09:35:28 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/mat/impls/aij/seq/ccl/ccl.c
src/mat/impls/aij/seq/ccl/makefile 1.1 05/10/20 09:33:52 barrysmith@barry-smiths-computer.local +16 -0
src/mat/impls/aij/seq/ccl/makefile 1.0 05/10/20 09:33:52 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/mat/impls/aij/seq/ccl/makefile
src/mat/impls/aij/seq/aij.c 1.242 05/10/18 19:06:46 barrysmith@barry-smiths-computer.local +100 -0 added matsetvaluesseqaij_() to be called directly from fortran as an optimization
src/mat/impls/aij/mpi/mpiaij.c 1.254 05/10/18 19:06:21 barrysmith@barry-smiths-computer.local +137 -0 added matsetvaluesmpiaij_() to be called directly from fortran as an optimization
Hg-commit: 7cf5ee0ec0bf3385f8e7664c4063a4bcd5856e12
show more ...
|
| f5edf698 | 14-Oct-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.3604 hzhang@shakey.mcs.anl.gov|ChangeSet|20051014205420|60823 ChangeSet 1.3604 05/10/14 15:54:20 hzhang@shakey.mcs.anl.gov +7 -0 add MatGetRowUpperTriangular() to enable MatGetRow(
bk-changeset-1.3604 hzhang@shakey.mcs.anl.gov|ChangeSet|20051014205420|60823 ChangeSet 1.3604 05/10/14 15:54:20 hzhang@shakey.mcs.anl.gov +7 -0 add MatGetRowUpperTriangular() to enable MatGetRow() for sbaij matrix
src/mat/matimpl.h 1.89 05/10/14 15:54:16 hzhang@shakey.mcs.anl.gov +3 -0 add MatGetRowUpperTriangular() to enable MatGetRow() for sbaij matrix
src/mat/interface/matrix.c 1.195 05/10/14 15:54:16 hzhang@shakey.mcs.anl.gov +66 -0 add MatGetRowUpperTriangular() to enable MatGetRow() for sbaij matrix
src/mat/impls/sbaij/seq/sbaij.h 1.39 05/10/14 15:54:16 hzhang@shakey.mcs.anl.gov +1 -7 add MatGetRowUpperTriangular() to enable MatGetRow() for sbaij matrix
src/mat/impls/sbaij/seq/sbaij.c 1.149 05/10/14 15:54:16 hzhang@shakey.mcs.anl.gov +39 -5 add MatGetRowUpperTriangular() to enable MatGetRow() for sbaij matrix
src/mat/impls/aij/seq/aij.c 1.241 05/10/14 15:54:16 hzhang@shakey.mcs.anl.gov +3 -1 add MatGetRowUpperTriangular() to enable MatGetRow() for sbaij matrix
include/petscmat.h 1.197 05/10/14 15:54:16 hzhang@shakey.mcs.anl.gov +8 -2 add MatGetRowUpperTriangular() to enable MatGetRow() for sbaij matrix
include/finclude/petscmat.h 1.23 05/10/14 15:54:16 hzhang@shakey.mcs.anl.gov +2 -0 add MatGetRowUpperTriangular() to enable MatGetRow() for sbaij matrix
Hg-commit: 16d851c856322c156196a867c69c3a092d1f0308
show more ...
|
| 9dbe9a8a | 07-Oct-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3583.1.3 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051007190304|00796 ChangeSet 1.3583.1.3 05/10/07 14:03:04 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 matnull.c: fixed
bk-changeset-1.3583.1.3 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051007190304|00796 ChangeSet 1.3583.1.3 05/10/07 14:03:04 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 matnull.c: fixed manual page for matnullspacesetfunction
src/mat/interface/matnull.c 1.31 05/10/07 13:53:42 barrysmith@barrysmith-57.mcs.anl.gov +5 -4 fixed manual page for matnullspacesetfunction
Hg-commit: 2d7b4e671ec001ee8326c42ed2a175159fed19c6
show more ...
|