| ffa811ec | 11-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex8: Make functions static |
| 793a2a13 | 11-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added support for hybrid (prism) cell geometry - There are 2 differences from normal cells: 1) The bottom face is inverted, since the normal points toward the top face, instead of outward 2
Plex: Added support for hybrid (prism) cell geometry - There are 2 differences from normal cells: 1) The bottom face is inverted, since the normal points toward the top face, instead of outward 2) The side faces are ordered as tensor products of intervals, not as quadrilaterals
show more ...
|
| 5b290731 | 04-Apr-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-bdfunc-normal (pull request #1500)
Plex: Feed the facet normal to a type of projection function
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> |
| 25c50c26 | 03-Apr-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCheck{Skeleton,Faces}: remove simplex arg; fix for undistributed meshes |
| b18799e0 | 28-Aug-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Feed the facet normal to a type of projection function - Added DM_BC_ESSENTIAL_BD_FIELD - Added DMProjectPoint_BdField_Private |
| df7887d0 | 02-Apr-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
Merged in florianwechsung/petsc/fw/vertexrebalancing (pull request #1421)
DMPLEX/PCPATCH: Rebalancing shared points on parallel interfaces
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> Approved-by:
Merged in florianwechsung/petsc/fw/vertexrebalancing (pull request #1421)
DMPLEX/PCPATCH: Rebalancing shared points on parallel interfaces
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> Approved-by: Lawrence Mitchell <wence@gmx.li>
show more ...
|
| 6a3739e5 | 02-Apr-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
conditional definition of functions when petsc is build with parmetis |
| 06b3913e | 02-Apr-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
squash dead assignments |
| 2f856554 | 01-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+SNES: Moved some functions back from SNES to Plex - Get/RestoreCellFields() - Get/RestoreFaceFields() - Get/RestoreFaceGeometry() - Run the subdomain hook to copy the DMSolver |
| 86421e9e | 31-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
don't use dm_rebalance_partition_view to check the performance of the rebalancing as we get non-deterministic distributions, we just check in the test that we have actually improved things now |
| 81a13b52 | 29-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
fixed incompatible-pointer-types error when building --with-64-bit-indices=1 |
| da5ffb35 | 27-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/haplav/fix-matpartitioningview-hierarch' [pull request #1470] |
| 0ceef49f | 27-Mar-2019 |
Václav Hapla <vaclav.hapla@erdw.ethz.ch> |
Merged in knepley/fix-plex-interpolate-sf-new1 (pull request #1473)
fix DMPlexInterpolatePointSF()
Approved-by: Matthew Knepley <knepley@gmail.com> |
| 06eb72e9 | 27-Mar-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: 7_hdf5 and 7_hdf5_ppu require !complex |
| 3d6ea0ad | 27-Mar-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: 7_hdf5_hierarch requires !complex |
| 48bb261c | 22-Mar-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexGetFullJoin: fix inarg validation |
| bd6e8f97 | 27-Mar-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: 6_tet made TODO for now |
| c4f46eaf | 06-Feb-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
updated output file for dm_impls_plex_tests-ex18_2b |
| 81d39361 | 06-Feb-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: TODO examples with parallel partitioning of uninterpolated meshes |
| 66aa2a39 | 13-Oct-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Send potential overlap faces to all roots |
| 24f76dd0 | 13-Oct-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex18: Added another test that exposed a bug in parallel interpolation |
| e53487d3 | 20-Sep-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Expose DMPlexInterpolatePointSF() |
| 2e72742c | 14-Sep-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Rewrote function that puts interpolated points into the point SF in parallel - It only worked for edges originally - The orientation of the SF points still does not match when computed in paral
Plex: Rewrote function that puts interpolated points into the point SF in parallel - It only worked for edges originally - The orientation of the SF points still does not match when computed in parallel
show more ...
|
| efb394a7 | 19-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Revert "ex18: hotfix SF for test 4_tet%"
This reverts commit faed488c3615e97c021c2674cfb2b465114efbdc. |
| 03e2d9bf | 19-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Plex test ex18: removed all TODOs from tests - must be fixed in this branch |