| 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 ...
|
| 70e08fbd | 06-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed memory leak with Cholesky and ICC for SBAIJ and BAIJ matrix where symbolic factor code still created the matrix which overwrote previously created on in MatGetFactor()
Hg-commit: 004365b23b
fixed memory leak with Cholesky and ICC for SBAIJ and BAIJ matrix where symbolic factor code still created the matrix which overwrote previously created on in MatGetFactor()
Hg-commit: 004365b23b932dc789fc52b26934cbf91e4431b7
show more ...
|
| 63d54f4e | 01-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
unused variable, fixed failed merge of dev.html :-(
Hg-commit: 7228891e6fb0cce0b23df8409898c09f8d1ae00a |
| b2397d6f | 30-Jul-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix memory leak in MatICCFactorSymbolic_SeqSBAIJ() and MatCholeskyFactorSymbolic_SeqSBAIJ()
Hg-commit: 2d844be9cd49c582373774bf82f31c59b50b5e99 |
| 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 |
| 207126cb | 23-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers
Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700 |
| 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 |
| ace3df97 | 01-Jul-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
MatGetInertia() should not be used when PETSC_USE_COMPLEX
Hg-commit: fc1707c94fcad30241fdf2363b867a5d304e9826 |
| 8cf70c4b | 24-Jun-2008 |
Satish Balay <balay@mcs.anl.gov> |
some const fixes for cxx build
Hg-commit: fc2d3774b05d20d5cba19490dfbb10320972bf9e |
| a313700d | 24-Jun-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
moved the const out of XXType definitions and into the Set and Get Methods
Hg-commit: d4d9a237045a151847ef3121b00df73d952d0999 |
| b24902e0 | 01-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
initial conversion of Mat derived solver types like Mumps etc to use MatGetFactor() instead most code does not yet run but all code should be using the new format.
Hg-commit: ac83415153993ee58dc4
initial conversion of Mat derived solver types like Mumps etc to use MatGetFactor() instead most code does not yet run but all code should be using the new format.
Hg-commit: ac83415153993ee58dc4194c173418bfbd73bc73
show more ...
|
| a542b6e8 | 25-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed no longer needed converts of Fortran to C MPI_Comm (since MPI 1.1 has a standard for this)
Hg-commit: 263aca0fcfe7efcaed30a4abb46e648de3bb24ab |
| 815cbec1 | 07-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
again I was checking *matout vs A when reuse was MAT_INITIAL_MATRIX so *matout was not initialized and valgrind chocked
Hg-commit: a294f51766ee1fb1e137fa155a98da00d66ab152 |
| fc4dec0a | 02-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatReuse as second argument to MatTranspose()
Hg-commit: 25d223e5c97b2e66758cc4ab542c7835b614e5c5 |
| 4a3bcbf4 | 02-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed some (very outdated) uses of code like if (size == 1) { MatSetType(mat,MATSEQ****) else MatSetType(mat,MATMPI****) } to simply use MatSetType(mat,MAT****)
Made MatMatM
changed some (very outdated) uses of code like if (size == 1) { MatSetType(mat,MATSEQ****) else MatSetType(mat,MATMPI****) } to simply use MatSetType(mat,MAT****)
Made MatMatMult****() manual pages a bit clearer
Hg-commit: 83bbcad2d4a668c5837dd6609fde0c812f94edce
show more ...
|
| ce0a2cd1 | 21-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
mv zpetsc.h (a meaningless name) to fortranimpl.h (a slightly more meaningful name)
Hg-commit: d2687f12f92bff49ceff434100d018f6898829c3 |
| dd6ea824 | 10-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
much more corrections for MatScalar
Hg-commit: 88a29c8f0f8b4ffa7f3f57450e19652a4f96df53 |
| 62bba022 | 02-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
started support for in-block shift for ILU
Hg-commit: eb0884a63911c1ee92e1267fbd4eb2e94fcb5b3d |
| 0805154b | 26-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
[PETSC #17255] nightly tests fixed but introduced into VecScatterToZero/All() Added error checking for overflow for cast from PetscInt to PetscBLASInt in all cases Added some error checking for overf
[PETSC #17255] nightly tests fixed but introduced into VecScatterToZero/All() Added error checking for overflow for cast from PetscInt to PetscBLASInt in all cases Added some error checking for overflow for cast from PetscInt to PetscMPIInt
Hg-commit: 7540d46ad0a2abd61067805cfc8cb914325338a4
show more ...
|
| aa95bbe8 | 06-Nov-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
info on checking preallocation in MatXXXSetPreallocation() manual pages
Hg-commit: 7477a10cc44380fe6ef82cc19bde8e54ad70c23a |
| 58ebbce7 | 31-Oct-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
check for missing diagonals on icc symbolic factorization moved log registration of PC_ApplyOnBlocks to centralized location manual pages for snes missing seealsos
Hg-commit: c58a9e025e92941c1670726
check for missing diagonals on icc symbolic factorization moved log registration of PC_ApplyOnBlocks to centralized location manual pages for snes missing seealsos
Hg-commit: c58a9e025e92941c1670726d153686c531a11948
show more ...
|
| 2ee49352 | 25-Oct-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix memory leaks if MatXXXAIJSetPreallocation() is called multiple times
Hg-commit: 0a8d717f30c5e1feb4eb8e400f4c700b17239c47 |
| c8cd8b03 | 09-Oct-2007 |
Satish Balay <balay@mcs.anl.gov> |
merge
Hg-commit: d507e9558c653b847e4e8b2a1687018f692e3610 |