| #
83c10b7e
|
| 04-Dec-2018 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Merged petsc/petsc into master
|
| #
c0f00074
|
| 30-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-p4est-squashed' [PR #1229]
* stefano_zampini/fix-p4est-squashed: Few fixes to the p4est/p8est implementations of DMForest.
|
| #
b135d7da
|
| 27-Nov-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexGLVis: add support for hybrid meshes
|
| #
367003a6
|
| 28-Oct-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
minor fixes
|
| #
1ab378fc
|
| 22-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Merge branch 'master' into haplav/feature-mataij-load-from-hdf5
because I need the test loop fix
|
| #
28e96ad3
|
| 16-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/fix-plex-interpolate-interface-cones' [PR #1227]
* haplav/fix-plex-interpolate-interface-cones: DMPlexIntepolate: fix orientation of faces in interface Fixes orientation of face
Merge branch 'haplav/fix-plex-interpolate-interface-cones' [PR #1227]
* haplav/fix-plex-interpolate-interface-cones: DMPlexIntepolate: fix orientation of faces in interface Fixes orientation of faces in interface (i.e. order and orientations of the corresponding cones) so that they conform across ranks.
show more ...
|
| #
67aa0e3d
|
| 13-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
fix compiler warnings about unused/unitialized variables
|
| #
0fe46fbb
|
| 09-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientCell_Internal: fix arg type (PetscInt -> PetscBool)
|
| #
7c7bb832
|
| 09-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientInterface: fix a leak
|
| #
a0d42dbc
|
| 09-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
some 'may be used uninitialized' prevention
|
| #
b325530a
|
| 07-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexInterpolate: orientation fix can be optionally turned off from options
|
| #
b8e38d09
|
| 07-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientCell_Internal factored out from DMPlexOrientCell
|
| #
bba29ab8
|
| 07-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
rename DMPlexOrientPointSF_Internal -> DMPlexOrientInterface and publish in dmpleximpl.h
|
| #
d080685f
|
| 02-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientCell: added sanity check that produced cone conforms to master cone
|
| #
def636c8
|
| 02-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientPointSF_Internal: fail if leave rank is me
|
| #
8ccb905d
|
| 02-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientPointSF_Internal: initialize leavesRanks to -2
|
| #
dc21a0bf
|
| 02-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCheckPointSF called in DMPlexOrientPointSF_Internal if PETSC_USE_DEBUG
|
| #
df6a9fad
|
| 02-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientPointSF_Internal: remove PetscSF argument, instead obtained in the function body
|
| #
adeface4
|
| 02-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientPointSF_Internal: fix & improve the post-check
|
| #
f80536cb
|
| 04-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientPointSF_Internal: correct orientation also in 3D
|
| #
fa01033e
|
| 04-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientCell impl.
Adopted from my original approach haplav/fix-dmplex-distributed-interpolation
|
| #
1f82a87c
|
| 03-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientPointSF_Internal: only merge unneeded inner blocks
|
| #
23aaf07b
|
| 03-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientPointSF_Internal: always do post-check but only if PETSC_USE_DEBUG
|
| #
6dc21c25
|
| 03-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientPointSF_Internal: newcone -> cone
|
| #
ea211068
|
| 03-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientPointSF_Internal: compare leaves with roots, and their ranks, too
|