History log of /petsc/src/mat/impls/aij/seq/superlu/superlu.c (Results 276 – 300 of 510)
Revision Date Author Comments
# cf1ae163 11-Nov-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: dffe0bd3c2206beab0a44a1af3b96708ce157d6f


# 00679090 11-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

set options.RowPerm = LargeDiag as default since the bug is fixed in superlu now.

Hg-commit: de0fd1e57ebfb8a7b63c92139ed9de296ac8c3cb


# ea3926da 07-Nov-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 7e01025b11c859ecad5b4d890251c24e935a27b5


# b6a51c36 07-Nov-2011 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: 4afddb78e4d16b99952e891a10244a92ea0015ab


# bf0cc555 27-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

MatDestroy(): cleanup the MatPreallocated() hack, fix all matrix types

Hg-commit: 8b12afa1931080f94d5efc78eba78580324579e8


# a0628c4c 21-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 91459df78a9a9bc70a05cd14f72e34242f1de270


# d155d410 21-Apr-2011 Jed Brown <jed@59A2.org>

Fix a few Destroy-related artifacts from packages that weren't built on Barry's machine.

Hg-commit: e55c7066b74bb646d50fb615071c1d89e95eede4


# 87b0253e 23-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 10241f03f6e1b803b128de6327150b543ba007dd


# e0b74bf9 22-Mar-2011 Hong Zhang <hzhang@mcs.anl.gov>

add support of user's SEQUENTIAL matrix ordering for mumps interface

Hg-commit: dfc3a0cbca005fc7428408b387b9929f9968fbf1


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# 3b1a4ead 07-Mar-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 546fb93b3761427f448145b5256fab3cbde1dcd6


# 2e14990f 02-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b180686acc18b06ecb015d56458ebbdfd45de47c


# 1d5ca7f3 28-Feb-2011 Hong Zhang <hzhang@mcs.anl.gov>

trivial clean up.

Hg-commit: 8508047895f83fa386294ab6e047254efc0578c1


# d7ebd59b 23-Feb-2011 Hong Zhang <hzhang@mcs.anl.gov>

update help menu of superlu and mumps

Hg-commit: 892e32fc58fb415ced332243dc5b0f30c68ef710


# c31cb41c 22-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

Hg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db

show more ...


# b3a44c85 15-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

update MatSeqAIJFindZeroRows() to MatFindNonzeroRows()

Hg-commit: fbda5d24d43b60060a19e9257c1b0ad376959dc0


# e48cb861 15-Jan-2011 Hong Zhang <hzhang@mcs.anl.gov>

bugfix of PCFactorSetUpMatSolverPackage()
add more test cases to ksp/examples/tutorials/ex52.c

Hg-commit: 699004b073abd3f70377bb965361283c0c3d9bf2


# 5a596e32 14-Jan-2011 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: b9722e2c7aadbb358853c2635963a81e630e4ddb


# f8260c8f 14-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

changed PCFactorSetMatSolverPackage() to NOT require the Mat before being called, now it just keeps a copy of the package name and uses it later
added PCFactorSetUpMatSolverPackage() actually calls M

changed PCFactorSetMatSolverPackage() to NOT require the Mat before being called, now it just keeps a copy of the package name and uses it later
added PCFactorSetUpMatSolverPackage() actually calls MatGetFactor() so there now exists a factor matrix and PCFactorGetMatrix() can be called and then options set from the program.

Hg-commit: 7f7727b0030448abcd98a3d596d64ed83143f965

show more ...


# b5b8a9c3 22-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4b69fd1f3a600a3dcf5bfd2166cdbbba589c2200


# 5ccb76cb 20-Dec-2010 Hong Zhang <hzhang@mcs.anl.gov>

Continue finish MatSuperluSetILUDropTol rename (fortran interface)
Use dynamic call for MatMumpsSetIcntl()

Hg-commit: c9d42c995e05ccfbea76c64a7669d0498c8bfdf3


# 790a96df 19-Dec-2010 Jed Brown <jed@59A2.org>

Finish MatSuperluSetILUDropTol rename (fortran interface), use a dynamic call

Hg-commit: 69cb3610609689661db9c9ca5bd995bb97289536


# f250808b 18-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

MatSetMUMPSxxxx MatSetSuperluxxxx should be MatMUMPSSetxxxx and MatSuperluSetxxxx because of paradigm that all methods are classsubclasssubsubclassactions

Hg-commit: b151f2166bfadc04209d28ba1c4c0d87

MatSetMUMPSxxxx MatSetSuperluxxxx should be MatMUMPSSetxxxx and MatSuperluSetxxxx because of paradigm that all methods are classsubclasssubsubclassactions

Hg-commit: b151f2166bfadc04209d28ba1c4c0d8738fbd513

show more ...


1...<<1112131415161718192021