| 3e197d65 | 20-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 09253a14fa13ed33fd4f0714e7098ca8ff9e44dd |
| 04bb9dd1 | 09-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
From: Eric.Chamberland@giref.ulaval.ca Subject: Problem with VecPlaceArray_MPI & VecResetArray Date: August 8, 2008 4:03:00 PM CDT To: petsc-dev@mcs.anl.gov Reply-To: petsc-dev@mcs.anl.gov
From: Eric.Chamberland@giref.ulaval.ca Subject: Problem with VecPlaceArray_MPI & VecResetArray Date: August 8, 2008 4:03:00 PM CDT To: petsc-dev@mcs.anl.gov Reply-To: petsc-dev@mcs.anl.gov VecResetArray() did not reset the array for the local representation
Hg-commit: 49a8b5a0466d794b084456108d6cdd633aaa670f
show more ...
|
| 39804f7c | 07-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
I've noticed that recent commits are now accessing PetscObject internals like this
obj->hdr.comm obj->hdr.type_name
I would really prefer to not do that, and instead use the more verbose
((PetscOb
I've noticed that recent commits are now accessing PetscObject internals like this
obj->hdr.comm obj->hdr.type_name
I would really prefer to not do that, and instead use the more verbose
((PetscObject)obj)->comm ((PetscObject)obj)->type_name
Fixed all the ones I did.
Hg-commit: 03c76b1cd4e2116af5998056afeb49537eef1fbc
show more ...
|
| bb9195b6 | 07-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed a bunch of array arguments to be passed as [] instead of * removed count < 20 in cubic line search, simply wait until lambda is small enough
Hg-commit: bd66bba2303eb3b3fb10e1db1aa0081e7e38fae7 |
| 9f468124 | 05-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed typos and bad phrasing in VecLoad() and VecView() documentations
Hg-commit: 88aa77bcc192f462e45e4d8038bca7db6da118f5 |
| fd5f9c01 | 01-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 40fbcb1ffa2ac14ad5b1cd85db9cdd19834e6819 |
| ba9cb307 | 01-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
finished adding KSPIBCGS and documentation related to it.
Hg-commit: 60c91c3a517cad32aafef04427af2012dfbb48ef |
| e1c61ce8 | 29-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
some minor fixes for ibcgs (still not working) couple of manual page fixes (like incorrectly spelled functions)
Hg-commit: 666edd6bffb1c29d57eb91976a60647b02330cb7 |
| 3fc64b05 | 28-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
finished keying in iBiCGs algorithm as comment
Hg-commit: 5275ba43a3ff748de5eb41ed8d3414933edf6b26 |
| 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 |
| 919dba87 | 07-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d28639f02d1a6d231853618d6c08c85125bb3df0 |
| 9e9dab38 | 07-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed -log_sync
Hg-commit: 1a7341cf2d8ee1f6168e24b4c46ca6eb70b1d40b |
| cf898bd7 | 04-Jul-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Correction from [PETSC #17925]
Hg-commit: 336f8437fc0fa2d5f7f0f4ac5f1727b61c605cfd |
| 225f0da2 | 02-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed PetscMapGetLocalRange() and PetscMapGetGlobalRange() to PetscMapGetRange() and PetscMapGetRanges()
Hg-commit: e41a4d4a908825f17e71e17a8a01792e35511d8d |
| 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 |
| c418f1ee | 19-Jun-2008 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: 29b1d3527c7e02e50b402d8643da29a34282c6ae |
| 6f9d5503 | 19-Jun-2008 |
Satish Balay <balay@mcs.anl.gov> |
#17837 Get PETSc compiling with MSMPI
Hg-commit: a98da768eb25d5150d27850adafd2646ca877ff6 |
| ad384c9d | 13-Jun-2008 |
Glenn Hammond <unknown> |
Added option to handshake IO (PETSC_HANDSHAKE_IO) as a kludge for the MPI-IO issue
Hg-commit: 0c5e432980f9f1423a0af6ce727e5fad0aedb74f |
| 6308e1d5 | 06-Jun-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed nonsense final argument I added to ISPartitioningCount()
Hg-commit: f4e71c40b6fcb50d27a83b41493aa0911c342367 |
| 23aa9079 | 06-Jun-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed calling sequence of ISPartitioningCount() to (IS part,PetscInt len,PetscInt count[],PetscInt *npout) the final argument is optional.
Hg-commit: f55b9a9d8c728d7e4ea3eff0d1c340467bfc89ed |
| 0fc9d207 | 01-Jun-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PETSC_USE_MPIIO to PETSC_HAVE_MPIIO
Hg-commit: 77a900e5492e0bd565d3b1391a1b3c0e5e5ba05b |
| 09192fe3 | 28-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added VecAXPBYPCZ() fixed PetscOptionsInsertFile() when optional argument has " " around it added faq for why is MatSetValues() so slow
Hg-commit: 619014079882b990f403201eb751257f0ca294e0 |
| 2587fb08 | 25-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed error in interface to 1wd ordering, did not malloc enough space
Hg-commit: 648582f97b5300c7ac3a65dc46ec0c51f60e0c7e |
| 7af989a6 | 20-May-2008 |
Satish Balay <balay@mcs.anl.gov> |
fix compile errors with -with-64-bit-indices - PetscMPIIntCast() requires an if-statement. So use PETSC_STATIC_INLINE instead of #define
Hg-commit: 93d4d4bf98f91dce955aab41f8f641561d93ac8b |