| c77d6671 | 29-Mar-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.4208 hzhang@shakey.mcs.anl.gov|ChangeSet|20060329033701|52891 ChangeSet 1.4208 06/03/28 21:37:01 hzhang@shakey.mcs.anl.gov +48 -0 reorganize PetscRandom Note: PetscRandomCreat
bk-changeset-1.4208 hzhang@shakey.mcs.anl.gov|ChangeSet|20060329033701|52891 ChangeSet 1.4208 06/03/28 21:37:01 hzhang@shakey.mcs.anl.gov +48 -0 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/vec/vec/interface/vector.c 1.157 06/03/28 21:36:56 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/sys/utils/random/randomimpl.h 1.3 06/03/28 21:36:56 hzhang@shakey.mcs.anl.gov +3 -2 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/sys/utils/random/interface/randreg.c 1.3 06/03/28 21:36:56 hzhang@shakey.mcs.anl.gov +115 -3 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/sys/utils/random/interface/random.c 1.38 06/03/28 21:36:56 hzhang@shakey.mcs.anl.gov +103 -46 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/sys/utils/random/interface/dlregisrand.c 1.2 06/03/28 21:36:56 hzhang@shakey.mcs.anl.gov +7 -34 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/sys/utils/random/impls/rand48/rand48.c 1.2 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +38 -20 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/sys/utils/random/impls/rand/rand.c 1.2 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +33 -5 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/sys/utils/random/examples/ex1.c 1.3 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +4 -3 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/sys/examples/tests/ex6f.F 1.7 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/sys/examples/tests/ex12.c 1.10 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/snes/interface/noise/snesnoise.c 1.25 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/utils/multequal.c 1.14 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +8 -4 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex96.c 1.19 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex94.c 1.27 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex92.c 1.14 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex91.c 1.8 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex77.c 1.10 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex76.c 1.22 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex75.c 1.27 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex74.c 1.34 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex72.c 1.13 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex54.c 1.10 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex53.c 1.21 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex51.c 1.10 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex48.c 1.21 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex47.c 1.12 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex42.c 1.13 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex41.c 1.12 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex40.c 1.13 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex108.c 1.2 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex107.c 1.2 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex104.c 1.3 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex103.c 1.3 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/mat/examples/tests/ex100.c 1.4 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/ksp/ksp/examples/tutorials/ex4.c 1.16 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/ksp/ksp/examples/tutorials/ex2f.F 1.18 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -2 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/ksp/ksp/examples/tutorials/ex2.c 1.17 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/ksp/ksp/examples/tutorials/ex11f.F 1.18 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +6 -4 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/ksp/ksp/examples/tutorials/ex11.c 1.18 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +3 -2 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/ksp/ksp/examples/tests/ex26.c 1.9 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/ksp/ksp/examples/tests/ex24.c 1.18 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/ksp/ksp/examples/tests/ex19.c 1.18 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/ksp/ksp/examples/tests/ex17.c 1.17 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +5 -3 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/dm/da/src/da2.c 1.81 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/contrib/blopex/petsc-interface/petsc-interface.c 1.2 06/03/28 21:36:52 hzhang@shakey.mcs.anl.gov +5 -6 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/benchmarks/PetscMalloc.c 1.6 06/03/28 21:36:52 hzhang@shakey.mcs.anl.gov +2 -1 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
src/benchmarks/Index.c 1.6 06/03/28 21:36:52 hzhang@shakey.mcs.anl.gov +4 -2 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
include/petscsys.h 1.53 06/03/28 21:36:52 hzhang@shakey.mcs.anl.gov +5 -4 reorganize PetscRandom Note: PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand); -> PetscRandomCreate(PETSC_COMM_WORLD,&rand); PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);
Hg-commit: 5a391ae445c4a06b8e3fb80c29f44e75f128678f
show more ...
|
| 899cda47 | 21-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3935.1.3 barrysmith@barry-smiths-computer.local|ChangeSet|20060121004113|25583 ChangeSet 1.3935.1.3 06/01/20 18:41:13 barrysmith@barry-smiths-computer.local +77 -0 Many files:
bk-changeset-1.3935.1.3 barrysmith@barry-smiths-computer.local|ChangeSet|20060121004113|25583 ChangeSet 1.3935.1.3 06/01/20 18:41:13 barrysmith@barry-smiths-computer.local +77 -0 Many files: removed matrix record n,N,m,M,owners etc use those in the map
src/vec/vec/interface/vector.c 1.155 06/01/20 18:34:32 barrysmith@barry-smiths-computer.local +1 -2 removed matrix record n,N,m,M,owners etc use those in the map
src/vec/vec/impls/seq/bvec2.c 1.82 06/01/20 18:34:31 barrysmith@barry-smiths-computer.local +3 -1 removed matrix record n,N,m,M,owners etc use those in the map
src/vec/vec/impls/mpi/pmap.c 1.20 06/01/20 18:34:30 barrysmith@barry-smiths-computer.local +5 -3 removed matrix record n,N,m,M,owners etc use those in the map
src/vec/vec/impls/mpi/pbvec.c 1.45 06/01/20 18:34:30 barrysmith@barry-smiths-computer.local +2 -6 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/utils/gcreate.c 1.47 06/01/20 18:32:51 barrysmith@barry-smiths-computer.local +12 -11 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/utils/compressedrow.c 1.16 06/01/20 18:32:50 barrysmith@barry-smiths-computer.local +2 -2 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/order/sorder.c 1.24 06/01/20 18:32:48 barrysmith@barry-smiths-computer.local +1 -1 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/interface/matrix.c 1.210 06/01/20 18:32:44 barrysmith@barry-smiths-computer.local +83 -83 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/interface/matreg.c 1.27 06/01/20 18:32:43 barrysmith@barry-smiths-computer.local +1 -1 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/shell/shellcnv.c 1.21 06/01/20 18:32:42 barrysmith@barry-smiths-computer.local +1 -1 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/shell/shell.c 1.38 06/01/20 18:32:42 barrysmith@barry-smiths-computer.local +5 -7 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/sbaij/seq/sbaijfact2.c 1.68 06/01/20 18:32:41 barrysmith@barry-smiths-computer.local +10 -11 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/sbaij/seq/sbaijfact.c 1.94 06/01/20 18:32:41 barrysmith@barry-smiths-computer.local +8 -8 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/sbaij/seq/sbaij2.c 1.43 06/01/20 18:32:40 barrysmith@barry-smiths-computer.local +38 -38 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/sbaij/seq/sbaij.c 1.156 06/01/20 18:32:40 barrysmith@barry-smiths-computer.local +39 -41 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/sbaij/seq/aijsbaij.c 1.29 06/01/20 18:32:40 barrysmith@barry-smiths-computer.local +8 -8 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/sbaij/mpi/sbaijov.c 1.42 06/01/20 18:32:38 barrysmith@barry-smiths-computer.local +4 -4 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/sbaij/mpi/mpisbaij.h 1.18 06/01/20 18:32:37 barrysmith@barry-smiths-computer.local +0 -1 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/sbaij/mpi/mpisbaij.c 1.139 06/01/20 18:32:37 barrysmith@barry-smiths-computer.local +89 -101 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/sbaij/mpi/mmsbaij.c 1.38 06/01/20 18:32:37 barrysmith@barry-smiths-computer.local +12 -12 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/rowbs/mpi/mpirowbs.c 1.84 06/01/20 18:32:36 barrysmith@barry-smiths-computer.local +2 -10 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/normal/normm.c 1.13 06/01/20 18:32:35 barrysmith@barry-smiths-computer.local +8 -8 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/maij/maij.c 1.44 06/01/20 18:32:35 barrysmith@barry-smiths-computer.local +62 -62 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/lrc/lrc.c 1.3 06/01/20 18:32:35 barrysmith@barry-smiths-computer.local +6 -6 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/is/matis.c 1.27 06/01/20 18:32:34 barrysmith@barry-smiths-computer.local +4 -6 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/dense/seq/dense.c 1.93 06/01/20 18:32:33 barrysmith@barry-smiths-computer.local +124 -128 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/dense/mpi/mpidense.h 1.10 06/01/20 18:32:32 barrysmith@barry-smiths-computer.local +3 -6 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/dense/mpi/mpidense.c 1.73 06/01/20 18:32:32 barrysmith@barry-smiths-computer.local +55 -76 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/dense/mpi/mmdense.c 1.19 06/01/20 18:32:32 barrysmith@barry-smiths-computer.local +15 -15 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/csr/inode/inode2.c 1.5 06/01/20 18:32:31 barrysmith@barry-smiths-computer.local +1 -1 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/csr/inode/inode.c 1.58 06/01/20 18:32:31 barrysmith@barry-smiths-computer.local +14 -14 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/bdiag/seq/bdiag3.c 1.29 06/01/20 18:32:30 barrysmith@barry-smiths-computer.local +29 -29 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/bdiag/seq/bdiag2.c 1.28 06/01/20 18:32:30 barrysmith@barry-smiths-computer.local +22 -22 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/bdiag/seq/bdiag.c 1.56 06/01/20 18:32:30 barrysmith@barry-smiths-computer.local +27 -28 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/bdiag/seq/bdfact.c 1.20 06/01/20 18:32:29 barrysmith@barry-smiths-computer.local +17 -17 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/bdiag/mpi/mpibdiag.h 1.11 06/01/20 18:32:29 barrysmith@barry-smiths-computer.local +0 -2 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/bdiag/mpi/mpibdiag.c 1.55 06/01/20 18:32:29 barrysmith@barry-smiths-computer.local +47 -65 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/bdiag/mpi/mmbdiag.c 1.11 06/01/20 18:32:28 barrysmith@barry-smiths-computer.local +4 -4 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/baij/seq/baijfact4.c 1.16 06/01/20 18:32:26 barrysmith@barry-smiths-computer.local +1 -1 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/baij/seq/baijfact3.c 1.29 06/01/20 18:32:25 barrysmith@barry-smiths-computer.local +2 -2 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/baij/seq/baijfact2.c 1.55 06/01/20 18:32:25 barrysmith@barry-smiths-computer.local +40 -40 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/baij/seq/baijfact.c 1.39 06/01/20 18:32:24 barrysmith@barry-smiths-computer.local +6 -6 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/baij/seq/baij2.c 1.38 06/01/20 18:32:24 barrysmith@barry-smiths-computer.local +27 -27 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/baij/seq/baij.c 1.144 06/01/20 18:32:24 barrysmith@barry-smiths-computer.local +61 -62 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/baij/seq/aijbaij.c 1.26 06/01/20 18:32:23 barrysmith@barry-smiths-computer.local +4 -4 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/baij/mpi/mpibaij.h 1.20 06/01/20 18:32:23 barrysmith@barry-smiths-computer.local +2 -4 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/baij/mpi/mpibaij.c 1.108 06/01/20 18:32:22 barrysmith@barry-smiths-computer.local +100 -119 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/baij/mpi/mmbaij.c 1.28 06/01/20 18:32:22 barrysmith@barry-smiths-computer.local +8 -8 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/baij/mpi/baijov.c 1.37 06/01/20 18:32:21 barrysmith@barry-smiths-computer.local +17 -17 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/seq/csrperm/csrperm.c 1.27 06/01/20 18:32:18 barrysmith@barry-smiths-computer.local +3 -3 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/seq/symtranspose.c 1.14 06/01/20 18:32:17 barrysmith@barry-smiths-computer.local +3 -3 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/seq/matptap.c 1.87 06/01/20 18:32:17 barrysmith@barry-smiths-computer.local +2 -2 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/seq/crl/crl.c 1.17 06/01/20 18:32:17 barrysmith@barry-smiths-computer.local +2 -2 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/seq/matpapt.c 1.46 06/01/20 18:32:16 barrysmith@barry-smiths-computer.local +2 -2 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/seq/matmatmult.c 1.91 06/01/20 18:32:15 barrysmith@barry-smiths-computer.local +5 -5 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/seq/fdaij.c 1.17 06/01/20 18:32:15 barrysmith@barry-smiths-computer.local +5 -5 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/seq/aijfact.c 1.129 06/01/20 18:32:14 barrysmith@barry-smiths-computer.local +20 -20 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/seq/aij.c 1.250 06/01/20 18:32:14 barrysmith@barry-smiths-computer.local +106 -106 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/mpi/mpiptap.c 1.25 06/01/20 18:32:12 barrysmith@barry-smiths-computer.local +24 -22 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/mpi/mpiov.c 1.41 06/01/20 18:32:12 barrysmith@barry-smiths-computer.local +46 -46 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/mpi/crl/mcrl.c 1.10 06/01/20 18:32:12 barrysmith@barry-smiths-computer.local +5 -5 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/mpi/mpimatmatmult.c 1.10.1.1 06/01/20 18:32:11 barrysmith@barry-smiths-computer.local +5 -6 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/mpi/mpiaij.h 1.38.1.1 06/01/20 18:32:11 barrysmith@barry-smiths-computer.local +0 -3 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/mpi/mpiaij.c 1.264 06/01/20 18:32:11 barrysmith@barry-smiths-computer.local +166 -182 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/mpi/mmaij.c 1.29 06/01/20 18:32:10 barrysmith@barry-smiths-computer.local +18 -18 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/aij/mpi/fdmpiaij.c 1.17 06/01/20 18:32:10 barrysmith@barry-smiths-computer.local +6 -6 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/adj/mpi/mpiadj.h 1.7 06/01/20 18:32:09 barrysmith@barry-smiths-computer.local +0 -2 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/adj/mpi/mpiadj.c 1.53 06/01/20 18:32:09 barrysmith@barry-smiths-computer.local +16 -33 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/impls/adic/matadic.c 1.39 06/01/20 18:32:09 barrysmith@barry-smiths-computer.local +5 -5 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/examples/tests/ex5.c 1.13 06/01/20 18:31:54 barrysmith@barry-smiths-computer.local +3 -1 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/matimpl.h 1.96 06/01/20 18:31:48 barrysmith@barry-smiths-computer.local +0 -3 removed matrix record n,N,m,M,owners etc use those in the map
src/mat/color/color.c 1.28 06/01/20 18:31:48 barrysmith@barry-smiths-computer.local +1 -1 removed matrix record n,N,m,M,owners etc use those in the map
src/ksp/pc/impls/tfs/tfs.c 1.8 06/01/20 18:31:47 barrysmith@barry-smiths-computer.local +12 -12 removed matrix record n,N,m,M,owners etc use those in the map
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.22 06/01/20 18:31:43 barrysmith@barry-smiths-computer.local +2 -2 removed matrix record n,N,m,M,owners etc use those in the map
src/ksp/ksp/examples/tests/ex24.c 1.17 06/01/20 18:31:09 barrysmith@barry-smiths-computer.local +11 -4 removed matrix record n,N,m,M,owners etc use those in the map
src/dm/ao/interface/ao.c 1.20 06/01/20 18:30:20 barrysmith@barry-smiths-computer.local +1 -1 removed matrix record n,N,m,M,owners etc use those in the map
include/private/vecimpl.h 1.52 06/01/20 18:29:32 barrysmith@barry-smiths-computer.local +1 -1 removed matrix record n,N,m,M,owners etc use those in the map
Hg-commit: 7659d1c0e1f940ea0662bf3c3aa453f50fcda5da
show more ...
|