| 88170d3c | 30-Apr-2009 |
Jed Brown <jed@59A2.org> |
Remove redundant declaration
Hg-commit: e9ab4f7e9e9b2e0a5f234383156e25c03668bb33 |
| 534603cc | 30-Apr-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fix state update for ghosted vectors
Hg-commit: 6e610cd4812133a04abf59f13c209f034f71839e |
| ca4a67af | 20-Apr-2009 |
Jed Brown <jed@59A2.org> |
commit after merge
Hg-commit: 584f88721eaca25d8f2b664f5a51113f73e035a0 |
| e7ded37f | 16-Apr-2009 |
Jed Brown <jed@59A2.org> |
Check error code
Hg-commit: f2df93363a44b65ab86a6831b717a73717e40d3b |
| dc0b31ed | 13-Apr-2009 |
Satish Balay <balay@mcs.anl.gov> |
make sure PetscLogDouble [or double precision] is used with PetscLogFlops()
Hg-commit: ffd276ade7628201e372c3edeb836ff72eec68e0 |
| 219a8883 | 08-Apr-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
petsc-maint 19,067 changed VecView, VecLoadInto for HDF5 to handle complex numbers by treating it as an additional dimension
Hg-commit: 3d0e423e97b8d1c80a877878812781689c30710f |
| 90d69ab7 | 28-Mar-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false changed most uses of these routines to the Truth vari
changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false changed most uses of these routines to the Truth varient
Hg-commit: fd6366abd7eb1f3ec925faa0ecd078d5cc025eb2
show more ...
|
| f59f7829 | 19-Mar-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscHDF5IntCast() and support for using the HDF5 viewers with 64 bit indices on 32 bit systems. changed hdf5.py to allow building with 64 bit indices.
Note: eventually we need to adding casti
added PetscHDF5IntCast() and support for using the HDF5 viewers with 64 bit indices on 32 bit systems. changed hdf5.py to allow building with 64 bit indices.
Note: eventually we need to adding casting in the other direction. When HDF5 is using 64 bit indexing but PETSc is using 32 bit we should check that the value fits before setting into PETSc variables.
Hg-commit: bfff2b1b93762223f2e236137ac3bc8a8ed833e5
show more ...
|
| 5f32905e | 19-Mar-2009 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: 25f1c4c706e9309996c5415d132e26b6c857999c |
| 2b35ddf6 | 19-Mar-2009 |
Satish Balay <balay@mcs.anl.gov> |
#19210 remove petscdmmod.F -> ksp dependency
Hg-commit: f3b84915348a84a4e618322036f7baf166d64980 |
| fb9e9854 | 19-Mar-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Changes to enable HDF5 for complex
Hg-commit: 826d75b6c72315f0f4dc0934f23d94661daa7993 |
| 49401284 | 18-Mar-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge from 3.0.0 patch for vecmax and vecmin index
Hg-commit: 3d8689e1ac1e4117bd6c9bbe55f15ebb6cf7bca4 |
| c206a0a3 | 18-Mar-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: b4d74337103d0c9770b1d58db0f5ffc576384bdb |
| 998a6b6a | 18-Mar-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed VecMin() and VecMax() to return the smallest index (over all processes); previously different processes ended up with different indices.
Hg-commit: a060444839b080a8e6ff79cd1bae431a06eabf11 |
| 7ac079be | 18-Mar-2009 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: 98a36fe2614101f171998e94094d8835729bef16 |
| a312a635 | 18-Mar-2009 |
Satish Balay <balay@mcs.anl.gov> |
#19194 avoid circular dependencies from petscmod.F. - i.e split into multiple sourcefiles - one each for each petsc library - add duplicate VEC_HIDE definition to petscda.h90 - move buildmod and mod
#19194 avoid circular dependencies from petscmod.F. - i.e split into multiple sourcefiles - one each for each petsc library - add duplicate VEC_HIDE definition to petscda.h90 - move buildmod and modycopy rules to conf/rules
Hg-commit: 9bce0b434dc21422a21f1dd573772a87ce895b76
show more ...
|
| fc93cb7e | 02-Mar-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 867afac36586d89bfff82d64bbcaad8be2703af2 |
| 8c7482ec | 02-Mar-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
various updates additional work on pflotran unstructured grid example
Hg-commit: c22b249e47b4a4877d14251479777a8b584bd822 |
| 83b03829 | 24-Feb-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge from release
Hg-commit: 8627b141472a3a39bf9366e3975572db5ec38523 |
| bf3d14bb | 24-Feb-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fixed error in DAGlobalToNaturalAllCreate() - Fixed small bug in VecScatterCreateToZero/All
Hg-commit: fee11b6af46d31c55807a52c34e6a9912280954a |
| 301cee94 | 13-Feb-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
ISCompressIndicesGeneral() for Fortran work on pflotran unstructured grid loader
Hg-commit: 0d771eb844d630f24215ca9251b4c9adf5a09707 |
| 62f4b9a8 | 12-Feb-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge from petsc-3.0.0
Hg-commit: fe2b1d4a209804427bebd09014d0a5ddc55788dc |
| 05827820 | 07-Feb-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixed up HDF5 support for PetscViewer() for VecView() and VecLoadIntoVector() for DA created vectors. Tested in src/dm/da/examples/tutorials/ex9.c
Hg-commit: 09470055899d2d5bee51dded92f5d92042b54d
Fixed up HDF5 support for PetscViewer() for VecView() and VecLoadIntoVector() for DA created vectors. Tested in src/dm/da/examples/tutorials/ex9.c
Hg-commit: 09470055899d2d5bee51dded92f5d92042b54d6c
show more ...
|
| e8c368de | 06-Feb-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Doc fix
Hg-commit: a21d7bf89312647a223b7a125881fd3ba67d6f2d |
| a84bef02 | 03-Feb-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: df256ce8c285d529f7bbe1e0e4110c5c316b73dc |