History log of /petsc/src/mat/impls/aij/mpi/mumps/mumps.c (Results 826 – 850 of 1127)
Revision Date Author Comments
# c9b90e31 06-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: f9a876531578af47c6e59a2c1d832a9c96637bc5


# 3d472b54 06-Jul-2010 Hong Zhang <hzhang@mcs.anl.gov>

implement MatSetOption_xxx(mat,MAT_SPD, ) for seqaij and seqsbaij matrices

Hg-commit: f51073402b58b2b39fc8a1d1d75710c1df60e206


# ecd27fa7 05-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2d6ad32b43b1a578b12595f155fe26ad565d78a0


# 6fdc2a6d 05-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

added MatSetOptions(mat,MAT_SPD) to indicate the matrix is SPD then Mumps can automatically take advantage of this.

Hg-commit: 265f9d363574b27c031278371c379dcf470add36


# 3a3e4172 04-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 8be6b379b7bc1cbb3adf7412dfe042e3e92c6019


# a4457457 02-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 7678db4dbf4316aad0bed3ee83df6ef0e35b9452


# 8b1197c0 02-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

removed bad {} around seterrq
removed polymorphic function that generated warning

Hg-commit: db291449b5258d4ca3f7005b4b0a6e9e856a2576


# f697e70e 30-Jun-2010 Hong Zhang <hzhang@mcs.anl.gov>

clean up mumps.c

Hg-commit: 2ae4ea7457cd645abc2d607edeb5f83e74108198


# ed4114aa 28-Jun-2010 Satish Balay <balay@mcs.anl.gov>

fix syntax for bfort

Hg-commit: 818e40b6b4bbf87a302b2fecd78105a08f89c622


# a1f19f5a 28-Jun-2010 Hong Zhang <hzhang@mcs.anl.gov>

call MatGetFactor() from MatFactorGetSolverPackage() to enable user set procedural options for external direct solvers
rename MatMumpsSetIcntl() to MatSetMumpsIcntl()

Hg-commit: c69e747aa4639aaeccec

call MatGetFactor() from MatFactorGetSolverPackage() to enable user set procedural options for external direct solvers
rename MatMumpsSetIcntl() to MatSetMumpsIcntl()

Hg-commit: c69e747aa4639aaeccec3b85fa7839fc82edbd0d

show more ...


# 63beb857 22-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: dc74e400c61cb3a19c9d2adbf52314adfedd8d8c


# 746480a1 22-Jun-2010 Hong Zhang <hzhang@mcs.anl.gov>

mv PetscInitializeMUMPS() from FactorSymbolic() to MatGetFactor_xxx()

Hg-commit: 834b798692ed6de05f9df2e6e3ea4975f3aaf938


# 440a5bbf 04-Jun-2010 Victor Minden <victorminden@gmail.com>

Added functions to copy to and from GPU, added variables necessary to CUDA to seq vectors

Hg-commit: b3a9b9e32c753dc82ed94216ea373ce2fb6b2b32


# dd405aba 03-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 4085fc40cae33d2c7268e0adb06d2176f0490806


# 34ed7027 03-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed MatView_MUMPS() to properly print everything to the viewer and none to the stdout

Hg-commit: 398bb1734e9a79455f0ce84c83863421b9fcae5a


# 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 ...


# 726a1f60 21-May-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 45f744d887b94bda2780d85d714c799925c5c1ec


# 185f6596 21-May-2010 Hong Zhang <hzhang@mcs.anl.gov>

replace PetscMalloc2() and PetscMalloc3() with a single PetscMalloc() in
MatConvertToTriples() to remove "super fragile code" ([petsc-dev] MatDestroy_MUMPS).

Hg-commit: a0f4c2555383ec7cb2d255010614b

replace PetscMalloc2() and PetscMalloc3() with a single PetscMalloc() in
MatConvertToTriples() to remove "super fragile code" ([petsc-dev] MatDestroy_MUMPS).

Hg-commit: a0f4c2555383ec7cb2d255010614bacbccbfaf6b

show more ...


# cdb56cfe 21-May-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 97da7c4ff7039f3498eb4bf946d70f0cc19afa64


# fbf687bb 20-May-2010 Jed Brown <jed@59A2.org>

MUMPS: Must use Free2 and Free3 with Malloc2 and Malloc3

Hg-commit: 979f106f87fceeacbd6b86ad371067718d0ba93b


# b23f91a4 18-May-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 3d6e115ed50e0a91aeb25dbd4b36559e2e6d6008


# 265428aa 16-May-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c3dbc987bfe0a0841687eb44f966a4d1e14d4dc0


# cf3759fd 14-May-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Bug fix in MatDestroy_MUMPS
More code clean up

Hg-commit: b6ad6c5a3eb2f92562af4fb92017ca77b2d3a9c0


# bccb9932 14-May-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Merged MatGetFactor seq and mpi routines for MUMPS.
Replaced "PetscTruth valOnly" input to MatConvertToTriples with "MatReuse reuse"
Added nightly test cases.

Hg-commit: 98eb5544568b0e3e2c944849bbdd

Merged MatGetFactor seq and mpi routines for MUMPS.
Replaced "PetscTruth valOnly" input to MatConvertToTriples with "MatReuse reuse"
Added nightly test cases.

Hg-commit: 98eb5544568b0e3e2c944849bbdd111b0905ded9

show more ...


# 209c9182 14-May-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b5a14361e615c8fbd98392f718d541fc07fc3843


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