| #
eb4227cf
|
| 20-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/ams
Conflicts: include/petscviewer.h src/sys/classes/viewer/interface/viewreg.c src/sys/threadcomm/interface/threadcomm.c
|
| #
2e1b13c2
|
| 19-Mar-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Changed orientation convention and fixed many bugs - Tetrahedra now all have outward facing normals - We have to flip input from TetGen and ExodusII - Hexahedra now all have outward facing
DMPlex: Changed orientation convention and fixed many bugs - Tetrahedra now all have outward facing normals - We have to flip input from TetGen and ExodusII - Hexahedra now all have outward facing normals - We have to flip input from ExodusII - Fixed bug with orientation -1 (now encoded as -faceSize) - Fixed parallel bug with DMPlexInterpolate() - Fixed determinant calculation for Tet and Hex - Fixed bug with reversing orientation, now must also start on the opposite vertex - This solution in GetTransitiveClosure() is suboptimal, should change the definition of negative orientation
show more ...
|
| #
705246ef
|
| 18-Mar-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' of bitbucket.org:petsc/petsc into knepley/plex
|
| #
80330477
|
| 18-Mar-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Added prototype for DMPlexCopyCoordinates(), and docs for that and DMPlexInterpolate()
|
| #
4042b796
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into jed/ts-eimex
Sync to include Git conversion, PETSC_EXTERN, and minor API changes.
Conflicts: src/ts/interface/tsregall.c
|
| #
c907b753
|
| 16-Mar-2013 |
Jed Brown <jed@59A2.org> |
DMPlexInterpolateFaces_Internal: free pStart/pEnd (leak in 9a5b13a2b83a)
|
| #
523ba33c
|
| 28-Feb-2013 |
Matthew G Knepley <knepley@gmail.com> |
DMPlex: Removed debug print and fixed mesh interpolation tests
Hg-commit: fd0d76b7b0c7999b5620608a2d72f3f06c24dcaf
|
| #
a014044e
|
| 28-Feb-2013 |
Matthew G Knepley <knepley@gmail.com> |
DMPlex: Mesh interpolation works for hexahedrons - Fixed error with face specification - Fixed error with cell cone size
Hg-commit: e41d748d19eba7de39f7063ce8913203e7c48503
|
| #
9a5b13a2
|
| 28-Feb-2013 |
Matthew G Knepley <knepley@gmail.com> |
DMPlex: New dimension independent mesh interpolation
Hg-commit: f7d3095a3fb5dce1b7d72b74bf41646322c3d37e
|
| #
7c217677
|
| 24-Feb-2013 |
Matthew G Knepley <knepley@gmail.com> |
DMPlex: Small fix for 3D mesh interpolation
Hg-commit: 58429b6ddbed0e0db29bf3747ea3344886ab0890
|
| #
07b0a1fc
|
| 24-Feb-2013 |
Matthew G Knepley <knepley@gmail.com> |
DMPlex: Added DMPlexCopyCoordinates() - Fixed coordinate definition in DMPlexCreateFromDAG()
Hg-commit: 1e370d319458107b0443af065dc941e35cc54ac8
|
| #
9f074e33
|
| 24-Feb-2013 |
Matthew G Knepley <knepley@gmail.com> |
DMPlex: Moved mesh interpolation routines to a separate source file
Hg-commit: 54e9f2d9a76a30973b86463d1b42a59184d81f03
|