| #
10f4f354
|
| 16-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d45994b710e27c421e3a611629d33b9d321ce16b
|
| #
1e25c274
|
| 16-Feb-2013 |
Jed Brown <jed@59A2.org> |
Split out petscdmdatypes.h and petscdmtypes.h
Hg-commit: 3f8f2ebaa036547d616a74a818868b81d0922c1f
|
| #
ab7f58a0
|
| 14-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
complex -> plex
Hg-commit: 60bf177dda1f5f14babbace55c4a430ac46ab2a6
|
| #
a261c58f
|
| 13-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PetscViewerBinaryMatlabOpen() and friends, incorporated functionality into binary PETSc viewer
Hg-commit: 1676211ea1509edcdd7a044ca5b8b543f443b8ab
|
| #
18452f26
|
| 08-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: b866121248e9d560d266413f80c7be106860d974
|
| #
65db9045
|
| 08-Feb-2013 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Removing DMCreateDomainDecompositionDM and DMCreateFieldDecompositionDM.
Hg-commit: 5a40b47b72b8008daf1ed3dec805e07eb1831dde
|
| #
2348bcf4
|
| 22-Jan-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added DMGet/RestoreNamedLocalVector()
Hg-commit: f053dc9209985acf328d988f270c9e067dbd7efe
|
| #
140e18c1
|
| 15-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed silly abreviations
Hg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f
|
| #
a853e81e
|
| 13-Jan-2013 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: 7ae059cc471c053401c1d6a21c3e45b9d4418175
|
| #
f2ba6396
|
| 12-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added appropriate #include to various synopsis in manual pages
Hg-commit: 649729772e487ab080652f3c9abb4b4203cfa79d
|
| #
552f7358
|
| 02-Jan-2013 |
Jed Brown <jed@59A2.org> |
Rename DMComplex -> DMPlex
Hg-commit: f768b4255f3d1c199623a7a4aeb9be630bec7076
|
| #
e87bb0d3
|
| 01-Jan-2013 |
Matthew G Knepley <knepley@gmail.com> |
DM: Adding basis for point location - Added stub DMLocatePoints()
Hg-commit: 2c253a6d31dca4f89aa0bb3e3ff96f721d4ecdc2
|
| #
ca266f36
|
| 15-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
udpated -dm_view_xxx and removed -da_view stuff to new style of command line viewing
Hg-commit: 08d97982b613d59a56cc20ada10e8c4808ee37df
|
| #
289dcd94
|
| 10-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 76831309032f5585424cb3e5e4c7f8f754699d5d
|
| #
baf369e7
|
| 06-Dec-2012 |
Peter Brune <brune@mcs.anl.gov> |
Added DMGlobalToLocalHookAdd() and DMGlobalToLocalHook() structure. This allows for subdomain ghost values to be filled if necessary.
Hg-commit: b0a936fcd849f6050bc55dbeaee2628554755e3a
|
| #
be081cd6
|
| 06-Dec-2012 |
Peter Brune <brune@mcs.anl.gov> |
DMSubDomainRestrict and DMSubDomainHookAdd() added; replaces DMBlockRestrict() with less confusingly-named thing.
Hg-commit: 93f8970c2a945a730ce1c7b6c3d7e2da5a80d028
|
| #
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 ...
|
| #
38aa3a79
|
| 28-Nov-2012 |
Jed Brown <jed@59A2.org> |
merge VTU viewer
Hg-commit: f68babcf040286d4843b3544bb1e887ce1a50948
|
| #
94742602
|
| 28-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 5d89265e7c5af6ad0a31a1aa4e1ef17e67aad9f7
|
| #
6fbadbe2
|
| 28-Nov-2012 |
Matthew G Knepley <knepley@gmail.com> |
DMComplex+PetscSection: Fix boundary condition handling and back out change by Jed - Now DMComplex FEM functions set boundary conditions on input local vectors - Added INSERT/ADD_BC_VALUES - Added bc
DMComplex+PetscSection: Fix boundary condition handling and back out change by Jed - Now DMComplex FEM functions set boundary conditions on input local vectors - Added INSERT/ADD_BC_VALUES - Added bcFuncs to PetscFEM struct - Added support for INSERT_BC_VALUES in VecSetValuesSection() - Added DMComplexProjectFunctionLocal_Private() - Reverted change from f8c1cd63a52278c52938b36d1b4acf3027eca00c because parallel preallocation needs that code
Hg-commit: 48cabc620c4141f7ea51fca4d85e8988cc98110b
show more ...
|
| #
74e1e8c1
|
| 28-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed all mention of DMSetFunction/Jacobian() from the source code!
Hg-commit: 2caa4c03fd39ecddf1173d6f856fe3042842966e
|
| #
7fe845e1
|
| 27-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
stripped out DMComputeFunction()
Hg-commit: a8a0c99ba749182b967839b595f0192cc1216053
|
| #
bdbbd646
|
| 27-Nov-2012 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: 7aece89cbfcc2d8ec28613bbf68580206dd8ce11
|
| #
43208f3f
|
| 27-Nov-2012 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: 6ac94d6e269a383c5b658488ff4022ab8f63808d
|
| #
5763e96a
|
| 27-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
stripped out all DMSetLocalFunction/Jacobian implementation code
Hg-commit: 8237dc8a1d340b0dd4d6dbfeaeaac7e9df741b5f
|