History log of /petsc/src/mat/impls/aij/seq/ (Results 2501 – 2525 of 4200)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b89f182d14-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

checking zeros pivot in MatLUFactorNumeric_SeqAIJ_Inode()

Hg-commit: d6b41e01028eb03245fc80a69a9340dd9858525a

6878567913-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

add MatLUFactorNumeric_SeqAIJ_Inode() for new data structure - now, works for node size 3, 4 and 5

Hg-commit: 9adbbffcb8a3baf31599de56b24adecb4552d916

3d33046d12-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

turn off A->ops->lufactornumeric = MatLUFactorNumeric_SeqAIJ_Inode;
until it is done for all node sizes

Hg-commit: 8daeedc6736b8d47f961d0b4c366eeaf3e4ec0d1

28f1b45a12-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

add MatLUFactorNumeric_SeqAIJ_Inode() for new data structure - only work for node size 1 and 2

Hg-commit: cdaccf2099d3f6738f85f3f51b90f3b64180a2d1

628f99d711-Mar-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added inode numerical factorization for old data structure.

Hg-commit: 0e33de6617cbfecc1f682ec57c27e0bdec8381ff

6936b63611-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

add comments to Mat_CheckInode_FactorLU()

Hg-commit: 9d7690b517e3de3d3f369a62d1532614e068897d


/petsc/bin/maint/buildtest
/petsc/conf/rules
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/ml.py
/petsc/config/PETSc/packages/mpe.py
/petsc/config/builder.py
/petsc/config/examples/arch-linux-pkgs-valgrind.py
/petsc/include/petscda.h
/petsc/include/petscfwk.h
/petsc/include/petscmat.h
/petsc/src/contrib/makefile
/petsc/src/dm/da/examples/tests/ex32.c
/petsc/src/dm/da/examples/tutorials/ex10.c
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/dm/da/src/dacorn.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/src/gr2.c.new
/petsc/src/ksp/ksp/examples/tutorials/ex32.c
/petsc/src/ksp/ksp/examples/tutorials/ex43-solCx.h
/petsc/src/ksp/ksp/examples/tutorials/ex43.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_1.out
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/factimpl.c
/petsc/src/ksp/pc/impls/factor/factor.h
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
inode.c
/petsc/src/mat/impls/fwk/makefile
/petsc/src/mat/impls/fwk/matfwk.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_10.out
/petsc/src/snes/examples/tutorials/output/ex19_13.out
/petsc/src/snes/examples/tutorials/output/ex19_6.out
/petsc/src/snes/examples/tutorials/output/ex19_7.out
/petsc/src/snes/examples/tutorials/output/ex19_8.out
/petsc/src/snes/examples/tutorials/output/ex19_9.out
/petsc/src/snes/examples/tutorials/output/ex23_1.out
/petsc/src/snes/examples/tutorials/output/ex5_1.out
/petsc/src/snes/examples/tutorials/output/ex5_5.out
/petsc/src/snes/examples/tutorials/output/ex5_6.out
/petsc/src/snes/examples/tutorials/output/ex5_7.out
/petsc/src/snes/examples/tutorials/output/ex5_9.out
/petsc/src/snes/examples/tutorials/output/ex6_2.out
/petsc/src/sys/fwk/examples/makefile
/petsc/src/sys/fwk/examples/tests/makefile
/petsc/src/sys/fwk/examples/tests/test1.c
/petsc/src/sys/fwk/examples/tests/testcomponentsI.c
/petsc/src/sys/fwk/examples/tests/testcomponentsII.c
/petsc/src/sys/fwk/interface/fwk.c
/petsc/src/sys/fwk/interface/makefile
/petsc/src/sys/fwk/makefile
/petsc/src/sys/makefile
/petsc/src/sys/objects/inherit.c
/petsc/src/vec/pf/impls/string/cstringbase.template
/petsc/src/vec/pf/impls/string/makefile
/petsc/tutorials/multiphysics/mp.c
/petsc/tutorials/multiphysics/output/mp_1.out
/petsc/tutorials/multiphysics/output/mp_10.out
/petsc/tutorials/multiphysics/output/mp_2.out
/petsc/tutorials/multiphysics/output/mp_4.out
/petsc/tutorials/multiphysics/output/mp_5.out
/petsc/tutorials/multiphysics/output/mp_6.out
/petsc/tutorials/multiphysics/output/mp_7.out
/petsc/tutorials/multiphysics/output/mp_8.out
/petsc/tutorials/multiphysics/output/mp_9.out
/petsc/tutorials/multiphysics/output/p1_1.out
14d2772e09-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

