History log of /petsc/src/mat/impls/aij/seq/superlu/superlu.c (Results 326 – 350 of 510)
Revision Date Author Comments
# 12cc944a 19-Aug-2010 Hong Zhang <hzhang@mcs.anl.gov>

merge from release

Hg-commit: f121a7ccf565d09dac0608eff53cd71efcb3dcbe


# 2de22e2e 19-Aug-2010 Hong Zhang <hzhang@mcs.anl.gov>

update superlu document see [petsc-maint #51421]

Hg-commit: 763fec661a7f32ce19a68a9ec148510de5cc6a3e


# 70a4bf9c 24-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4976d5f8a5ede0d2f344004f84eef28988480d5f


# 88974ac8 23-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 9ef83e41d4a8326e1cf5e296edd80e06079632b1


# a05dbecf 22-Jul-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 2d595aa175c276ca7c333671a5c3b23a605ba683


# 1f5c0f1c 22-Jul-2010 Victor Minden <victorminden@gmail.com>

commit ater merge

Hg-commit: e5dc60a85d38d8f0650f7aa2d99f24cc952e0fbf


# 38abfdae 22-Jul-2010 Hong Zhang <hzhang@mcs.anl.gov>

bugfix: call MatDuplicate_SeqAIJ() outside of PetscOptionsBegin/End()
otherwise, the help menu is truncated.

Hg-commit: 4c70fe6a2571553912153dcb11b45b3bbbf2ccf1


# 214c66b1 22-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2e4434afbaa93f1f9d74d29747c0b1ca69c8071b


# f0bd7c1d 19-Jul-2010 Hong Zhang <hzhang@mcs.anl.gov>

enable '-mat_superlu_equil no' for superlu ilu

Hg-commit: 4aa1d22d509f406ac625f7758bb8bbbb2675d48e


# 3d6581fb 19-Jul-2010 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for superlu ilu - set options.Equil = YES; otherwise, it gives inccorect solution.

Hg-commit: 5ed71d1d1678542746069356988663f5b70de110


# 2692d6ee 22-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b

show more ...


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# ff219bfb 27-Apr-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 1f5ce9b1fa7762a7d57e66fe241c05a915d43e19


# e2e64c6b 22-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

systematically changed use of phrase of ./config/configure.py to ./configure to have one consistent (and standardish) way of refering to it. Having two ways of refering to the same thing is confusing

systematically changed use of phrase of ./config/configure.py to ./configure to have one consistent (and standardish) way of refering to it. Having two ways of refering to the same thing is confusing and unneccesary

Hg-commit: fcd327f3f4fcb82c63cd1afe8da55ad84e8250f3

show more ...


# bbfdc3da 19-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 015dca5b420d9c8bf3770057b261539698865628


# 1816d749 17-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b848d8d6cf58331964a5f3f4e77524f4c1163686


# 326be4c0 15-Apr-2010 Hong Zhang <hzhang@mcs.anl.gov>

merge from release

Hg-commit: dc8300e0c1252507c8c60ebfa1806fae54c01a37


# cae5a23d 15-Apr-2010 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for superlu interface when opiton.equil is enabled.
Superlu overwrites input matrix A and rhs, thus the interface must provide extra A_dup and rhs_dup.

Hg-commit: fc792bc01a9a77518aa07d67f7cc

bugfix for superlu interface when opiton.equil is enabled.
Superlu overwrites input matrix A and rhs, thus the interface must provide extra A_dup and rhs_dup.

Hg-commit: fc792bc01a9a77518aa07d67f7cc3d0f2a728d85

show more ...


# f0eb1ee0 12-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0


# d5f3da31 07-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

changed factor field in _p_Mat structure with factortype which is a much clearer name for what the field is

Hg-commit: 6b534140d991e694c6c4621ae2403611b202dd1c


# 0d2fba3e 09-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# 1a2e2f44 07-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

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

Hg-commit: 660b8f0099fcfabcab56436cfcddf823ab9373d7


# 1320d800 27-Aug-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 668d2a2fdedc48e3e33159f1fc980ece0d48e62c


# 5d8b2efa 27-Aug-2009 Hong Zhang <hzhang@mcs.anl.gov>

optimize superlu interface

Hg-commit: 6f6dcc69f34628b8f0a3c22fcc1dadec27d38ab5


# 9d124a3d 25-Aug-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9346f4fc0b2ed71af84b78752b7cd19df6d53a22


1...<<1112131415161718192021