| bfb01e78 | 29-Oct-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
add test of error output dm_impls_plex_tests-ex18_9_seq_hdf5_simple_int_err |
| 5f7d9e4c | 29-Oct-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: TestExpandPoints: Improve output.
* Check DMPlexExpandedConesToFaces_Private. * Don't mix use of singleton viewer and PetscViewerASCIISynchronizedPrintf on the original one. * Fix missing Flush |
| f8bd0c83 | 06-Sep-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: DMPlexExpandedVerticesCoordinatesToFaces_Private: use zero tolerance |
| eca9f518 | 06-Sep-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexFindVertices: optimize tolerance=0.0 |
| 335ef845 | 06-Sep-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexFindVertices: check coordinate section dim separately and only in debug mode |
| 9b8df60b | 06-Sep-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: better placement of DMPlexOrientInterface_Internal call |
| 262a3333 | 30-Sep-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: update tests TODOs |
| b17c4b6c | 23-Aug-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: add DMPlexCheckPointSFHeavy: Detect partition interface and compare with PointSF.
* Use DMPlexMarkBoundaryFaces() and DMPlexFindVertices(). * Tests any combination of distribution and interpol
ex18: add DMPlexCheckPointSFHeavy: Detect partition interface and compare with PointSF.
* Use DMPlexMarkBoundaryFaces() and DMPlexFindVertices(). * Tests any combination of distribution and interpolation; we only require that a serial version of the plex can be created. * Print a message so that we know it is in use. * Add DMPlexSetOrientInterface_Private so that DMPlexInterpolate can be done without DMPlexOrientInterface. * Add & employ PortableBoundary which packs coordinates & section together. * If missing/extra points are detected, view cones of wrong points; print vertices with coordinates.
show more ...
|
| 3acf4619 | 07-Aug-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: tests 7% and 9% restructuralized |
| 3c2eedab | 08-Aug-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: separate 6% tests with serial/parallel interpolation |
| bca97951 | 13-Nov-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCreateFromFile: Call PetscViewerSetFromOptions.
So that we are able to set options like -dm_plex_create_viewer_hdf5_collective. |
| dd5e518f | 11-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 69382a6c | 10-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/fix-doc-dmplexstratify' into 'maint'
Minor fix of DMPlexStratify manpage.
See merge request petsc/petsc!2287 |
| 1274e1a1 | 08-Nov-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
Plex: Squash uninitialized variable warning |
| aa3b2aff | 08-Nov-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Minor fix of DMPlexStratify manpage.
$ must start the line to be typeset as monospace. |
| cc59f4f8 | 08-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 9df75925 | 08-Nov-2019 |
Jed Brown <jed@jedbrown.org> |
DM: fix spelling "Glocal" and old DMDA -> DM |
| fe2efc57 | 07-Nov-2019 |
Mark <cal2princeton@yahoo.com> |
prototype for ViewFromOptions macro-->functions |
| 322ab45a | 06-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/fix-some-plex-tests' into 'master'
Some quick plex test fixes
See merge request petsc/petsc!2206 |
| 5c01c09e | 06-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/feature-petscsortedint' into 'master'
PetscFind{Int,MPIInt,Real}: Check in debug mode whether input array is sorted.
See merge request petsc/petsc!2248 |
| 2fb742c9 | 06-Nov-2019 |
Toby Isaac <tisaac@cc.gatech.edu> |
Sanitize names for vtk ascii format: no spaces |
| ce2a4f46 | 05-Nov-2019 |
Toby Isaac <tisaac@cc.gatech.edu> |
Revert fluent test that fails on non-linux systems |
| f5869d18 | 31-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlexCheckPointSF: We need to allow mixed sharing of points in the interface
- This means if a face is a leaf (ghost), we could still own one of its faces - This is necessary for good load balance,
DMPlexCheckPointSF: We need to allow mixed sharing of points in the interface
- This means if a face is a leaf (ghost), we could still own one of its faces - This is necessary for good load balance, see the PR from Florian/Patrick/Lawrence
show more ...
|
| 3618482e | 04-Nov-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCreatePointSF: manpage notes SF has sorted locals |
| 899ea2b8 | 04-Nov-2019 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Interpolation required in dmplexcheckfaces |