| fac4ab25 | 29-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixes for tet refinement - Orientation of faces on internal cells was wrong - Fixed one edge orientation |
| 9a381209 | 29-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex4: Added DMPlexCheckFaces() and removed non-functional check |
| fca64feb | 29-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex4: Added tests for single tet and hex |
| 22b083b9 | 29-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex4: Allow multiple refinements |
| 9bf0dad6 | 29-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Added DMPlexCheckFaces() which checks the face closure against the cell closure - Added DMPlexGetTransitiveClosure_Internal() which takes an initial orientation |
| ec4b4701 | 29-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-reorder-empty'
* knepley/fix-plex-reorder-empty: DMPlex: Allow preallocation to cope with a non-distributed mesh at the cost of a reduction DMPlex: Fix reordering
Merge branch 'knepley/fix-plex-reorder-empty'
* knepley/fix-plex-reorder-empty: DMPlex: Allow preallocation to cope with a non-distributed mesh at the cost of a reduction DMPlex: Fix reordering for empty meshes
show more ...
|
| a00c6a8d | 29-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-label-hash'
* knepley/fix-plex-label-hash: DMLabel: Fix bug in clearing value for array representation DMLabel: Fixed warning - Damn damn damn, messed up line sele
Merge branch 'knepley/fix-plex-label-hash'
* knepley/fix-plex-label-hash: DMLabel: Fix bug in clearing value for array representation DMLabel: Fixed warning - Damn damn damn, messed up line selection DMLabel: Added PetscHashIDelKey() - Fixed bug where I was passing a point for an iterator DMLabel: PetscHashIGetKeys() was made a function - It now accepts a NULL argument
show more ...
|
| c3a233c8 | 29-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix compiler warning in mesh refinement |
| 6402118d | 29-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix compiler warning in submesh creation |
| ce1779c8 | 26-Nov-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
introduce XXXViewFromOptions() and use consistently when possible |
| 092e16f1 | 25-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex5: Added a 3D hex test for a buried fault |
| e1757548 | 25-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed hybrid cell creation in 3D with internal boundaries - Fixed the support of hybrid edges introduced by unsplit vertices - Look for unsplit vertices on a split edge - Allow unsplit edges
DMPlex: Fixed hybrid cell creation in 3D with internal boundaries - Fixed the support of hybrid edges introduced by unsplit vertices - Look for unsplit vertices on a split edge - Allow unsplit edges on a hybrid face - Fixed labeling to split some edges on boundary split faces
show more ...
|
| a60a936b | 24-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: DMPlex: Fix 1D face geometry in DMPlexComputeGeometryFVM_1D_Internal() - Normalize vector |
| 0194f449 | 24-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: DMPlex: Fix 1D face geometry in DMPlexComputeGeometryFVM_1D_Internal() - Used inward pointing normal |
| 1c99cf0c | 24-Nov-2013 |
Geoffrey Irving <irving@naml.us> |
DMPlex: Fix 1D face geometry in DMPlexComputeProjection2Dto1D_Internal() - Used inverse rotation by mistake |
| 2eacd110 | 23-Nov-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
variables that are set but not used generated warning message, remove warning message |
| e91bcc90 | 23-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed two bugs with DMPlexCreateClosureIndex() - Must make index for entire DM chart - Need to update cloff when no fields are present |
| 47a6104a | 22-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Allow preallocation to cope with a non-distributed mesh at the cost of a reduction |
| acf0c16a | 22-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMLabel: Fix bug in clearing value for array representation |
| faedd622 | 22-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Small doc fix for DMPlexConstructCohesiveCells() |
| b643afea | 22-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Protect another instance of empty IS |
| a8007bbf | 22-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Added determination of the normal for boundary faces |
| 075da914 | 22-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Only allow boundary integration on faces |
| 0ae02aa4 | 21-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Protect submesh selection when some procs have empty labels |
| 320ffeee | 21-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMLabel: Added PetscHashIDelKey() - Fixed bug where I was passing a point for an iterator |