| #
2fc58065
|
| 22-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/feature-plex-gmsh' into 'master'
Gmsh: Support for high-order geometries
See merge request petsc/petsc!3081
|
| #
d864a3ea
|
| 20-Aug-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
DM: Add DMProjectCoordinates()
|
| #
fe4f3632
|
| 15-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-stokes-tutorial' into 'master'
Knepley/feature plex stokes tutorial
See merge request petsc/petsc!3038
|
| #
8cda7954
|
| 10-Aug-2020 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Nullspace constructor should report old and new field numbers
|
| #
caa22a8a
|
| 04-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rlwalker/feature-plex-example-poroelasticity-cryer' into 'master'
Rlwalker/feature plex example poroelasticity cryer
See merge request petsc/petsc!3013
|
| #
56cf3b9c
|
| 27-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Need to add BC for the solution time derivative in TS problems - Added DMPlexInsertTimeDerivativeBoundaryValues() - Added time derivative of the solution argument to DMAddBoundary(), DMGetBou
Plex: Need to add BC for the solution time derivative in TS problems - Added DMPlexInsertTimeDerivativeBoundaryValues() - Added time derivative of the solution argument to DMAddBoundary(), DMGetBoundary(), PetscDSAddBoundary(), PetscDSUpdateBoundary(), PetscDSGetBoundary()
show more ...
|
| #
51635343
|
| 20-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-ts-checks' into 'master'
TS+Plex: Convergence estimation now working of time dependent PDEs
See merge request petsc/petsc!2985
|
| #
f2cacb80
|
| 18-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
TS+Plex: Convergence estimation now working of time dependent PDEs - Add exact solution time derivative to DS - Put monitor in ConvEst for TS - Fixed error determination in ConvEst for TS
Co-Authore
TS+Plex: Convergence estimation now working of time dependent PDEs - Add exact solution time derivative to DS - Put monitor in ConvEst for TS - Fixed error determination in ConvEst for TS
Co-Authored-By: Brad Aagaard <baagaard@usgs.gov>
show more ...
|
| #
1a6d42aa
|
| 04-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-exact-solution' into 'master'
Knepley/feature dm exact solution
See merge request petsc/petsc!2940
|
| #
7f96f943
|
| 02-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Now DS stores exact solution functions for everything - Added DMComputeExactSolution() - DMSNES/TSCheck*() now use DS for functions
|
| #
f73ac301
|
| 23-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-tensor-closure-depth' into 'master'
Jed/plex tensor closure depth
See merge request petsc/petsc!2802
|
| #
1d3af9e0
|
| 23-Jun-2020 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Add DMFindRegionNum()
|
| #
41f98108
|
| 22-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-check-multiple-ds' into 'master'
Knepley/feature plex check multiple ds
See merge request petsc/petsc!2806
|
| #
083401c6
|
| 13-May-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+SNES: Large update to support multiple DSes - Now allow simple divisions of the domain with DMSetField() - DMPlexComputeResidual_Internal() supports multiple DSes - DMPlexComputeJacobian_Interna
Plex+SNES: Large update to support multiple DSes - Now allow simple divisions of the domain with DMSetField() - DMPlexComputeResidual_Internal() supports multiple DSes - DMPlexComputeJacobian_Internal() supports multiple DSes - DMSNESCheckDisretization() supports multiple DSes - DMSNESCheckResidual() supports multiple DSes - DMSNESCheckJacoiban() supports multiple DSes - DMComputeL2FieldDiff() supports multiple DSes - PetscConveEst supports multiple DSes - Fixed bug refering to cStart from a cellIS - Added PetscDSGetQuadrature() - Added DMSetField_Internal() - Added DMSetRegionNumDS() - Protect PetscSectionView() from empty bcIndices - ISDifference now allows a NULL second argument
show more ...
|
| #
a5072167
|
| 01-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-boundary-function-projection' into 'master'
DM: Added DMProjectBdFieldLabelLocal()
See merge request petsc/petsc!2667
|
| #
ece3a9fc
|
| 04-Oct-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Added DMProjectBdFieldLabelLocal() - Called from DMPlexInsertBoundaryValuesEssentialBdFIeld() - Added projectbdfieldlabelLocal() to DM - Added Plex impl - Added more documentation of the InsertBo
DM: Added DMProjectBdFieldLabelLocal() - Called from DMPlexInsertBoundaryValuesEssentialBdFIeld() - Added projectbdfieldlabelLocal() to DM - Added Plex impl - Added more documentation of the InsertBoundaryValues*() methods
show more ...
|
| #
3b7b15c8
|
| 26-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-remove-hybrid' into 'master'
Knepley/feature dm remove hybrid
See merge request petsc/petsc!2614
|
| #
96ca5757
|
| 24-Mar-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fixed cell reordering and namespaced cell type names - Namespaced DMPlexCellRefinerType enum items - Added DMPlexReorderCell() and refactored DMPlexInvertCell() - Update Gmsh reader to han
DMPlex: Fixed cell reordering and namespaced cell type names - Namespaced DMPlexCellRefinerType enum items - Added DMPlexReorderCell() and refactored DMPlexInvertCell() - Update Gmsh reader to handle tet+tri-prism meshes
show more ...
|
| #
412e9a14
|
| 01-Mar-2020 |
Matthew G. Knepley <knepley@gmail.com> |
DM+Plex: Removed the idea of hybrid and ghost cells, in favor of cell type - Improved Plex tests to work for other cell types - Plex creation, interpolation, submesh, and refinement routines now set
DM+Plex: Removed the idea of hybrid and ghost cells, in favor of cell type - Improved Plex tests to work for other cell types - Plex creation, interpolation, submesh, and refinement routines now set the cell type - Distribution sorts strata by cell type - Fixed orientation of prisms from input formats - Added Plex ex40 to test regular refinement - CellRefiner is a PetscObject - dm_plex_cell_refiner chooses the refinement strategy - Removed SimplexToTensor stuff in favor of ToHex refiner - Most functions take DMPolytopeType instead of CellRefiner - CellRefinerInCellTest_Internal() - CellRefinerGetAffineTransforms_Internal() - CellRefinerGetAffineFaceTransforms_Internal() - DMForest now responds to DMPlexGetOverlap() and propagates its overlap to the underlying Plex - Use DMPlexComputeCellType_Internal() to classify a cell based only on topology - Added DMPlexGetSimplexOrBoxCells() to replace DMPlexGetInteriorCellStratum() - Added DM_POLYTOPE_POINT_PRISM_TENSOR - Added DMPolytopTypeGetDim() and DMPolyTopeTypeGetConeSize() - Added DMLabelSetStratumBounds() - Added DMPlexSetCellType() - Added celltypes to DMView() - Added DMPolytopeTypeGetNumVertices() - Added DMPlexCreateReferenceCellByType() - Added DMPolytopeTypeFromGmsh() - Made DMPlexRefineUniform() public
show more ...
|
| #
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()
|
| #
d0eddb9b
|
| 07-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mark/fix-viewfromoptions' into 'master'
prototype for ViewFromOptions macro-->functions
See merge request petsc/petsc!2083
|
| #
fe2efc57
|
| 07-Nov-2019 |
Mark <cal2princeton@yahoo.com> |
prototype for ViewFromOptions macro-->functions
|
| #
ac1789ce
|
| 02-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/simplify-dm-label-list' into 'master'
improvements of DMLabel linked list in DM
Closes #386
See merge request petsc/petsc!2108
|
| #
5d80c0bf
|
| 02-Oct-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Improve DM label list. Generalize DMCopyLabels().
* DMAddLabel: - Add label to the end of list so DMGetLabelByNum() keeps the numbering of old ones. - Assign depth label right away. * Get rid of
Improve DM label list. Generalize DMCopyLabels().
* DMAddLabel: - Add label to the end of list so DMGetLabelByNum() keeps the numbering of old ones. - Assign depth label right away. * Get rid of DMLabelLinkList. * Make use of PetscObject reference count of individual labels. * DMCopyLabels: add input args PetscCopyMode mode and PetscBool all. * Update PetscCopyMode manpage for use with objects.
show more ...
|