| 9f236db7 | 13-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-regression'
* knepley/fix-plex-regression: SNES ex12: Added a 'none' bc type and fix the run types SNES ex52: Fix leaks and name mesh Builder: Added parsing of L
Merge branch 'knepley/fix-plex-regression'
* knepley/fix-plex-regression: SNES ex12: Added a 'none' bc type and fix the run types SNES ex52: Fix leaks and name mesh Builder: Added parsing of L2 error to test parser SNES ex62: Use new parsing for numerical output, and added missing output SNES ex12: Added missing output DMPlex ex4: Added missing output DMPlex ex9: Make tests run in a reasonable time DMPlex ex10: Fix interface and add missing output DMPlex ex9: Fix leaks PetscInitialize: Replicate CUBLAS behavior on Fortran side
show more ...
|
| 55955a59 | 13-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Hash+DMPlex: Changed PetscHashIPut() to eliminate pass-by-ref - Jed can sleep soundly tonight |
| 452b7979 | 13-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: If “vtk” label has no cells, do not use it |
| 69eaa476 | 12-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Use PetscHashIHasKey() to check for membership |
| 58723a97 | 12-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix DMPlexCheckSkeleton() for submeshes |
| 4a84b873 | 11-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Added simple DMLabel test |
| 5edfc765 | 11-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix missing restore Reported-by: Jed Brown <jedbrown@mcs.anl.gov> |
| 20cb08bd | 11-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Use DMLabelDistribute() in DMPlexDistribute() |
| 63d1a920 | 11-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Use DMLabelGetStrautmBounds() in DMPlexGetDepth/HeightStratum() |
| 74491f9a | 11-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Added DMLabelDistribute() |
| a9e27379 | 11-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Added DMLabelGetStratumBounds() |
| a2a05d09 | 11-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed quadratic behavior of DMLabel insert - Added hash table for each label value for insertion - Added arrayValid flag which says whether array data or hash table data is valid - Convert be
DMPlex: Fixed quadratic behavior of DMLabel insert - Added hash table for each label value for insertion - Added arrayValid flag which says whether array data or hash table data is valid - Convert between representations using DMLabelMakeValid_Private() and DMLabelMakeInvalid_Private() - Split up allocation of stratumValues and stratumSize/Offsets - Most functions only use the array representation, but some can use both (should probably expand this with GetStratum) - Moved the DMLabelFIlter() function
show more ...
|
| b1a8e46a | 10-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: DMPlexCreateCohesiveSubmesh() must also extract orientations |
| f4e3e319 | 10-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Add 1D code for DMPlexCheckSkeleton() |
| 02281ff3 | 10-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Cleanup code for VTK output - Removed diagnostic print - Use DMLabel interface |
| 735a0255 | 10-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Redo interpolation with new PetscHashIJKL interface |
| a72f3261 | 09-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Expand logging |
| 35953a02 | 07-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Change geometry check to support interpolated meshes - This all has to be replaced anyway |
| dd5a1fb8 | 07-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed bug in coordinate permutation |
| 916f0f19 | 06-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix section creation when depth == 1 |
| 2b6bacb3 | 03-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex5: Added second fault for quad test |
| 36dbac82 | 03-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix setting of hybrid bounds for multiple faults |
| 946d31d4 | 01-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex5: Turn on second fault in quad test |
| 7ba685a0 | 01-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Removed compiler warnings |
| b81d0a42 | 31-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex5: Cleaned up 2D tensor tests to rely on interpolation |