| dd6ea824 | 10-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
much more corrections for MatScalar
Hg-commit: 88a29c8f0f8b4ffa7f3f57450e19652a4f96df53 |
| 988da7f2 | 08-Feb-2008 |
Satish Balay <balay@mcs.anl.gov> |
add output file for runex20f90
Hg-commit: 387b1106859de431a9bae727214806f43e96f80b |
| badf8582 | 01-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added support for using PETSc as Fortran 90 modules instead of using include files
Hg-commit: 0a0393f937f653b6142b7d603aeafe804c203160 |
| c54e4a5c | 31-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
first cut of working Fortran modules
Hg-commit: 497c5417b66dbe7413886e90aabb860e09f73eb3 |
| 5cd921ae | 31-Jan-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: ad434842318ad6dc50f242c44539825a294a69ce |
| 73c665fb | 31-Jan-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Small fix
Hg-commit: 8b26accae0b06fb8be8a5939f95f3d6e37f48e69 |
| 64f6b22d | 31-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
extra PetscFunctionBegin creapt into vscat.c
Hg-commit: 5ad86df51fd292827ff7384c7b5ffc5a4519a87a |
| a77337e4 | 30-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some matscalar issues petsc-maint 16879 was setting an incorrect unneeded disply() in the vecscatter to all and 1
Hg-commit: dcadeaf97580ffbd976fbc9f4c06fb18fc72906e |
| 1cbcd9c4 | 29-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
finished adding error checking for the (PetscMPIInt) cast (i.e. changed to PetscMPIIntCast())
Hg-commit: 98a4e496a0acdf68e62dc611a6baa682b881b8ca |
| e44c0bd4 | 29-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
bug fixes related to petsc-maint 16879 MPIAIJ matsetvalues did not properly reset ba = b->a array after disssembly SeqAIJ improperly increased "low" count by one if ignoredzero was ignored so
bug fixes related to petsc-maint 16879 MPIAIJ matsetvalues did not properly reset ba = b->a array after disssembly SeqAIJ improperly increased "low" count by one if ignoredzero was ignored so search did not locate next column MPIBAIJ and MPISBAIJ disassembly set column size to A->cmap.n when it should have been A->cmap.N added error checking for some (PetscMPIInt) casts
Hg-commit: a3c4121ea5c19e05c43e0d0492c8be7228c4775c
show more ...
|
| 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 ...
|
| dd13b823 | 24-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: ec992d8b0156f49343e3bf7657a2c44fffe08b23 |
| 54f21887 | 24-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added support for VecScatterCreateToOne/All() for --with-64bit-indices e: [PETSC #17245] Problems with VecScatterCreateToZero plus some initial fixes for MatScalar single
Hg-commit: e438ad3abe7580df
added support for VecScatterCreateToOne/All() for --with-64bit-indices e: [PETSC #17245] Problems with VecScatterCreateToZero plus some initial fixes for MatScalar single
Hg-commit: e438ad3abe7580dfc1b89607bb4d01ced16bb86d
show more ...
|
| 28529972 | 23-Jan-2008 |
Satish Balay <balay@mcs.anl.gov> |
bin/maint change & document generation fixes
Hg-commit: c5a68a49d49e55961cbc5dae45c83d2c22ef0fab |
| b5eb4454 | 23-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed VecCreateMPIWithArray() usage with a null pointer to NOT allocate the array. These means that Vec's create to be used as templates for VecScatterCreate() need not be memory hogs Re: [PETSC
changed VecCreateMPIWithArray() usage with a null pointer to NOT allocate the array. These means that Vec's create to be used as templates for VecScatterCreate() need not be memory hogs Re: [PETSC #17233] Strange behavior of a simple program
Hg-commit: 6c14016ca64b56523bea3ea59fc3776dd8f2c8f1
show more ...
|
| f1ed62a8 | 21-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixes for 64 indices in PCASA, walltoallv() and sprintf() usage
Hg-commit: 9614c103054b84d777596ab29bd0b0723c626a45 |
| 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 |
| ef71fcee | 16-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
petscx-maint 17218 variables incorrectly given in manual page for VecScatterBegin/End()
Hg-commit: 638ee6d70ba88c29b02925d11ca151930273c0fc |
| 40c927f8 | 14-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added crude java example and minor adds to crude java generator
Hg-commit: b1d6f166ac86a9cd24d58f4d8684840c69e799b0 |
| 12c1112b | 07-Dec-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
updated changes file for PetscTruth logical*4 in Fortran allow passing PETSC_NULL_OBJECT to Fortran PCBJacobiGetSubKSP()
Hg-commit: 2a219d09b152b20a72d0c068b4ee6e7e90e06189 |
| c070f0ab | 05-Dec-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscTruth in Fortran from integer*4 to logical(kind=4) or logical*4 changed examples to reflect this
Hg-commit: b6e99b1bf9c5c84144b543dacf084fc252312c84 |
| 0f89ae99 | 04-Dec-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after mrege
Hg-commit: fd78e216670c9af3bd88d1d7b8cc15cd09ad3f4d |
| 06709851 | 04-Dec-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
added VecGetOwnershipRanges() in C and Fortran, ml requires fortran compiler rule added in ml.py
Hg-commit: 035985b4aab367b29c4b34f3e2b54a8671a7c2ac |
| 20d47909 | 04-Dec-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Citation and doc fix
Hg-commit: e61e6e1cd1394df437bb9d622c531d04c8f09feb |
| be4711e3 | 16-Nov-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
have MatAssemblyEnd_SNESMF() calls MatMFFDSetBase() directly instead of directly sticking the values directly into the MatMFFD data structure directly.
Hg-commit: eea04fd7bbf018675575157a83ac311e0
have MatAssemblyEnd_SNESMF() calls MatMFFDSetBase() directly instead of directly sticking the values directly into the MatMFFD data structure directly.
Hg-commit: eea04fd7bbf018675575157a83ac311e0490dc46
show more ...
|