| f6ac7a6a | 08-Jan-2015 |
Michael Lange <michael.lange@imperial.ac.uk> |
Plex-Gmsh: Loosen the version requirement for .msh files |
| 0448d9bb | 07-Jan-2015 |
Michael Lange <michael.lange@imperial.ac.uk> |
Plex-Gmsh: Add custom Fortran wrapper for DMPlexCreateGmshFromFile |
| c056d0d3 | 05-Jan-2015 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Merge branch 'shri/dmplex-add-mat-localtoglobalmapping' |
| a9a51d2c | 26-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed compiler warnings |
| 457e2cda | 26-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-hdf5' |
| 382d80ec | 26-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'mlange/refactor-plex-distribute'
* mlange/refactor-plex-distribute: (31 commits) Plex: MS compilers do not allow declarations in the middle of a block DMLabel: Add DMLabelMakeAllVa
Merge branch 'mlange/refactor-plex-distribute'
* mlange/refactor-plex-distribute: (31 commits) Plex: MS compilers do not allow declarations in the middle of a block DMLabel: Add DMLabelMakeAllValid_Private Plex ex12: Add fixed re-partitioning for load balance test DMLabel: Validate/build point arrays per stratum Plex: Remove obsolete partitioning routines Plex: Fix deadlock in DMPlexCreatePointNumbering Plex: Fix dynamic check for one-to-all pattern in DMPlexMigrate Plex: Add missing header entries Plex ex12: Enable L2-overlap test and switch to ascii_info_detail Plex ex1: Fix overlap tests and switch to ascii_info_detail Plex: Fix and clean up DMPlexCreatePointSF Plex: Correctly restore closure in DMPlexPartitionLabelClosure Plex: Let SegBuffer allocate partition graph to avoid memory corruption Plex ex12: Enabling parallel re-partitioning test via scii_latex output Plex: Enabling parallel re-partitioning via DMPlexDistribute Plex ex12: Add new test for parallel re-partitioning Plex: Add DMPlexCreatePointSF utility Plex: Fix overlap point SF generation Plex: Build complete overlap label and stratify resulting SF. Plex: Create parallel partitions that ParMetis accepts ...
Conflicts: config/builder.py src/dm/impls/plex/examples/tests/output/ex1_13.out src/dm/impls/plex/examples/tests/output/ex1_14.out src/dm/impls/plex/plexlabel.c src/dm/impls/plex/plexpartition.c
show more ...
|
| d83387d8 | 26-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-refinement-check'
* knepley/fix-plex-refinement-check: Plex Refinement: Fix check of topological dimension which was embedding dimension Plex: Refinement only work
Merge branch 'knepley/fix-plex-refinement-check'
* knepley/fix-plex-refinement-check: Plex Refinement: Fix check of topological dimension which was embedding dimension Plex: Refinement only works for interpolated meshes
show more ...
|
| 20fa7edd | 26-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'icl/lawrence/dmplex-1d-refinement'
* icl/lawrence/dmplex-1d-refinement: PetscFE: Use enum for cell refiner Plex Refinment: Fixed error check Plex Refinment: Fixed coordinate crea
Merge branch 'icl/lawrence/dmplex-1d-refinement'
* icl/lawrence/dmplex-1d-refinement: PetscFE: Use enum for cell refiner Plex Refinment: Fixed error check Plex Refinment: Fixed coordinate creation Plex Refinment: Replaced ints with enums DMPlex: support uniform refinement of intervals DMPlex: make CellRefiner an enum rather than PetscInt
show more ...
|
| a57030b0 | 24-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Plex Refinement: Fix check of topological dimension which was embedding dimension |
| ad23a238 | 23-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Refinement only works for interpolated meshes |
| 1e317b1d | 23-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Plex Refinment: Fixed error check |
| 383c10e6 | 23-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Plex Refinment: Fixed coordinate creation |
| 6c0c04f5 | 23-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Plex Refinment: Replaced ints with enums |
| 860bc732 | 23-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-orient'
* knepley/fix-plex-orient: Plex ex5: Fault orientation has swapped |
| 608515f0 | 23-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-latex'
* knepley/fix-plex-latex: Plex: Removed unused variable Plex: Update LaTeX tests Plex: Reorganized Latex output |
| e4aa569a | 23-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fortran-plex-fromfile'
* knepley/fortran-plex-fromfile: Plex: Added Fortran binding for DMPlexCreateFromFile() |
| 6c844530 | 23-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: MS compilers do not allow declarations in the middle of a block |
| 1428887c | 23-Dec-2014 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
DMPLEX: Set the LocalToGlobalMapping on the matrix created by DMPlex for MatSetValuesLocal() to work.
https://www.mail-archive.com/petsc-users@mcs.anl.gov/msg23619.html |
| bd2cb6ce | 22-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex5: Fault orientation has swapped |
| dc86033c | 22-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix leak |
| 0750fff4 | 22-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Removed unused variable |
| b7ab4a50 | 19-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Update LaTeX tests |
| 65716ca8 | 19-Dec-2014 |
Michael Lange <michael.lange@imperial.ac.uk> |
DMLabel: Add DMLabelMakeAllValid_Private |
| 729ab6d9 | 16-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
moved the rest of the HDF5 calls behind PetscStackCall's |
| aa0f43ce | 16-Dec-2014 |
Michael Lange <michael.lange@imperial.ac.uk> |
Plex ex12: Add fixed re-partitioning for load balance test |