History log of /petsc/src/mat/impls/aij/seq/essl/essl.c (Results 151 – 175 of 255)
Revision Date Author Comments
# 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


# 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


# 23bdbc58 17-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

inserted a few more PetscMallocN() to replace horrible manual multi-mallocs

Hg-commit: ae671dcefc77b91e214e2edb3ba1693fff38f861


# a85a5ba5 29-Jan-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 80ce29f5b087cb5c44dd8b0ec36b14a49dc7fba4


# 76941f23 28-Jan-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 92d30fe428db07e99de2a9cd0051a102535da8e3


# fc195bd7 27-Jan-2009 Satish Balay <balay@mcs.anl.gov>

merge from release

Hg-commit: 2602a5b005a31423b8d919a0adc5bc884a6f07cb


# 052f0c41 26-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

Removed bad use of PetscInt len variable as placeholder for what should be a size_t variable that is passed into PetscMalloc() calls.
From: mark.vandoesburg@hetnet.nl
Subject: Re: [PETSC #18943] Un

Removed bad use of PetscInt len variable as placeholder for what should be a size_t variable that is passed into PetscMalloc() calls.
From: mark.vandoesburg@hetnet.nl
Subject: Re: [PETSC #18943] Unable to allocate sufficient memory
Date: January 26, 2009 4:56:52 PM CST

Hg-commit: 97dda86dd93d88798f8eed1a6128802961637cb3

show more ...


# f98b64f3 19-Dec-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: e092dc0de297d68c11c2bc7cb80d34539597c562


# 711adf46 19-Dec-2008 Satish Balay <balay@mcs.anl.gov>

more aix fixes

Hg-commit: 0353d3c76f781a6fab2abd559d0b658fb01005c4


# 41c8de11 09-Dec-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed up linearsolvertable.html for new approach to external direct solvers,
fixed the manual pages for the external solver packages like MAT_SOLVE_SUPERLU etc

Hg-commit: 559872e478fd5924356bb412b

fixed up linearsolvertable.html for new approach to external direct solvers,
fixed the manual pages for the external solver packages like MAT_SOLVE_SUPERLU etc

Hg-commit: 559872e478fd5924356bb412b1d4573c23d52501

show more ...


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


# 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


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


# 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


# 5c9eb25f 23-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

basic transistion to new model for external direct solvers all tests pass

Hg-commit: 709a5887e4f17b074188a2f60d4f00cb8895dd52


1234567891011