| f870ab9b | 23-Jul-2019 |
Jed Brown <jed@jedbrown.org> |
DMPlexCreateMedFromFile: fix version format string in error message |
| aae4e74d | 22-Jul-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: MED tetrahedra are not inverted |
| 534a8f05 | 21-Jul-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
Fix a bunch of PetscValidPointer() -> PetscValidXXXPointer() |
| 9e3f9e77 | 20-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/fix-plex-distribute-overlap' [PR #1858]
* knepley/fix-plex-distribute-overlap: Doc: State that arguments originalVec and newVec take local vectors in DMPlexDistributeField() Pl
Merge branch 'knepley/fix-plex-distribute-overlap' [PR #1858]
* knepley/fix-plex-distribute-overlap: Doc: State that arguments originalVec and newVec take local vectors in DMPlexDistributeField() Plex: Fix error in overlap distribution When remapping SF, must allow for the case when the leaf ordering is not canonical Plex ex36: TEst for overlapping field redistribution
show more ...
|
| 2f2d4aa8 | 20-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Plex ex36: Fixed missing CHKERRQ. |
| 26ccd880 | 19-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'jed/fix-med-types/maint' [PR #1891]
* jed/fix-med-types/maint: DMPlex MED: fix types to use med_idt and add detail to error messages |
| 69c9f2ca | 19-Jul-2019 |
Jed Brown <jed@jedbrown.org> |
DMPlex MED: fix types to use med_idt and add detail to error messages
MED-4 tags the upper bits of the med_idt (a 64-bit type), thus does not work with PetscInt, which could be 32-bit. The failure s
DMPlex MED: fix types to use med_idt and add detail to error messages
MED-4 tags the upper bits of the med_idt (a 64-bit type), thus does not work with PetscInt, which could be 32-bit. The failure symptoms are obscure, just returning that there are no meshes instead of indicating that the file ID is invalid. This commit uses accurate types.
Commit-type: bug-fix
show more ...
|
| 900e0f05 | 19-Jun-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Use ALLTOALL SF to simplify the so called processor SF code |
| 3a350576 | 19-Jun-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Delete PetscSFCreateFromZero
PetscSFCreateFromZero is replaced with PetscSFCreate() + PetscSFSetGraphWithPattern(..,PETSC_PATTERN_GATHER) |
| dec1416f | 18-Jun-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Deprecate PetscSFGetRanks with new PetscSFGetRootRanks
Since we have PetscSFGetLeafRanks, it is better to have a similar name. |
| ff8a6222 | 17-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-wedge-s2t' [PR #1866]
* stefano_zampini/fix-wedge-s2t: Fixes for hybrid 3D meshes in DMPlex. |
| 4f6dd537 | 16-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'jed/fix-DM-output-addresses' [PR #1867]
* jed/fix-DM-output-addresses: Testing fixes to remove addresses and other noise from output |
| 52556f0f | 14-Jul-2019 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/cleanup-petscconf-h (pull request #1834)
Remove testing and inserting into petscconf.h items that are not actually used by PETSc |
| a8158fb5 | 14-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'gropp/doc-fixes-1' [PR #1838] |
| 9e8305c2 | 03-Jul-2019 |
Jed Brown <jed@jedbrown.org> |
DMPlexSetClosurePermutationTensor: add support for vertex-only charts
This occurs for non-interpolated meshes, but is also the default for coordinate DMs (sans high order geometry), for example. If
DMPlexSetClosurePermutationTensor: add support for vertex-only charts
This occurs for non-interpolated meshes, but is also the default for coordinate DMs (sans high order geometry), for example. If the chart does not match vertices only, we assume that the mesh is interpolated and the chart covers all points.
show more ...
|
| 5204f088 | 12-Jul-2019 |
Jed Brown <jed@jedbrown.org> |
DMPlex example: name new DM and replace unstable DM_0xADDRESS output
Commit-type: example |
| b74a3d99 | 12-Jul-2019 |
Jed Brown <jed@jedbrown.org> |
DMPlex tests: repair old example and add to tests
Commit-type: example, bug-fix |
| 9b18a539 | 12-Jul-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex36: Fixed type for array access |
| b9d2b45f | 11-Jul-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex36: Must cast real numbers for output |
| c65c9e4b | 11-Jul-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPLEX EX1: add mesh diagnostics (not only by command line!)
Add a test for simplex2tensor with a more complicated hybrid mesh |
| a1e86c74 | 11-Jul-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexGMSH: read and skip extra nodes for high-order cells |
| ccedb266 | 11-Jul-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex: fix simplex to tensor refinements for hybrid 3d meshes |
| a74221b0 | 11-Jul-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexInterpolate: fix for hybrid faces with prisms |
| 6210d0f3 | 10-Jul-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexCheckGeometry: skip hybrid cells |
| fe1cc32d | 10-Jul-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexView_ASCII_LATEX: add label filtering to show submeshes
this is very useful to debug wrong orientations etc |