remove all shiftnz, shiftpd and shiftinblocks

Hg-commit: f1e8178d024009572475a411c3fa40df12abb777

c88783f409-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

continue removing shiftnz, pd and zeroinblocks

Hg-commit: 836d618b16800edff7c580b2f0b8996c07da773a

7719970c09-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8587ef93efc43183df4baebe80078c6689b38c22

f3da153209-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

only files that need it get petscblaslapack.h included because it conflicts with prototypes included with some external packages.

Hg-commit: 9b075c74df17031ee2599abf4807903f0312acd0

b2a402fc09-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

replace shiftpd, shiftnz and shiftinblocks with shifttype and shiftamount for aij format

Hg-commit: 1cd26b07bdfb78f94fba2f1959d0868ccbdc2121

6c7e564a09-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

petscblaslapack.h now included by petscsys.h
some fixes to builder.py

Hg-commit: 56bbc3637d96c6c99b427f2d14f38bcf58262255

182b8fba08-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

replace info->shiftinblocks with info->shiftamount for baij and sbaij formats
Note: this is for bs>1 because we do not support nonzero and pd type of shift yet.
Update webpage "changes"

Hg-commit: 1

replace info->shiftinblocks with info->shiftamount for baij and sbaij formats
Note: this is for bs>1 because we do not support nonzero and pd type of shift yet.
Update webpage "changes"

Hg-commit: 1c49eff0b0ae3766e13c77f7681150e2ef3ff0d5

show more ...

b3866ffc08-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed support for using Matlab LU and ILU solver from PETSc with Matlab engine. Also can put and get AIJ matrices to Matlab.

Hg-commit: cd41245d5e93414eca3b705e03c23057c94be31f

1a2e2f4407-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

Turn off options.Equil in superlu interface. See [petsc-maint #42782] SuperLU troubles.

Hg-commit: 660b8f0099fcfabcab56436cfcddf823ab9373d7

2f5a7c2e05-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

MatGetDiagonal_SeqAIJ() will return a 0 in any diagonal entry that does not exist instead of creating an error

Hg-commit: 6d4ca450aff198b681f0a70e746e9ea8d11e6f0d

61aae24805-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 52cc1f4c2822dc9f5db7e58222a2be70ebf63958

cc6fc63305-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

MIN() was used in Bas code, fixed to PetscMin()

Hg-commit: 0e3563d0c31e7ee2c7c7b2f9f51f34982a1a2949

915743fc05-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

replace shiftpd, shiftnz, shiftinblocs with shifttype and shiftamount
only partially done for seqaij format.

Hg-commit: e8ba899db4d012e7c2e1e0b2afe23bf80c595415

d90ac83d04-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

Add PCFactorSetShiftType() and PCFactorSetShiftAmount()

Hg-commit: 11b2d9da5dd711b89de2445adb08f29eaa980990

bbd6524502-Mar-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Optimized ILU Symbolic and numeric factorization for AIJ and BAIJ by (a) declaring few integer variables const (b) in ilu0, replaced *bj++ notation with array access.
Clean up of AIJ numeric factoriz

Optimized ILU Symbolic and numeric factorization for AIJ and BAIJ by (a) declaring few integer variables const (b) in ilu0, replaced *bj++ notation with array access.
Clean up of AIJ numeric factorization.

Hg-commit: a79ab0711770475f9db0d8993d0db3397444bcc6

show more ...

2169352e01-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

rm experimental opitons -ilu_old, -lu_old, -icc_old and -cholesky_old

Hg-commit: e25276c2118f44eb65dcf1bd810ce885fdad676e

d3e70bfa01-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatGetDiagonal_SeqAIJ():
changes made last week causes problem for mpiaij matrix impls.

Hg-commit: ab4fed9cee201bd487da52de61fcac2890d61ef4

4efc917428-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

false compiler warning message about uninitialized variable fixed

Hg-commit: 5f741ab0d4eca976d5ac907f03ca4cc53b6ef55b

c0c53c3028-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed calls to Kernel inversion for 7 by 7 with new arguments.

Hg-commit: 19db4359e2456befc8784fb930e4fd0a77f56f97

1...<<101102103104105106107108109110>>...168