| ba936b91 | 23-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
WIP: Simplify/correct adaptivity interface for DMForest |
| ebdf65a2 | 23-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMForest: switch adaptivity from an array of markers to label
Now that labels are general, it makes more sense |
| 27d4645f | 23-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMForest: added DMIsForest() and DMForestRegisterType() |
| eca41621 | 23-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4EST: c++ fixes |
| 50eeb1ca | 16-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DM: added DMClearLocalVectors() |
| ca3eba1b | 16-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Fix reference counting in DMGlobalToLocalSolve() and DMProjectFieldLocal_Plex() |
| 1c58ffc4 | 16-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex+Tree: small fixes to DMPlexComputeInterpolatorTree() |
| 6ecaa68a | 13-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
WIP: DMPlexComputeInterpolatorTree() |
| 0bfe2a92 | 12-Feb-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Forest: Add an HDF5 viewer |
| a6121fbd | 11-Feb-2016 |
Matthew G. Knepley <knepley@gmail.com> |
DMForest: Turn off -dm_refine for now |
| 646e8b9f | 11-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4est: added childIds to GetTranserSF_Internal
This will let me figure out which parts of the reference tree's constraint matrix to use. |
| 6281945f | 11-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4est: Added DMPlexReferenceTreeGetChildSymmetry_p4est()
This is needed to match up dofs when constructing interpolation/injection. |
| 61bbc431 | 11-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4est: move string declarations to function boilerplate |
| 61f0de6f | 11-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4est: use a custom reference tree |
| 90e2ccac | 11-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4est: started DMCreateReferenceTree_p4est()
This will simplify intergrid transfer. |
| defc90f8 | 10-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4est: added bare-bones DMCoarsen_p4est()
This just gets a reference to the coarseDM. We need to figure out the control flow for on-the-fly adaptive coarsening. |
| feea6839 | 05-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4est: introduce command line refinement options
TODO: make them accessible via functions. |
| 92312bba | 04-Feb-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Forest: Added simple viewer for pest |
| d8984e3b | 04-Feb-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Forest: Added DMCreateSubDM() support |
| 304e0063 | 03-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4est: pass periodicity |
| 01d9d024 | 03-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMForest: initialize more header functions when cloning |
| 6da023fc | 02-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4est/DMPlex: Share DMSNES/DMTS information when converting
This includes "A", "dmAux" and "dmCh" for now. |
| 1189c1ef | 02-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMComputeL2FieldDiff(): fixes, DMP4EST implementation |
| 5e76b9b5 | 01-Feb-2016 |
Matthew G. Knepley <knepley@gmail.com> |
DMForest: Add specific Clone for pest |
| 6ca4f45b | 01-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4est: revamp operating without a base DM
- Construct a ghost label in this case - Make reading a brick connectivity more full featured |