History log of /petsc/src/mat/impls/aij/mpi/mumps/mumps.c (Results 901 – 925 of 1127)
Revision Date Author Comments
# 2d200336 06-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750


# 7c4f633d 03-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

removed -I$PETSC_DIR from make system and changed the corresponding
#include "src/dsdsdsds" to "../src/sdsdsds" in the source code

Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d


# 9e5a995e 26-Oct-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 272825bf90eb39df4965e7226316ed8f305bd52c


# 0c85ee0b 24-Oct-2008 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 408642326083bdab3b0d21e98f912dfddb31927e


# 35bd34fa 23-Oct-2008 Barry Smith <bsmith@mcs.anl.gov>

* Using MUMPS, MatGetInfo(...,&info), info.nz_allocated is given for the
initial matrix (not the factorized one). Currently I use :
- Mat_MUMPS *lu=(Mat_MUMPS*)mat->spptr;
- lu->id.INFOG(20)
to get

* Using MUMPS, MatGetInfo(...,&info), info.nz_allocated is given for the
initial matrix (not the factorized one). Currently I use :
- Mat_MUMPS *lu=(Mat_MUMPS*)mat->spptr;
- lu->id.INFOG(20)
to get the same information. It's a dirty solution...

Added MatFactorGetSolverPackage(), also properly printed with -mat_view_info and -ksp_view

Hg-commit: d45534d976bbd57e4a4d4c4173150bb1403ccc76

show more ...


# fe9eba3d 22-Oct-2008 Barry Smith <bsmith@mcs.anl.gov>

removed last uses of global_rows etc with MatInfo
removed cast with DMUMPS_REAL stuff in mumps.c, just caste with PetscScalar

Hg-commit: 282bdabaf64fcd1e9eff701c62fc11d77269675c


# 8e1c2cf9 21-Oct-2008 Barry Smith <bsmith@mcs.anl.gov>

stupid hg

Hg-commit: dfd194e42eb2e824432291d2317b161909fe15a5


# 44993595 21-Oct-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: d406d0999deb5523d6a1e2a960248b2c22ed4e96


# 5e3a1167 18-Oct-2008 Hong Zhang <hzhang@mcs.anl.gov>

update mumps interface to v4.8.3

Hg-commit: 40fed09d3b190bd724d4df9a4d00ca51b4220137


# 48366a64 10-Oct-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f4dfb99c0db719d7b3d5fb7a5f72d65bf7868e06


# 80a3a8c8 07-Oct-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: b22e694a87d819bd98a22055606a3a22054fa07f


# f3c0ef26 07-Oct-2008 Hong Zhang <hzhang@mcs.anl.gov>

fix mem leak in mumps interface
enable superlu_dist solver when np=1 (for pc_redundant)

Hg-commit: 5d39599ed3dbc8dac52ffa4d095d5e0d03cbb511


# 0481f469 28-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

pass MatFactorInfo as const into factorization routines, they shouldn't be changing it.

Hg-commit: 06e09652bd7d2f02616c7256594ec565736aabbf


# 85f097d7 24-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 7dbcc30e5ab952630f5d3ab107f8a1b844c54a32


# ff2c26e0 24-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge; lots of GU conflicts needed to be resolved, why? I don't know, most looked
like they could be done automatically

Hg-commit: 2b292236ee5585a41c97ddcafd3f409331a1dd72


# 719d5645 24-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

1) The first argument to MatXXXFactorSymbolic/Numeric() is now the factored matrix
2) The assigment of the MatXXXFactorNumeric ops pointer is now done in the symbolic factorization
the assigment o

1) The first argument to MatXXXFactorSymbolic/Numeric() is now the factored matrix
2) The assigment of the MatXXXFactorNumeric ops pointer is now done in the symbolic factorization
the assigment of the MatSolve pointer is now done in the numeric factorization
(This is because only then do you know the right pointer that should be used)

Hg-commit: efc00afbc7c5103f2f56fd96963db2c4cf4e1ed4

show more ...


# c71b5f95 22-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: aa9ef0ce6027c740c5a027ff84b2eb8fae02d1f0


# 2877fffa 22-Sep-2008 Hong Zhang <hzhang@mcs.anl.gov>

set MatView_<external_package>() in MatGetFactor_<external_package>()

Hg-commit: aec55a7005d8bae13dd5d9d1bf137fae1e1741f9


# 4fc57388 15-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: a2f7b9b8efe1825eadceecf27bade4115f4c35a5


# db4efbfd 15-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set
in the function table or in the getfactor
moved assignment of solve() i

moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set
in the function table or in the getfactor
moved assignment of solve() into appropriate numeric factorization, previously it was in function table or get factor or symbolic factor

Hg-commit: 83ba8e21d43889fe945455ea7c1fb95368f1a281

show more ...


# d0f46423 10-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit: 9cebf4ba1b4632fc12cb8afbc01d420ee612ad72

show more ...


# fd5f9c01 01-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 40fbcb1ffa2ac14ad5b1cd85db9cdd19834e6819


# 67334b25 30-Jul-2008 Hong Zhang <hzhang@mcs.anl.gov>

fix mem leak in mumps interface

Hg-commit: 8682f1c16c9a288934f9d99823c276499431ee0d


# 611f576c 25-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

fixes for complex numbers with MatGetFactor()

Hg-commit: 96c21a6619637c708bd5d6c3d6564fc075f37818


# e631078c 25-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

added missing extern c for some MaGetFactor_xxx
removed bunch unused variables

Hg-commit: 95407373c569558193655cc2e23b071536b3da2a


1...<<31323334353637383940>>...46