| 23f34ed2 | 16-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex+FEM: fix recent changes to DMPlexComputeL2DiffVec() |
| ca3eba1b | 16-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Fix reference counting in DMGlobalToLocalSolve() and DMProjectFieldLocal_Plex() |
| 31620726 | 16-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex: fix bad dereference in DMPlexAnchorsModifyMat() |
| 1c58ffc4 | 16-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex+Tree: small fixes to DMPlexComputeInterpolatorTree() |
| e44e4e7f | 16-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex+Tree: finished DMPlexCreateInterpolatorTree() |
| 21968bf8 | 16-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
WIP: factor out DMPlexReferenceTreeGetChildrenMatrices() |
| 46bdb399 | 15-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
WIP: DMPlexCreateInterpolatorTree() |
| 6ecaa68a | 13-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
WIP: DMPlexComputeInterpolatorTree() |
| efe440bf | 12-Feb-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: The CoordinateDM should not have constraints |
| f2b8cce1 | 11-Feb-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: ConstructGhost now propagates localized coordinates |
| 0e2cc29a | 11-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex+Tree: factor out DMPlexCreateReferenceTree_Union() |
| 19f70fd5 | 10-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlexAnchorsModifyMat(): fix bad access after loop |
| 4b2f2278 | 10-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlexAnchorsModifyMat(): compress out empty points |
| a9096520 | 10-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex: correct counting in indicesPointField_internal
I think it was offseting for constraints even when setBC = PETSC_TRUE, which it shouldn't do. |
| db4c39b1 | 08-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex: correct memory management in DMProjectFunctionLocal_Plex() |
| 20369375 | 08-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
TS+Plex: provied face geometry for essential bcs |
| bdd6f66a | 07-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex: try to handle boundary conditions early |
| 37d81139 | 04-Feb-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed refinement when mesh is empty on some ranks |
| a61e840b | 04-Feb-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed coordinate copy |
| c266e643 | 04-Feb-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix collective mistake in DMProjectFunctionLocal_Plex() |
| d0ed5973 | 04-Feb-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Use PetscDualSpaceApplyFVM() in PetscFunctionProjectLocal_Plex() |
| cdf740e0 | 04-Feb-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed coordinate copy for reference cell |
| 6186d1c3 | 04-Feb-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix API changes in ex1f90 |
| 36447a5e | 03-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlex: propagate coordinate localization |
| f19733c5 | 02-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex: fix bad indexing in anchors calculations |