| #
3ba25fcf
|
| 12-May-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/plexstratify (pull request #1651)
DMPlex: Speedup DMPlexStratify()
Approved-by: Matthew Knepley <knepley@gmail.com>
|
| #
277ea44a
|
| 10-May-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Speedup DMPlexStratify()
The depth label encodes a (non overlaping) partition of the points in the Plex chart. The set of points in each level can be represented with a contiguous range of i
DMPlex: Speedup DMPlexStratify()
The depth label encodes a (non overlaping) partition of the points in the Plex chart. The set of points in each level can be represented with a contiguous range of integer. From these assumptions, the depth label can be constructed very quickly and using negligible memory by storing the label strata as stride index sets.
show more ...
|
| #
811966d4
|
| 03-May-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-dm-global-basis (pull request #1582)
Knepley/feature dm global basis
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
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
|
| #
3d2e540f
|
| 28-Apr-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexView_Ascii: dump coordinates only if present
|
| #
1dc59d61
|
| 17-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Expose compressed closure routines
|
| #
7dab5697
|
| 26-Apr-2019 |
Jed Brown <jed@59a2.org> |
Merged in jed/plex-tensor-fe (pull request #1590)
Jed/plex tensor fe
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> Approved-by: Matthew Knepley <knepley@gmail.com>
|
| #
09f0c63b
|
| 26-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
bf186535
|
| 26-Apr-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merged in stefano_zampini/fix-vecviewplex-native (pull request #1591)
DMPlex: temporary fix for PETSC_VIEWER_NATIVE case
Approved-by: Matthew Knepley <knepley@gmail.com> Approved-by: BarryFSmith <b
Merged in stefano_zampini/fix-vecviewplex-native (pull request #1591)
DMPlex: temporary fix for PETSC_VIEWER_NATIVE case
Approved-by: Matthew Knepley <knepley@gmail.com> Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
show more ...
|
| #
bc1eb3fa
|
| 25-Apr-2019 |
Jed Brown <jed@jedbrown.org> |
DMPlexCreateSpectralClosurePermutation: rename to DMPlexSetClosurePermutationTensor
|
| #
9231da58
|
| 25-Apr-2019 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'knepley/comment-dmplexcreatespectralclosurepermu-1556140811897' into jed/plex-tensor-fe
* bb/knepley/comment-dmplexcreatespectralclosurepermu-1556140811897: Comment DMPlexCreateSpect
Merge branch 'knepley/comment-dmplexcreatespectralclosurepermu-1556140811897' into jed/plex-tensor-fe
* bb/knepley/comment-dmplexcreatespectralclosurepermu-1556140811897: Comment DMPlexCreateSpectralClosurePermutation()
show more ...
|
| #
d82428d1
|
| 25-Apr-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/comment-dmplexcreatespectralclosurepermu-1556140811897' [PR #1588]
|
| #
a4355906
|
| 24-Apr-2019 |
Matthew Knepley <knepley@gmail.com> |
Comment DMPlexCreateSpectralClosurePermutation()
|
| #
a8ad634a
|
| 25-Apr-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex: temporary fix for PETSC_VIEWER_NATIVE case
For DMDA, viewing in Natural ordering is the default For PLEX, it is the other way around. This fix allows to Dump/read Plex vectors as they are, u
DMPlex: temporary fix for PETSC_VIEWER_NATIVE case
For DMDA, viewing in Natural ordering is the default For PLEX, it is the other way around. This fix allows to Dump/read Plex vectors as they are, used in TSTrajectory e.g.
Reported-by: Hong Zhang <hongzhang@anl.gov>
show more ...
|
| #
babf31e0
|
| 25-Apr-2019 |
Jed Brown <jed@jedbrown.org> |
DMPlexCreateSpectralClosurePermutation: add dim=1 support; fixes failing test
|
| #
05586334
|
| 25-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow index functions to take a whole array permutation - This allows a closure permutation , like we use for SEM - I am not convinced PlexTree works for this
|
| #
647867b2
|
| 24-Apr-2019 |
Jed Brown <jed@jedbrown.org> |
DMPlex: add man page notes explaining height and depth indexing
Anyone who starts with DMPlex needs about a dozen reminders of which is which before they can be effective. It shouldn't need to be i
DMPlex: add man page notes explaining height and depth indexing
Anyone who starts with DMPlex needs about a dozen reminders of which is which before they can be effective. It shouldn't need to be inferred from context via examples.
show more ...
|
| #
bdb1ab76
|
| 04-Apr-2019 |
Václav Hapla <vaclav.hapla@erdw.ethz.ch> |
Merged in haplav/fix-dmplexcheckskeleton (pull request #1503)
DMPlexCheck{Skeleton,Faces}: remove simplex arg; fix for undistributed meshes
Approved-by: Matthew Knepley <knepley@gmail.com> Approved
Merged in haplav/fix-dmplexcheckskeleton (pull request #1503)
DMPlexCheck{Skeleton,Faces}: remove simplex arg; fix for undistributed meshes
Approved-by: Matthew Knepley <knepley@gmail.com> Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
show more ...
|
| #
25c50c26
|
| 03-Apr-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCheck{Skeleton,Faces}: remove simplex arg; fix for undistributed meshes
|
| #
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 ...
|
| #
0f7b1b79
|
| 27-Mar-2019 |
Václav Hapla <vaclav.hapla@erdw.ethz.ch> |
Merged in haplav/fix-dmplexgetjoin-inarg-validation (pull request #1474)
DMPlexGetJoin/DMPlexGetFullJoin: fix inarg validation
Approved-by: Matthew Knepley <knepley@gmail.com>
|
| #
48bb261c
|
| 22-Mar-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexGetFullJoin: fix inarg validation
|
| #
f14d38d6
|
| 24-Mar-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-expose-section-subdm (pull request #1455)
DM: Expose creation functions for subdm and superdm from a Section
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
41525646
|
| 06-Feb-2019 |
Florian Wechsung <wechsung@maths.ox.ac.uk> |
add ability to perform the rebalancing in serial, add timings
|