| #
0298fd71
|
| 08-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran Fixed a few bugs where PETSC_NULL had been used incorrectly.
Hg-commit: 05
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran Fixed a few bugs where PETSC_NULL had been used incorrectly.
Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4
show more ...
|
| #
31d8eec5
|
| 01-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 1fa981254c79c783277e37654668dfe698cddf41
|
| #
8865f1ea
|
| 01-Feb-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Uncrustified src/dm/*. No re-uncrustification of un-uncrustified plex.c.
Hg-commit: 0eadce41498eb88aa85fb46f989ad9d09bfd9c3e
|
| #
009bbdc4
|
| 26-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"
Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece
|
| #
c5a46771
|
| 22-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aftr merge
Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850
|
| #
c30958fd
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Replaced remaining '){' with ') {'.
Hg-commit: f4f35e45a9688d9cbe30c43558c5cab041b08998
|
| #
0a696f66
|
| 14-Jan-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added previously untested DMCreateDomainDecompositionDM() implementation for DA and associated logic.
Hg-commit: 6c47148058cd0fb9dc706ad095a0f72274e04b38
|
| #
29aa02fc
|
| 11-Dec-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: a128a87f5736ccbab37df5d559616f8376f7026e
|
| #
d724dfff
|
| 10-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed memory leak in fieldsplit fixed -xxx_view_draw to initially clear window so that -draw_save works on these drawings added DMDetSubDM_DA() asm should not error out if viewer not supported
Hg-co
fixed memory leak in fieldsplit fixed -xxx_view_draw to initially clear window so that -draw_save works on these drawings added DMDetSubDM_DA() asm should not error out if viewer not supported
Hg-commit: 8095385733ef37462f66a2a8905da608a080c694
show more ...
|
| #
289dcd94
|
| 10-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 76831309032f5585424cb3e5e4c7f8f754699d5d
|
| #
e30e807f
|
| 06-Dec-2012 |
Peter Brune <brune@mcs.anl.gov> |
DMCreateDomainDecomposition_DA() and DMCreateDomainDecompositionScatters() This allows for clean interpolation between multiprocess and single process DAs. The single process DA has a fake global si
DMCreateDomainDecomposition_DA() and DMCreateDomainDecompositionScatters() This allows for clean interpolation between multiprocess and single process DAs. The single process DA has a fake global size. src/dm/examples/tutorials/ex14.c tests these operations.
Hg-commit: 1fe7e8ced326928421752362d64be81f1bf2825c
show more ...
|
| #
d886c4f4
|
| 06-Dec-2012 |
Peter Brune <brune@mcs.anl.gov> |
Added DMDASet/GetOffset() for seamlessly moving the boundary indices of a DA around.
Hg-commit: 557fffe5164e083e5149c401726f3e05779bb352
|
| #
43208f3f
|
| 27-Nov-2012 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: 6ac94d6e269a383c5b658488ff4022ab8f63808d
|
| #
32c0f0ef
|
| 19-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
root DMView() and DMLoad() handle classid and typename PCView binary does NOT view matrices
Hg-commit: 8fd378babe626ea07f0585f9209c640de6c87424
|
| #
19fd82e9
|
| 03-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed #define char* XXXType to typedef const char* XXXType
Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad
|
| #
cf6142ae
|
| 29-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 22746e3b3fbadeeb7355c91f5c38c081c818d4a8
|
| #
6636e97a
|
| 28-Sep-2012 |
Matthew G Knepley <knepley@gmail.com> |
DM: Moved coordinates to DM, fixed default SF creation - Now we have DMGetCoordinateDM() which describes coordinate layout and does G2L DMGet/SetCoordinates() and DMGet/SetCoordinatesLocal() - One
DM: Moved coordinates to DM, fixed default SF creation - Now we have DMGetCoordinateDM() which describes coordinate layout and does G2L DMGet/SetCoordinates() and DMGet/SetCoordinatesLocal() - One can be made from the other (global or local) automatically - Added dm->ops->createcoordinatedm() - DMComplex no longer creates the coordinate Vec up front - DM default SF can now handle global vets without constraints
Hg-commit: 6226b76f6e469184f69d66f3475966ce9ac97872
show more ...
|
| #
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
|
| #
8caf3d72
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)
Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
|
| #
2ebbc9a7
|
| 17-Sep-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: 43edcf786e1a8d8081620738c5554ae347d0b1f4
|
| #
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
|
| #
ba4bd723
|
| 31-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 85ea2b32f01c9c465a4b0b5082ad81d2970a62e4
|
| #
88661749
|
| 30-Aug-2012 |
Peter Brune <brune@mcs.anl.gov> |
Added overlaps to DA with DMDASetOverlap, which allows for larger ghost regions unrelated to the stencil width.
Hg-commit: c76698a179faaafe811ea81b96cfbba324a4e10e
|
| #
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
|