| #
e02043d6
|
| 10-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
Removed unneeded setting of Mat Block size, should respect already set value, removed unneeded checking of negative blocksize this is handled in PetscLayoutSetUp().
Hg-commit: 2d1c2b03ef3a0925025555
Removed unneeded setting of Mat Block size, should respect already set value, removed unneeded checking of negative blocksize this is handled in PetscLayoutSetUp().
Hg-commit: 2d1c2b03ef3a0925025555e660e6834a4bd0a50c
show more ...
|
| #
535b19f3
|
| 08-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed processing of -mat_block_size from MatXXXSetPreallocation() routines moved to MatSetFromOptions() fixed various locations that reset blocksize after Mat was setup
Hg-commit: 253c882709a78d62
removed processing of -mat_block_size from MatXXXSetPreallocation() routines moved to MatSetFromOptions() fixed various locations that reset blocksize after Mat was setup
Hg-commit: 253c882709a78d627d884888fbdb4a7528173c93
show more ...
|
| #
f73d5cc4
|
| 08-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
MatSetSize() called after MatSetUp() is now forbidden even for Dense matrices MatSetBlockSize() must be called beofre MatSetUp()/ MatXXXSetPreallocation() for all matrices Fixed vec nest example that
MatSetSize() called after MatSetUp() is now forbidden even for Dense matrices MatSetBlockSize() must be called beofre MatSetUp()/ MatXXXSetPreallocation() for all matrices Fixed vec nest example that pushed format that prevented values from being printed
Hg-commit: 80ec81eb9db92735994e950eda2d2db6657bb6cb
show more ...
|
| #
ab9863d7
|
| 02-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
namespaced some Mat utilities that lacked the Mat
Hg-commit: 6f712ebe4bb5ddbcbf32ebd864d408e3a35085b0
|
| #
2632470a
|
| 05-Mar-2012 |
Jed Brown <jed@59A2.org> |
merge SNES/DM refactor
Hg-commit: 31d66a4917111e3b9e87bf19170c2c9421b4e8be
|
| #
69b1f4b7
|
| 02-Mar-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed MatCreateMPIXXX() to MatCreateXXX() since that is what they are
Hg-commit: 88fb4066e05405d3c444fb00dd00ab15e805b3e3
|
| #
51322221
|
| 28-Feb-2012 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11
|
| #
1037da18
|
| 14-Feb-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0db928480d979c13a2377936075c7720438182bd
|
| #
5080c13b
|
| 14-Feb-2012 |
Matthew G Knepley <knepley@gmail.com> |
Now MatSetValues() does not automatically mark the matrix as unassembled - Individual types set the assembly flag if values need to be communicated - This is done to allow programming in the followin
Now MatSetValues() does not automatically mark the matrix as unassembled - Individual types set the assembly flag if values need to be communicated - This is done to allow programming in the following way: for(r = rStart; r < rEnd; ++r) { MatGetRow() <transform values> MatRestoreRow() MatSetValues() }
Hg-commit: 1fc53ac2b8ab5649a32e5123d93f6c2f69dbdd4d
show more ...
|
| #
38ea2233
|
| 01-Feb-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: da7192eda3c2721456f07edf54ad1d0c14243f79
|
| #
4994cf47
|
| 31-Jan-2012 |
Jed Brown <jed@59A2.org> |
Remove MatSetUpPreallocation() and MatPreallocated(). MatSetUp() required if not preallocated. Unify error reporting.
Hg-commit: 9dd5fa086e48409435f8bacb456e7397da336895
|
| #
6ba663aa
|
| 06-Nov-2011 |
Jed Brown <jed@59A2.org> |
Mat preallocation: check valid type and logically collective block size
Hg-commit: 14994399c05663553b5763e55847cd01074430ab
|
| #
472b90b3
|
| 26-Sep-2011 |
adams <adams@jaguarpf-login1.ccs.ornl.gov> |
fix for emtpty procs on input grid (2nd commit).
Hg-commit: 416bc569082d603eba1a683707921f8a1b880bdb
|
| #
8aa69af5
|
| 23-Sep-2011 |
Jed Brown <jed@59A2.org> |
merge
Hg-commit: 1e229776bfd44f4b459456504b3110137e0481a8
|
| #
b1f6f9fc
|
| 23-Sep-2011 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: 866723830dfe0ff26ba0638381626709048310af
|
| #
e23dfa41
|
| 23-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
more updates on PetscTable
Hg-commit: 81961d54ed644345546c0aa2c889e2474eb971d1
|
| #
8788fcb4
|
| 21-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 98f24f0f10f16cc0dccad4bf4c67244be6b442e5
|
| #
6d0a4a0e
|
| 19-Sep-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatConvert_xxx_xxx() when user uses mpi format for sequential runs. Ref [petsc-dev] Failure converting MPIBAIJ -> MPIAIJ, Sun, Sep 18, 2011 at 5:19 PM
Hg-commit: 143491d1970242baaec82f3ab
bugfix for MatConvert_xxx_xxx() when user uses mpi format for sequential runs. Ref [petsc-dev] Failure converting MPIBAIJ -> MPIAIJ, Sun, Sep 18, 2011 at 5:19 PM
Hg-commit: 143491d1970242baaec82f3ab55545fd4379a5e9
show more ...
|
| #
7037fc97
|
| 19-Sep-2011 |
Peter Brune <brune@cs.uchicago.edu> |
commit after merge
Hg-commit: 58b11639468a9f0b0b163b4e0ffc28d6efca1c9e
|
| #
04ce4bd4
|
| 19-Sep-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
merge from petsc-3.2
Hg-commit: 07774763ee5d4cba9fb0f5d4e3504cf5b2469911
|
| #
6d434a30
|
| 08-Sep-2011 |
Jed Brown <jed@59A2.org> |
merge from 3.2
Hg-commit: 31af1635d5290ddab9b25370ed558f209984fe18
|
| #
eb0395db
|
| 07-Sep-2011 |
Satish Balay <balay@mcs.anl.gov> |
merge from 32
Hg-commit: a6cf9aa9bfe3165ebbaa1b2e3d982001b2b3a0e6
|
| #
d1adec66
|
| 07-Sep-2011 |
Jed Brown <jed@59A2.org> |
Capitalization of MatGetSeqNonzeroStructure_*
Hg-commit: 432d3ecc38d15f875bbb51da08d33bb777123d77
|
| #
8f1a2a5e
|
| 12-Aug-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
changed sqrt() to PetscSqrtReal() to work properly with __float128 changed some %G to use %14.12e and (double) to work with __float128
Hg-commit: a8faa4e64896cf76f3f64094484ef5e06761417b
|
| #
1c001b75
|
| 07-Aug-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
itrying to check this in again. Added smoothed aggregation to PC GAMG, no really working.
Hg-commit: b0df5e777baf74893ca1df5fe9447ed4d19891a1
|