| #
07475bc1
|
| 11-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
don't list unneeded /*I includes; they clutter the manual pages
Hg-commit: e78ba20ae96445858089a43bccd0933d14f8ae95
|
| #
c688c046
|
| 11-Nov-2012 |
Matthew G Knepley <knepley@gmail.com> |
DM: Added MatGet/SetDM() and updated DMs to handle Vec and Mat for this
Hg-commit: d20ec0ce94bab2e32af8971314fa1b0124689ebf
|
| #
19fd82e9
|
| 03-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed #define char* XXXType to typedef const char* XXXType
Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad
|
| #
7659c1be
|
| 28-Sep-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: e67798811b9e9715a27e1162d786ebd65ddc7d21
|
| #
a3314f2c
|
| 26-Sep-2012 |
Matthew G Knepley <knepley@gmail.com> |
Nightly fixes
Hg-commit: d81e81fb4f36586d986355922c227d84ba1c9c5c
|
| #
6c2930d4
|
| 18-Sep-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8
|
| #
3e08d2be
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing blanks from source code added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree
Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a
|
| #
2ebbc9a7
|
| 17-Sep-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: 43edcf786e1a8d8081620738c5554ae347d0b1f4
|
| #
3e0de288
|
| 14-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
more sliced documentation
Hg-commit: 24e112fbe10abef4ad5a1739d799a0beabaa7723
|
| #
3efe6655
|
| 14-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
updated DMSlicedCreate() to take ghost point and coupling information cleaned up docs for DMSlicedCreate
Hg-commit: 6301f3ffea760b7fe7ad5493469b1d249d9048bf
|
| #
48fab831
|
| 09-Jul-2012 |
Brad Aagaard <baagaard@usgs.gov> |
Merge
Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637
|
| #
0f55b88d
|
| 03-Jul-2012 |
Satish Balay <balay@mcs.anl.gov> |
backout all chmod stuff in bf971ba58125 [but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]
Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258
|
| #
c0174eb7
|
| 03-Jul-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
removed a spurious call to MatSetBlockSize.
Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a
|
| #
8382e67f
|
| 26-Jun-2012 |
Paul Mullowney <paulm@txcorp.com> |
committing after previous merge.
Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491
|
| #
435a35e8
|
| 26-Jun-2012 |
Matthew G Knepley <knepley@gmail.com> |
Changed DMDestroy to allow backend reference counting, Added DMCreateSubDM() - Now DMCreateSubDM() can replace decompositions, and it is more flexible since it allows combinations of fields, and pass
Changed DMDestroy to allow backend reference counting, Added DMCreateSubDM() - Now DMCreateSubDM() can replace decompositions, and it is more flexible since it allows combinations of fields, and passes null spaces - Allow null space constructors for fields in the DM - Added reference counting to DMComplex, which allows meshes to be shared among subdues - Changed DMDestroy() so that impls destroy dm->data so it can be ref counted - DMComplexClone() supports subdms - Added PetscSectionCreateSubsection() for subdms
Hg-commit: c5f43df53c0b780431c93b4f8de6f822c8dd4c11
show more ...
|
| #
7b6ad80c
|
| 23-Jun-2012 |
Matthew G Knepley <knepley@gmail.com> |
Added reference counting to DM backends, DMCreateSubDM(), PetscSectionCreateSubSection() - Ref counting allows us to have subDMs that shared a given unstructured mesh - In order to support ref counti
Added reference counting to DM backends, DMCreateSubDM(), PetscSectionCreateSubSection() - Ref counting allows us to have subDMs that shared a given unstructured mesh - In order to support ref counting, I had to free the backend object in the backend destroy rather than DMDestroy - CreateSubDM() is intended to replace DMCreateDecomposition() since it allows groups of fields to be specified, and handles nested null spaces - Added DMComplexClone() to support subdms - Subsections are created for subdms - Now the DM can be given null space constructors for a given field - Now DMCreateDecomposition() calls DMCreateSubDM() if possible instead of DMCreateFieldIS()
Hg-commit: b92720a77c43e08ef97eed85fb67b95557b6e828
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 ...
|
| #
8e7768b9
|
| 24-Mar-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac
|
| #
b45d2f2c
|
| 24-Mar-2012 |
Jed Brown <jed@59A2.org> |
Rename include/private/ to include/petsc-private/
Hg-commit: 9a1730720b0d9756437b40462617551504641ade
|
| #
240edb01
|
| 29-Feb-2012 |
Jed Brown <jed@59A2.org> |
Remove references to DMSlicedGetGlobalIndices()
Hg-commit: 2b47235e520ee14e7bf30578e77a52354db4c71b
|
| #
1015e0a6
|
| 29-Feb-2012 |
Jed Brown <jed@59A2.org> |
Remove DMSlicedGetGlobalIndices(), it was never implemented
Hg-commit: 882fc279ddfaa44915c56a5b227514ada881775d
|
| #
51322221
|
| 28-Feb-2012 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11
|
| #
95742e49
|
| 19-Jan-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed docs about preallocating diagonal entries of matrix to only when planning to factor
Hg-commit: 62debd9818aa7a0dec4c1125f964afa7ec1bc5c4
|
| #
639d86e3
|
| 13-Jan-2012 |
Sean Farley <sean@mcs.anl.gov> |
Merge
Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c
|
| #
d39137a2
|
| 12-Jan-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10
|