| #
37f0c00c
|
| 26-Mar-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/plex-gmsh (pull request #1469)
DMPlex: Update Gmsh reader
|
| #
d6689ca9
|
| 26-Mar-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Update Gmsh reader
* Add some utility routines to reduce duplicated code * Ignore $Comments sections, even before the $MeshFormat section. Using $Comments sections is an official recommend
DMPlex: Update Gmsh reader
* Add some utility routines to reduce duplicated code * Ignore $Comments sections, even before the $MeshFormat section. Using $Comments sections is an official recommendation from Gmsh devs, now we can support Gmsh meshes exported from Pointwise.
show more ...
|
| #
a041468a
|
| 06-Mar-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
Merge branch 'master' into wence/feature-patch-all-at-once
|
| #
4314ce1b
|
| 05-Mar-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
46d923c5
|
| 05-Mar-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/plex-gmsh (pull request #1409)
DMPlex: Fix reader for Gmsh v4 format
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
730356f6
|
| 25-Feb-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix reader for Gmsh v4 format
- Entities are not numbered contiguously
|
| #
ab04beb8
|
| 08-Feb-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'dalcinl/plex-gmsh-v4' [PR #1348]
* dalcinl/plex-gmsh-v4: Adds DMPlex Gmsh v4 file format support
|
| #
b3d0b2ac
|
| 29-Jan-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Add tests for Gmsh v2/v4 ascii/binary reader
|