| 6cded2ea | 01-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Make preallocation debugging work in serial |
| 7ca8c917 | 01-Dec-2017 |
Satish Balay <balay@mcs.anl.gov> |
Revert "Plex: Bad merge for composed functions"
This reverts commit 9266379ef208e9bb5599498050870c8be6382a3a. |
| 4f8f02b9 | 30-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
fix use of double in PetscAbsReal() which produces compiler warnings with single precision build |
| a583ccc4 | 30-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex23: Added submesh and auxiliary field tests |
| c9c2f3ec | 30-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex23: Test projection |
| 9b168fc5 | 30-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix coordinates for submesh projection |
| 844b0a82 | 30-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge remote-tracking branch 'origin/knepley/fix-plex-med-orientation'
* origin/knepley/fix-plex-med-orientation: Plex+MED: It appears that MED, at least that produced by GMsh, inverts test and he
Merge remote-tracking branch 'origin/knepley/fix-plex-med-orientation'
* origin/knepley/fix-plex-med-orientation: Plex+MED: It appears that MED, at least that produced by GMsh, inverts test and hexes - Just copied the code from GMsh
show more ...
|
| b5d5da09 | 30-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-rigid-bodies'
* knepley/feature-rigid-bodies: Plex: Added declaration Plex: Added DMPlexCreateRigidBodies() - Handles disconnected pieces, like sides of a fault D
Merge branch 'knepley/feature-rigid-bodies'
* knepley/feature-rigid-bodies: Plex: Added declaration Plex: Added DMPlexCreateRigidBodies() - Handles disconnected pieces, like sides of a fault DM: Added DMProjectFunctionLabel()
show more ...
|
| 5d42b983 | 29-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+FEM: Now L2 Diff applies boundary values, instead of projecting the input function |
| 574a98ac | 29-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added DMPlexComputeL2DiffLocal() - Fix docs to say that DM version uses global vectors |
| aed3cbd0 | 29-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Now the L2 diff can work on sub meshes |
| c4419245 | 29-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Remove check on submesh faces since in parallel the other cell can be absent |
| 91421738 | 29-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex5: Added parallel test case |
| c49b4041 | 29-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex5: Reorder tests |
| 720e594e | 29-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: DMPlexCreateHybridMesh() now takes a boundary label and returns the submesh - Added check that no cell has all vertices on the submesh |
| 34cb33ce | 29-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex5: Renamed tests |
| d38e3ffc | 26-Nov-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/dmplex-gmsh/master (pull request #806)
DMPlex Gmsh reader
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> |
| 835ee1ab | 25-Nov-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix output of test ex1 after changes to Gmsh reader |
| e8a7dd7f | 23-Nov-2017 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'maint'
* maint: Spell check: interger -> integer petscsys.h : partial man page cleanup configure exodusii: pass HDF5_DIR to Exodus cmake Docs: DMPlex man page and source commen
Merge branch 'maint'
* maint: Spell check: interger -> integer petscsys.h : partial man page cleanup configure exodusii: pass HDF5_DIR to Exodus cmake Docs: DMPlex man page and source comments fixes Docs: Manual: clarifications for DMPlex chapter
show more ...
|
| f6c8a31f | 23-Nov-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Fix missing semicolon in previous commit |
| 5964b3dc | 23-Nov-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix Gmsh reader for facet labels without interpolation |
| 3ae42409 | 23-Nov-2017 |
Patrick Sanan <patrick.sanan@gmail.com> |
Merged in psanan/petsc-docproject/psanan/dmplex-docs-update (pull request #773)
Psanan/dmplex docs update
Approved-by: Matthew Knepley <knepley@gmail.com> |
| da83f57b | 21-Nov-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix Gmsh reader to discard optional transforms in periodic section |
| 11c56cb0 | 21-Nov-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix Gmsh reader for better support of binary files |
| 93bdfce9 | 22-Nov-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge remote-tracking branch 'origin/maint' |