| #
385ad295
|
| 08-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/dmstag-cloning' into 'master'
DMStag Duplication and Cloning
See merge request petsc/petsc!2484
|
| #
89706ed2
|
| 31-Jan-2020 |
Patrick Sanan <patrick.sanan@gmail.com> |
DM: DMClone man page: note about setup
|
| #
1cb8cacd
|
| 30-Jan-2020 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: DMClone man page: note that cloned DMPlex does not share the PetscSection of the original DMPlex
|
| #
60b118b0
|
| 29-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/dm-move-dmcreateinterpolationscale' into 'master'
DM: move DMCreateInterpolationScale from DMDA to DM
See merge request petsc/petsc!2452
|
| #
d3e313ea
|
| 27-Jan-2020 |
Patrick Sanan <patrick.sanan@gmail.com> |
DMInterpolationScale man page: clarification
Thanks-to: Jed Brown <jed@jedbrown.org>
|
| #
2ed6491f
|
| 22-May-2019 |
Patrick Sanan <patrick.sanan@gmail.com> |
DM: move DMCreateInterpolationScale from DMDA to DM
This is a general DM function, not a DMDA-specific one.
Add a .seealso entry to DMCreateInterpolation()
|
| #
04679c46
|
| 20-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-cell-types' into 'master'
Knepley/feature dm cell types
See merge request petsc/petsc!2446
|
| #
ba2698f1
|
| 17-Dec-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM+Plex: Now classify cells by polytope type - Defined the polytope type of a cell. added names and special shortcut pointer like depth - Fixed DMLabelMakeValid() to optimize for contiguous runs of
DM+Plex: Now classify cells by polytope type - Defined the polytope type of a cell. added names and special shortcut pointer like depth - Fixed DMLabelMakeValid() to optimize for contiguous runs of points - Added cell polytope type label to DM - This needs special processing, like depth - Added DMPlexGetPointDepth(), DMPlexGetCellType(), DMPlexGetCellTypeLabel() - DMPlexComputeCellTypes() infers the cell type for all points using dim/depth/coneSize/ghostCells - DMPlexGetRawFace(Hybrid)_Internal() now takes the cell type. This means we can unify the functions later. - Replaced switch(dim/coneSize) constructs with cell type
show more ...
|
| #
339143f0
|
| 15-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-project-different-spaces' into 'master'
Knepley/feature project different spaces
See merge request petsc/petsc!2153
|
| #
a6e0b375
|
| 25-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Now for projection allow 3 DMs: input, output, and auxiliary - We get the input DM from the input Vec - Now we can have more general relations between input/output/auxiliary meshes in projectio
Plex: Now for projection allow 3 DMs: input, output, and auxiliary - We get the input DM from the input Vec - Now we can have more general relations between input/output/auxiliary meshes in projection and integration - Added DMEnclosureType - Added DMGetEnclosureRelation() and DMGetEnclosurePoint() - Removed DMPlexGetSubpoint() and DMPlexGetAuxiliaryPoint() - In projection, convert output mesh points to input mesh points - Coordinates must be reordered after depth label is constructed - DMPlexLabelAddFaceCells() only adds cells adjacent to faces - Put in extra debugging for missing point enclosures - In boundary projection, calculate face data for geometry - p4est: use known point maps instead of projection to interp from base to coarse
show more ...
|
| #
662fd3c9
|
| 10-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/fix-dmsetfromoptions-manpage-dmplex-checks' into 'master'
DMSetFromOptions manpage: forgot to use list syntax
See merge request petsc/petsc!2433
|
| #
384a6580
|
| 07-Jan-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMSetFromOptions manpage: forgot to use list syntax
|
| #
05c56f0c
|
| 21-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'polishing' into 'master'
enable signature checking for Fortran
See merge request petsc/petsc!2412
|
| #
92cfd99a
|
| 21-Dec-2019 |
Martin Diehl <m.diehl@mpie.de> |
enable signature checking for Fortran
|
| #
efe49d75
|
| 14-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/feature-dmload-events' into 'master'
Add some new events related to DMPlexCreateFromFile.
See merge request petsc/petsc!2391
|
| #
58cd63d5
|
| 12-Dec-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Add some new events related to DMPlexCreateFromFile.
* DMPlexCreateFromFile * DMPlexCreateFromCellList * DMLoad * ISLoad
|
| #
d0463212
|
| 13-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-monitor' into 'master'
Knepley/feature dm monitor
See merge request petsc/petsc!2369
|
| #
c0f0dcc3
|
| 08-Dec-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Added monitors - Added DMMonitorSet(), DMMonitorCancel(), DMMonitorSetFromOptions(), DMMonitor() - Added DMPlexMonitorThroughput() and -dm_plex_monitor_throughput - SNES calls DMMonitor()
|
| #
c3c833a4
|
| 08-Dec-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/2019-12-08/coloring-man' into 'master'
Add cross-links for MatOrdering, DMCreateColoring(), MatCreateColoring() and...
See merge request petsc/petsc!2361
|
| #
ec5066bd
|
| 08-Dec-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add cross-links for MatOrdering, DMCreateColoring(), MatCreateColoring() and other ordering, coloring, and partitioning routines
Commit-type: documenation
|
| #
9ff78c21
|
| 30-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/feature-check-all-option' into 'master'
DMSetFromOptions_Plex: add -dm_plex_check_all option
See merge request petsc/petsc!2269
|
| #
e902f1ea
|
| 06-Nov-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMSetFromOptions_Plex: add -dm_plex_check_all option
|
| #
95eb5ee5
|
| 06-Nov-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
doc: Make DMSetFromOptions() manpage a hub for all Check functions.
All DMPlex* point to DMSetFromOptions for complete list.
|
| #
1b5f50e6
|
| 11-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/fix-fortran-interface' into 'master'
Fix Fortran interface that messed up with CAPS vs !UNDERSCORE
See merge request petsc/petsc!2283
|
| #
736c3998
|
| 08-Nov-2019 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix item list in manpages of XXXViewFromOptions
|