| 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 |
| 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 |
| 356650c2 | 19-Jun-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added const modifier to some blas and fortran kernal function prototypes that were needed after recent additions of const to variables in various petsc routines. petsc-maint 17862
Hg-commit: 352b
added const modifier to some blas and fortran kernal function prototypes that were needed after recent additions of const to variables in various petsc routines. petsc-maint 17862
Hg-commit: 352bfef823533ed82fb86ac3a1dff827c6d78047
show more ...
|
| 725b52f3 | 11-Jun-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
add MatSeqBAIJSetPreallocationCSR
Hg-commit: e56bf89af2b2fb3cdf10f48e1841cdee9d52c145 |
| 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 |
| 9189402e | 04-Apr-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
initialize idx in the interface MatGetRowMaxAbs() instead of MatGetRowMaxAbs_xxx()
Hg-commit: 97c7a21b689e8f747918fb86b44687c6e389e8b9 |
| 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 |
| e9695a30 | 07-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed illegal access to *matout in MatTranspose_ routines when MAT_INITIAL_MATRIX had to remove check that one use A, MAT_INITIAL_MATRIX, &A because cannot check &A since may not be set
Hg-commit:
fixed illegal access to *matout in MatTranspose_ routines when MAT_INITIAL_MATRIX had to remove check that one use A, MAT_INITIAL_MATRIX, &A because cannot check &A since may not be set
Hg-commit: bdfca46607ae0c6b051c05f93f67da04e9fc248d
show more ...
|
| fc4dec0a | 02-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatReuse as second argument to MatTranspose()
Hg-commit: 25d223e5c97b2e66758cc4ab542c7835b614e5c5 |
| 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 |
| dd882469 | 10-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed bdiag matrices
Hg-commit: 1be12c9db397a1bdabe3ea2eec11d0d6ffedb717 |
| e5e170da | 10-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
typo fix for MatScalar
Hg-commit: f239fb185774f6694332961b46417c740366e65b |
| dd6ea824 | 10-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
much more corrections for MatScalar
Hg-commit: 88a29c8f0f8b4ffa7f3f57450e19652a4f96df53 |
| 1bfe5b3d | 06-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added support for -pc_factor_shift_in_blocks for BAIJ block size 4
Hg-commit: 83b72e2a1e636062061ba16b07d82e2392b4cfff |
| 62bba022 | 02-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
started support for in-block shift for ILU
Hg-commit: eb0884a63911c1ee92e1267fbd4eb2e94fcb5b3d |
| 97e5c40a | 30-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed horrible _MatScalar macro code from BAIJ matrices that provided very crude support for single precision matrices.
Hg-commit: f78eee6ffd3e8ccc40a301ff8b29aebaaed64435 |
| 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 ...
|
| d9fead3d | 20-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added a bunch of "const PetscScalar*" to arrays in numerically intensive routines with the hope that compilers may optimize the code better.
Hg-commit: 8409352f96b7695fb8593bf882ff6a37117d6069 |
| 6d3beedd | 27-Nov-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Added 1,6, and 7 to MatRelax for SeqBAIJ Removed some debugging prints
Hg-commit: 03a67f501887a154e5095b80cf2443d27897f07b |
| 9985e31c | 12-Nov-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
more error checking for MatCreateSeqAIJWithArrays(), that the columns are sorted now provide ja in call to MatGetRowIJ() for SeqBAIJ matrix and not block compressed
Hg-commit: fe251f0a1a3e99589f8859
more error checking for MatCreateSeqAIJWithArrays(), that the columns are sorted now provide ja in call to MatGetRowIJ() for SeqBAIJ matrix and not block compressed
Hg-commit: fe251f0a1a3e99589f8859e35604a2d9ff1b61ad
show more ...
|
| aa95bbe8 | 06-Nov-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
info on checking preallocation in MatXXXSetPreallocation() manual pages
Hg-commit: 7477a10cc44380fe6ef82cc19bde8e54ad70c23a |