| eaf898f9 | 02-Oct-2017 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: DMPlex man page and source comments fixes
* remove sieve mentions from all DMPlex man pages and source comments * DMPlexSymmetrize man page: typo fix * DMPlexCreateExodusFromFile man page: fix
Docs: DMPlex man page and source comments fixes
* remove sieve mentions from all DMPlex man pages and source comments * DMPlexSymmetrize man page: typo fix * DMPlexCreateExodusFromFile man page: fix function name * DMPlexCreateCubeBoundary man page typo fix
show more ...
|
| ba322698 | 12-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Now pass affected components through DMPlexVecSetFieldClosure_Internal() - I only changed the BC update function |
| 137cd93a | 10-Oct-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Implement PTScotch partitioner |
| b3ce585b | 10-Oct-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Minor fixes for ParMetis partitioner |
| db1066ba | 10-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Shift printing to debug mode |
| a2d93b2d | 09-Oct-2017 |
Mark Adams <mfadams@lbl.gov> |
testing |
| 7679eb90 | 08-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Change initializers for C89 |
| b03533ae | 05-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: All tests now passing after DMPlexCreateBoxMesh() update |
| 302af746 | 05-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Small fix for box meshing |
| 768d5fce | 05-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Unified box mesh creation to DMPlexCreateBoxMesh() - Makes simplices and tensor cells - Does not work for all combinations, but gives correct error |
| 42c1443f | 05-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added bounds and faces in each dim to DMPlexCreateBoxMesh() |
| f56c5c00 | 25-Apr-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added domain bounds to HexBoxMesh() |
| 7fb8a5e4 | 03-Oct-2017 |
Karl Rupp <me@karlrupp.net> |
Fixed compiler warnings when using MPIUNI, optimized build.
Reported-by: Jose E. Roman <jroman@dsic.upv.es> |
| 13903a91 | 30-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
fix: redundant CHKERRQ() call after SETERRQ()
Craycc complained about a stray CHKERRQ after SETERRQ in plextree.c Reported-by: Patrick Sanan <patrick.sanan@gmail.com> |
| 04996baf | 29-Sep-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+Adapt: Allow viewing the metric input to Pragmatic |
| 1555c271 | 29-Sep-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added DMPlexComputeGradientClementInterpolant() |
| 29494db1 | 26-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix for draw viewer
* Compute global min/max bounds. * Use cell cone size to support localized coordinates. |
| 444648cf | 21-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Remove leftover line in DMDestroy_Plex() |
| d3e05d38 | 21-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix typo in getting label for passing material IDs to GLVIS |
| 917266a4 | 21-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix GMSH reader
* Create marker label only in process rank 0. * Fix misplaced counter increment in cell labeling loop. * Honor shift command line option everywhere. |
| 3888815c | 20-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/fix-dmadapt (pull request #754)
DMAdaptXXX: Minor fixes
Approved-by: Matthew Knepley <knepley@gmail.com> |
| a613508e | 19-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
more remove __FUNCT__ |
| 6f25b0d8 | 19-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMAdaptXXX: Minor fixes
* Prevent memory leaks in TSAdaptMetric() while runnining petsc4py tests. * Fix typos and cut&paste errors in error checking code. |
| 342a24ba | 12-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/stefano_zampini/fix-periodic-glvis' |
| cc0d3ed7 | 11-Sep-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPLEX: fix glvis viewer for periodic meshes |