| 117016b1 | 03-Nov-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
From: dalcinl@gmail.com Subject: about viewer formats Date: November 3, 2008 7:50:10 AM CST To: petsc-dev@mcs.anl.gov Reply-To: petsc-dev@mcs.anl.gov Barry, I saw you commit removing PETSC_V
From: dalcinl@gmail.com Subject: about viewer formats Date: November 3, 2008 7:50:10 AM CST To: petsc-dev@mcs.anl.gov Reply-To: petsc-dev@mcs.anl.gov Barry, I saw you commit removing PETSC_VIEWER_BINARY_NATIVE. This makes me think that PETSC_VIEWER_ASCII_DEFAULT and PETSC_VIEWER_BINARY_DEFAULT (which is NOT used in sources) are a bit redundat, Why not to remove both and add a new PETSC_VIEWER_DEFAULT? Does it make sense?
Hg-commit: 9957a5666f6211584952873f183a5f14ec823bbe
show more ...
|
| 139592ea | 31-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
moved ex42 socket vec exchange example from ksp directory to vec directory
Hg-commit: a61952c09900b2123ee133cbd458adc590d4a38e |
| 7afc3cdf | 31-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added support for "native" VecLoadIntoVector() so that DA vectors can be written and read in the faster native ordering
Hg-commit: c0863a6ba4f90933f976714b3196558be59e7f19 |
| 6d7c1e57 | 30-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatCompositeSetType() MatComposite can now do multiply in addition to add
Hg-commit: 4c5e06c87351afd0630cd1b00305dc0ca4344355 |
| 06c1185f | 27-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added VecExp() and VecLog()
Hg-commit: 26e4c0ea24643c533eb42b873725c8c2eb328d55 |
| 8d7c6759 | 26-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added profiling for VecView/Load and MatView/Load
Hg-commit: 5b55a0869ec22b6e2043299c07c23f6c9364fd0d |
| f0523c5f | 26-Sep-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for Matlab engine
Hg-commit: 2a705c037dc12432cb824bb7e7b0622de017b03f |
| 5d0c19d7 | 26-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
ISGetIndices() returns const array, it is not something that should be changed
Hg-commit: 279c07e55dc4d24fe01a982d22cefc6e74f39257 |
| e7227d1e | 19-Sep-2008 |
Satish Balay <balay@mcs.anl.gov> |
merge
Hg-commit: b424ce7ebd721941f8edecd2b526a56432169bfa |
| 47e6ada1 | 19-Sep-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Put in VTK viewer for DAs
Hg-commit: 6dfb94188b49675d902b473728ca4e35b6238064 |
| 021bdf4e | 19-Sep-2008 |
Jed Brown <jed@59A2.org> |
Correct argument numbers.
Hg-commit: 6cd56194521ab6fa565234cc6b4e7a39720fc425 |
| 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 ...
|
| 300a7f5b | 10-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some array args to use [ instead of * in argument lists added some missing const to some array args
Hg-commit: 3a9a34956c6d1c6a198ed6e9700f21d6d87db4cf |
| 00daea0f | 10-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
From: Christopher.E.Kees@usace.army.mil Subject: VecGetArray and VecCreateGhostWithArray Date: September 9, 2008 10:34:44 PM CDT VecCreate_MPI_Private() allocated the array space if requested e
From: Christopher.E.Kees@usace.army.mil Subject: VecGetArray and VecCreateGhostWithArray Date: September 9, 2008 10:34:44 PM CDT VecCreate_MPI_Private() allocated the array space if requested even if a valid array was passed in
Hg-commit: cc8aa1e94e12ff9064eb7aa90b3584590eec328c
show more ...
|
| 11cb75e7 | 10-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
support vecscattercreatetoone() and vecscattercreatetoall() even if Vec is longer than 2 gig entries, in that cases does not use special scatterv() and friends. Yes it is stupid for someone to wa
support vecscattercreatetoone() and vecscattercreatetoall() even if Vec is longer than 2 gig entries, in that cases does not use special scatterv() and friends. Yes it is stupid for someone to want to get such a huge vector on a single process but
Hg-commit: 935a0f7409da8ea6bca90d3b1bdbde5ffaff1cf6
show more ...
|
| 4d615ea0 | 10-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed update of vpscat.c for long long PetscInt
Hg-commit: b19eb46ec909fe1c7a1ca98d4936fe0615ff61bd |
| 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 ...
|
| c37d88e1 | 09-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
free the onodes1 and olengths1 that are used in the VecScatterCreate_PtoS and friends
Hg-commit: 8bc999d51b2d59554762f7a79021813011a049b0 |
| 1b238450 | 09-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
[PETSC #18238] VecScatterCreate sometimes seems to allocate way more memory than it needs vecscattercreate_ptos and friends now allocate the correct amount of buffer space for receiving indices
[PETSC #18238] VecScatterCreate sometimes seems to allocate way more memory than it needs vecscattercreate_ptos and friends now allocate the correct amount of buffer space for receiving indices that are needed rather than using nmax*nrecv
Hg-commit: 38e99f562ec088a155d7c470de6e2409774ffe46
show more ...
|
| edf189ef | 05-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed prefixes of the two KSP in the PCFieldSplit Schur complement to fieldsplit_0_ and fieldsplit_1_ if user provides only a single IS to PCFieldSplit then its complement is used for the other blo
changed prefixes of the two KSP in the PCFieldSplit Schur complement to fieldsplit_0_ and fieldsplit_1_ if user provides only a single IS to PCFieldSplit then its complement is used for the other block
Hg-commit: cb7e29354d6662e022e8b853277b051c3cb62f75
show more ...
|
| aeb4f306 | 29-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: dd840e3347a1e3546141c05fa3e28c14b3e8a313 |
| 1cee3971 | 29-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added most of the appropriate PetscObjectIncrementTabLevel() calls on KSP objects
Hg-commit: 55ad623694bf2fcd3544ef7f480b24298f32bf4c |
| 3b224e63 | 28-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
basic Schur complement preconditioner is now working (no preconditioner on the Schur solve yet)
Hg-commit: b92a24fa5a99cb9f0f1ebe423a22c2cab0402a12 |
| 4c31538f | 27-Aug-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
change ISBlockGetSize() to return global number of blocks and add ISBlockGetLocalSize()
Hg-commit: 6fa8486743cfd19d9386fa84119c3b6960268539 |
| 72ca8751 | 23-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatGetOwnershipRangesColumn()
Hg-commit: 03eea7bc8c561f690126477bfcba7b1d4b9a8a1d |