| b415283b | 02-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 2eb0eadb | 22-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
msmpi: fixes for 32bit build |
| b67d05f1 | 01-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: The default partitioner on 1 proc should be 'simple' |
| bfb203ca | 25-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-plexrefiner-boundarylayer' into 'master'
feature plexrefiner boundarylayer
See merge request petsc/petsc!2881 |
| f73ac301 | 23-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-tensor-closure-depth' into 'master'
Jed/plex tensor closure depth
See merge request petsc/petsc!2802 |
| 09c713e7 | 07-Jun-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex ex1: add boundary layer refiner tests
add option to extrude meshes from other constructors |
| a5801f52 | 07-Jun-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex: Extend boundary layer refiner
customize number of splits and progression factor |
| aa0eca99 | 23-Jun-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: During projection, must do field number translation when checking for active fields in a DS |
| 7f8983b1 | 19-Jun-2020 |
Jed Brown <jed@jedbrown.org> |
DMPlexComputeInterpolatorTree: fix maxDof array sizing
Commit-type: bug-fix |
| bb197d40 | 17-May-2020 |
Jed Brown <jed@jedbrown.org> |
DMPlexSetClosurePermutationTensor: set permutation at every depth |
| c459fbc1 | 17-May-2020 |
Jed Brown <jed@jedbrown.org> |
PetscSection: refactor closure permutations to enable multiple depths
PetscSectionGetClosurePermutation(), PetscSectionSetClosurePermutation(), and PetscSectionGetClosureInversePermutation() all req
PetscSection: refactor closure permutations to enable multiple depths
PetscSectionGetClosurePermutation(), PetscSectionSetClosurePermutation(), and PetscSectionGetClosureInversePermutation() all require a new argument depth and the getters require closure size to be specified by the caller. This allows multiple closure permutations to be specified, e.g., for mixed topology meshes and boundary faces.
show more ...
|
| d4961f80 | 07-Jun-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexChecks: add cell types to errors |
| 15d4555a | 07-Jun-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
minor |
| 636e64ff | 07-Jun-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexExodus: use DMPlexInvertCell |
| ad7e3cdd | 18-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
sync with 5b72a2ce2e245e80f3c4d5fd294a594e197f5e74 |
| b0b4b231 | 18-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 8346c7d0 | 18-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/haplav/cherry-pick/stefanozampini/fix-overzelous-maybeuseduninitialized' into maint
cherry pick !2854 to maint
See merge request petsc/petsc!2884 |
| 1b32699b | 12-Jun-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Have projection report the point it is currently working on |
| d15c9c68 | 11-Jun-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Silent overzelous warnings "may be used uninitialized in this function [-Wmaybe-uninitialized]"
(cherry picked from commit 327c29124044e41e7dea4a61d2a89df37b022c42) |
| 5b72a2ce | 16-Jun-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Plex output changes |
| f108dbd7 | 28-Apr-2020 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Compute cell-wise orthogonal quality, optionally tagging cells below absolute tolerance with DM_ADAPT_REFINE in DMLabel for refinement |
| 589a23ca | 02-Jun-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated the use of sizeof() when possible instead of using hardwired sizes for functions whose string arguments need sizes. In particular done for PetscOptionsGetString(), PetscOptionsString(), and a
Updated the use of sizeof() when possible instead of using hardwired sizes for functions whose string arguments need sizes. In particular done for PetscOptionsGetString(), PetscOptionsString(), and a few other utilities
Commit-type: style-fix
Development Tools: Vim, Emacs, Eclipse
show more ...
|
| 8d4a14de | 12-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-bary-refine' into 'master'
Knepley/feature plex bary refine
See merge request petsc/petsc!2855 |
| 595782ff | 10-Jun-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1: Added tests for BL and Alfeld refinement |
| cf4091a3 | 27-Apr-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added Alfeld and Boundary Layer refiners |