| 0134a67b | 23-Apr-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix DMPlexDistribute() for parallel (maybe with overlap) meshes
* Fix handling of global numbering when redistributing meshes with overlap * Support redistribution of non-conforming meshes *
DMPlex: Fix DMPlexDistribute() for parallel (maybe with overlap) meshes
* Fix handling of global numbering when redistributing meshes with overlap * Support redistribution of non-conforming meshes * Non-conforming meshes out of p4est with overlap maybe still broken
show more ...
|
| 31bc6364 | 24-Apr-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix DMPlexCreateOverlap() to always add the closure in the overlap
* This fixes DMPlexDistributeOverlap() for non-conforming meshes using FEM adjacencies. |
| 42678178 | 23-Apr-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
Partitioner: Fix PARMETIS partitioner
* Add command line option to specify the random seed * As a side effect, fix valgrind warning related to unitialized options array being passsed to ParMETIS_V
Partitioner: Fix PARMETIS partitioner
* Add command line option to specify the random seed * As a side effect, fix valgrind warning related to unitialized options array being passsed to ParMETIS_V3_PartKway
show more ...
|
| 783e1fb6 | 26-Apr-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscPartitionerSetFromOptions: fix memory leak |
| 6dcbd917 | 24-Apr-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexRefineUniform_Internal: Propagate embedded dimension |
| ce010399 | 03-May-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr1597/florianwechsung/rebalanceflag/master' [PR #1597]
* pr1597/florianwechsung/rebalanceflag/master: Fix: inform user about success of DMPlexRebalanceSharedPoints via a flag |
| e4ed0c0a | 03-May-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-plex' into maint [PR #1601]
* stefano_zampini/fix-plex: DMPlexView_Ascii: dump coordinates only if present DMPlexStratifyMigrationSF: fix for depth = 0 plex |
| 4246f777 | 03-May-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-plex' [PR #1601]
* stefano_zampini/fix-plex: DMPlexView_Ascii: dump coordinates only if present DMPlexStratifyMigrationSF: fix for depth = 0 plex |
| edf60d87 | 03-May-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-partitioner' [PR #1607]
* stefano_zampini/fix-partitioner: small fixes to PetscPartitioner implementations |
| 8bdb3c71 | 03-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Small fixes |
| 99b53901 | 01-May-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PETSCPARTITIONERPTSCOTCH: vtxdist is of size "size+1" (not "parts+1") |
| 04ba2274 | 01-May-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscPartitioner_Simple: size should be taken from part, not dm |
| d3a7d86c | 30-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed spacing |
| c0f8e1fd | 30-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Doc+Plex: Added notes on function use - Added collective doc |
| 1fba962a | 30-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed c89 problems and added lda argument |
| 1683a169 | 28-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Use MatDenseGetArrayRead() rather than MatDenseGetArray() when possible
Commit-type: style-fix, feature |
| 5510c841 | 28-Apr-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexStratifyMigrationSF: fix for depth = 0 plex |
| 3d2e540f | 28-Apr-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexView_Ascii: dump coordinates only if present |
| 8b879b41 | 27-Apr-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
inform user about success of DMPlexRebalanceSharedPoints via a flag |
| 9b4815dc | 27-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Rats! Zounds! A Pox on your House! |
| ec277c0f | 26-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Correct bugs in last commit - I am changing editors and messed up |
| ab6a9622 | 26-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Another complex fix for basis transformation |
| 277523be | 26-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Fixed basis transformation for complex |
| ca3d3a14 | 18-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Add ability to specify different global and local bases - The global basis is for solving and applying BC - The local basis is for assembly - We transform bases in DMLocalToGlobal() and DMGlobalT
DM: Add ability to specify different global and local bases - The global basis is for solving and applying BC - The local basis is for assembly - We transform bases in DMLocalToGlobal() and DMGlobalToLocal() - Added a default implementation which does a rotation - Transform functions used in BC and exact solutions, which we assume operate in the global basis - Transform functions used in projection, which we assume operate in the global basis - Transform Jacobian values to the global basis before insertion - Transform coordinates to global basis when calling out projection, BC, and exact solution functions - Copy transforms when forming a hierarchy - Added many tiny LA things (Eigen is no longer a good dependency)
show more ...
|
| 1dc59d61 | 17-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Expose compressed closure routines |