| #
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
|
| #
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 ...
|
| #
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
|
| #
c758f0cb
|
| 15-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'ksagiyam/plex_view_hdf5_section' into 'main'
add DMPlexSectionView()/Load() etc.
See merge request petsc/petsc!3620
|
| #
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
|
| #
ab7a2479
|
| 17-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'ksagiyam/refactor_plex_views' into 'main'
Ksagiyam/refactor plex views
See merge request petsc/petsc!4071
|
| #
bd6565f1
|
| 04-Mar-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plex: add DMPlexLabelsView
|
| #
77b8e257
|
| 04-Mar-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plex: add DMPlexCoordinatesView
|
| #
7f96f51b
|
| 04-Mar-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plex: add DMPlexTopologyView
|
| #
a8cf78f8
|
| 24-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'
Fix typos in source
See merge request petsc/petsc!3984
|
| #
4e278199
|
| 16-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove all double blank lines from source
Commit-type: petsc-style /2h
|
| #
15e7bcca
|
| 20-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-aux-data-keys' into 'main'
Plex: Updates to declarative interface for FEM problems
See merge request petsc/petsc!3972
|
| #
8e3a2eef
|
| 23-Apr-2021 |
Matthew G. Knepley <knepley@gmail.com> |
SNES+DM: Move Jacobian action to plexfem.c - Create a MatShell for Jacobian action
|
| #
68ce86a1
|
| 18-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-ceed-integration' into 'main'
Plex: Initial CEED integration
See merge request petsc/petsc!3918
|
| #
9318fe57
|
| 11-Apr-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Now meshes can be created automatically from the command line, and some more fixes - Changed internal mesh creation functions to operate on a DM instead of creating a new one so that they can h
Plex: Now meshes can be created automatically from the command line, and some more fixes - Changed internal mesh creation functions to operate on a DM instead of creating a new one so that they can happen with options - Fixed coordinates in CreateCubeBoundary_Internal() - Added DMPlexShape for prebuilt meshes - Added DMPlexIsSimplex() - Added DMPlexCreateCoordinateSpace() - DMPlexDistributeCoordinates() should copy the coordinate discretization - DMPlexInterpolateFaces_Internal() should be careful to preserve the lower bound when resetting the chart - PetscSectionSetChart() should ignore entries that match the current ones - Added DMPolytopeTypeSimpleShape() - Do not require an EGADS model for TetGen - Detail ASCII viewer shows all labels - Default viewer shows periodicity
show more ...
|
| #
793da74c
|
| 05-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'ksagiyam/plex_hdf5_refactor' into 'main'
Ksagiyam/plex hdf5 refactor
See merge request petsc/petsc!3934
|
| #
b08ad5de
|
| 02-Mar-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plex: add DMPlexLabelsLoad
|
| #
3e701f1c
|
| 26-Feb-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plex: add DMPlexCoordinatesLoad
|
| #
dec9e869
|
| 19-Mar-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plex: make DMPlexTopologyLoad return data migrationSF
|
| #
ea8e1828
|
| 26-Feb-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plex: add DMPlexTopologyLoad
|
| #
e9494080
|
| 13-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-ds-residualbd-key' into 'main'
DS+FE+Doc: Make BdResidual take a key
See merge request petsc/petsc!3761
|