| bdcd3ff0 | 17-Feb-2019 |
Hong Zhang <hzhang@mcs.anl.gov> |
add cast as complained by the regression tests |
| b070e176 | 15-Feb-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/feature-plex-some-hdf5-xdmf-generalizations' [PR #1375]
* haplav/feature-plex-some-hdf5-xdmf-generalizations: Some generalizations of DMLoad with DMPLEX and PETSC_VIEWER_HDF5_XD
Merge branch 'haplav/feature-plex-some-hdf5-xdmf-generalizations' [PR #1375]
* haplav/feature-plex-some-hdf5-xdmf-generalizations: Some generalizations of DMLoad with DMPLEX and PETSC_VIEWER_HDF5_XDMF which were needed for Salvus - why not have them right in PETSc?
show more ...
|
| 77f16126 | 14-Feb-2019 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix build error as reported by regression tests |
| f52dcdfd | 13-Feb-2019 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup newly added case |
| 7cfb1281 | 13-Feb-2019 |
Hong Zhang <hzhang@mcs.anl.gov> |
add a new network case -- '-petscpartitioner_type parmetis' fails |
| 6ee3893a | 13-Feb-2019 |
Hong Zhang <hzhang@mcs.anl.gov> |
trivial fix of help menu |
| dd4a2713 | 13-Feb-2019 |
Hong Zhang <hzhang@mcs.anl.gov> |
small fix for test CreateMesh_1D() |
| 9f033b4b | 13-Feb-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
fix compiler complaints about unused static function SplitPath_Private |
| 7a2569b7 | 12-Feb-2019 |
Hong Zhang <hzhang@mcs.anl.gov> |
enable runtime options ncells > 3; parmetis seems working fine |
| 694c8bbc | 10-Aug-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexLoad_HDF5_Xdmf_Internal: -dm_plex_hdf5_force_sequential impl. |
| 5992b50d | 07-Aug-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex5: set object prefix _before_ DMLoad |
| 65d2d838 | 07-Aug-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
specify topo and geom HDF5-paths with options |
| e81fd65c | 07-Aug-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexLoad_HDF5_Xdmf_Internal: no need for PetscViewerHDF5ReadSizes |
| 0fd25b21 | 07-Aug-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexLoad_HDF5_Xdmf_Internal: don't depend on specific attributes |
| c111deb0 | 07-Aug-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCreateFromFile: -dm_plex_create_from_hdf5_xdmf overrides decision from file extension |
| 43b242b4 | 23-May-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCreateFromFile: filename *.xdmf.h5 implies PETSC_VIEWER_HDF5_XDMF |
| 2c9dcad7 | 10-Feb-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Change CHKERRQ(ierr) after PetscInitialize() calls in examples to if (ierr) return ierr;
Since the PETSc initialization may not have been completed in the failed PetscInitialize() it is not propper
Change CHKERRQ(ierr) after PetscInitialize() calls in examples to if (ierr) return ierr;
Since the PETSc initialization may not have been completed in the failed PetscInitialize() it is not propper to call the PETSc error handling routines
Commit-type: bug-fix, testing-fix, example Reported-by: jed Brown <jed@jedbrown.org>
show more ...
|
| 55f3529f | 09-Feb-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/fix-minor-plex-load-hdf5-xdmf' [PR #1363]
* haplav/fix-minor-plex-load-hdf5-xdmf: minor fixes in DMPlexLoad_HDF5_Xdmf_Internal() |
| 75aeaa18 | 08-Feb-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/plexdistribute-fix-doc-collectiveness' [PR #1367]
* haplav/plexdistribute-fix-doc-collectiveness: doc fix - collectiveness of DMPlexDistribute and a few others |
| ab04beb8 | 08-Feb-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'dalcinl/plex-gmsh-v4' [PR #1348]
* dalcinl/plex-gmsh-v4: Adds DMPlex Gmsh v4 file format support |
| 2e0f0a29 | 07-Feb-2019 |
Hong Zhang <hzhang@mcs.anl.gov> |
add vertexSF |
| 83655b49 | 07-Feb-2019 |
Václav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexDistribute is exemplarily collective |
| ae95b896 | 06-Feb-2019 |
Hong Zhang <hzhang@mcs.anl.gov> |
add 1D test case to src/dm/impls/plex/examples/tests/ex18.c for understanding DMNetwork |
| e3a2b90c | 07-Aug-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
fix missing CHKERRQ in ex5 |
| c1da46e5 | 04-Feb-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexLoad_HDF5_Xdmf_Internal: remove old // comment |