| 1a8edbb8 | 11-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-opencascade' into 'main'
Plex: Separated EGADS and EGadsLite functionality, many fixes
See merge request petsc/petsc!3870 |
| 7bfa0ece | 10-Aug-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex11: Update test output |
| e6fc9ece | 29-Mar-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex37: Improve CAD test |
| c1cad2e7 | 28-Mar-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Separated EGADS and EGadsLite functionality, many fixes - Added DMPlexCreateEGADSLiteFromFile() - Added DMPlexInflateToGeomModel() - Added test CAD meshes - Fixed bug in CTetGen labeling - Fixe
Plex: Separated EGADS and EGadsLite functionality, many fixes - Added DMPlexCreateEGADSLiteFromFile() - Added DMPlexInflateToGeomModel() - Added test CAD meshes - Fixed bug in CTetGen labeling - Fixed memory leak in TetGen - Added support for -dm_plex_view_labels in ASCII viewer - Added -dm_plex_ignore_model to disable snap-to-CAD for refinement
show more ...
|
| 9edc3542 | 10-Aug-2021 |
Matthew Knepley <knepley@gmail.com> |
Plex: Fix drawing for periodic meshes |
| c6f17229 | 01-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 4d056bb6 | 28-Jul-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
dm_impls_plex_tests-ex55_9: remove TODO which was resolved long time ago |
| 1e1ea65d | 27-Jul-2021 |
Pierre Jolivet <pierre@joliv.et> |
Some missing CHKERR[Q|MPI] |
| a13d1a16 | 16-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-convest-logging' into 'main'
Plex+SNES+Convest: Small fixes for PyLith
See merge request petsc/petsc!4169 |
| 0c290148 | 22-Jun-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: - DMPlexComputeBdResidualSingle now takes a PetscFormKey instead of explicit label/value/field arguments |
| 57d5a467 | 26-Feb-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plex: test view/load plex/section/vec in HDF5 |
| 8be3dfe1 | 19-Mar-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plex: add DMPlexGlobalVectorLoad and DMPlexLocalVectorLoad for HDF5 |
| 3e97647f | 13-May-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plex: add DMPlexGlobalVectorView and DMPlexLocalVectorView for HDF5 |
| f84dd6b4 | 19-Mar-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plex: add DMPlexSectionLoad |
| 021affd3 | 19-Mar-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plex: add DMPlexSectionView |
| 3df9293f | 29-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| ae9eebab | 24-Jun-2021 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPLEX: Create Cell/Face/Vertex Sets labels at all processes (Exodus) |
| 4e6cc61c | 24-Jun-2021 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPLEX: Create zone and bc labels at all processes (CGNS) |
| 7368db69 | 23-Jun-2021 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPLEX: Create Face Set label at all processes (Fluent) |
| 7dd454fa | 23-Jun-2021 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPLEX: Create Cell/Face/Vertex Sets labels at all processes (Gmsh) |
| 52b05773 | 25-Jun-2021 |
Jed Brown <jed@jedbrown.org> |
DMPlex: more accurate mesh names for examples and VTK output
Meshes were being called "Simplicial Mesh" even when the mesh was not simplicial. In the legacy VTK output, "Simplicial Mesh Example" was
DMPlex: more accurate mesh names for examples and VTK output
Meshes were being called "Simplicial Mesh" even when the mesh was not simplicial. In the legacy VTK output, "Simplicial Mesh Example" was hard-coded. This avoids the hard-coding and makes the examples use a name that should be stable and avoid confusion.
show more ...
|
| 4715b3ca | 21-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/balay/add-valgrind.h'
valgrind.h: add to petsc repo
See merge request petsc/petsc!4094 |
| 24d743f0 | 10-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
checkBadSource: fix ierr= |
| 362febee | 10-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscStack : check for correct push/pop
Enforce checkstack for CI jobs Fixes from testsuite |
| 2b66ce00 | 15-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
testsuite: set and use PETSCTEST_VALGRIND flag - when the test suite is run with valgrind |