| aac8517f | 08-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-multiple-hybrid' into 'main'
DM+FE: Allow multiple cohesive fields
See merge request petsc/petsc!4616 |
| b7519bec | 17-Aug-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex5: Updated for multiple cohesive fields - Fixed kernels for labels |
| 9ee2af8c | 09-Dec-2021 |
Matthew G. Knepley <knepley@gmail.com> |
FE+DS: Now hybrid integration uses side 2 for fault operations - Added cohesive offsets of PetscDS - Fixed offsets and handling of dimension |
| 5fedec97 | 17-Aug-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM+FE: Allow multiple cohesive fields - Changed name from "hybrid" cell to "cohesive" cell - Fixed check for cohesive field in PetscFE and DM - Fixed DMCreateDS() for new scheme - Added PetscDSIsCohe
DM+FE: Allow multiple cohesive fields - Changed name from "hybrid" cell to "cohesive" cell - Fixed check for cohesive field in PetscFE and DM - Fixed DMCreateDS() for new scheme - Added PetscDSIsCohesive() and PetscDSGetNumCohesive() - Replaced PetscDSGetHybrid() with PetscDSGetCohesive() and PetscDSSetHybrid() with PetscDSSetCohesive() - Added PetscDSGetFieldOffsetCohesive() - Fixed hybrid Jacobian integration - Hybrid Jacobian integration needs to know the side of the interface, just like residual integration - Needs to use cohesive field offsets - Update takes the side as an argument
show more ...
|
| 546078ac | 10-Dec-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
remove trailing newline from SETERRQ |
| 1e2dcffe | 03-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/fix-dmsetfromoptions_plex-redundant-petscoptionsbool' into 'main'
DMSetFromOptions_Plex: remove unused -dm_plex_interpolate get
See merge request petsc/petsc!4688 |
| 7b90e5a8 | 28-Dec-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
plexhdf5.c: use default name if no object name set |
| ed5e4e85 | 09-Dec-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCreateFromFile: set object name if it is non-empty;
* allow for names set by loader (e.g. exodus) * ex55: meshname set only from option * DMPlexCreateFromOptions_Internal: better handling of -
DMPlexCreateFromFile: set object name if it is non-empty;
* allow for names set by loader (e.g. exodus) * ex55: meshname set only from option * DMPlexCreateFromOptions_Internal: better handling of -dm_plex_filename
show more ...
|
| 67d101c4 | 09-Dec-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMSetFromOptions_Plex: remove unused -dm_plex_interpolate get |
| 7d2fefb6 | 29-Dec-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+Doc: small fix |
| 7881f211 | 15-Dec-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
parmmg: fix boundary tags |
| 5e7de161 | 15-Dec-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
mmg: fix boundary tags |
| 55bfaf30 | 18-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jwallwork23/fix-mmg3d-orientation' into 'main'
Metric fixes 3: element orientations in 3D
See merge request petsc/petsc!4628 |
| 53d2db2d | 14-Dec-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
plex fem: fix quadrature weight index - Implies a slight change of outputs for a plex ex19 test. |
| 903c9085 | 15-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/simplify-dmplexfindvertices' into 'main'
DMPlexFindVertices: change args to Vec+IS
See merge request petsc/petsc!4647 |
| d3e1f4cc | 13-Dec-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexFindVertices: change args to Vec+IS |
| 71bbd31f | 15-Dec-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: CreateMesh_1D: fix coords/dcoords confusion |
| cb7bfe8c | 07-Dec-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
plex metric: update docstrings |
| 792affc0 | 14-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jwallwork23/fix-tag-preservation' into 'main'
Metric fixes 2: tag preservation
See merge request petsc/petsc!4627 |
| 2f583692 | 08-Dec-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
parmmg: reorder cells |
| 99b4fe00 | 08-Dec-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
mmg: reorder cells in 3D |
| 41473654 | 10-Dec-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
plex ex60: test tag preservation |
| 7cdd5544 | 10-Dec-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
plex ex60: print errors instead of dm_view |
| c1dc6da0 | 03-Dec-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
parmmg: tidy and preserve all face tags |
| 0d862eae | 11-Dec-2021 |
Pierre Jolivet <pierre@joliv.et> |
DMPlex: do not check for valid pointer if NULL |