| #
68317524
|
| 08-Aug-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix coordinates for sphere with quads
|
| #
6ff634ac
|
| 06-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/dmplexbuildfromcelllist-remove-invertcells-arg' into 'master'
DMPlexBuild{,Coordinates}FromCellList{,Parallel}: reduce argument list
See merge request petsc/petsc!3024
|
| #
99946890
|
| 05-Aug-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
DMPlexBuildCoordinatesFromCellList: use Vec{Get,Restore}ArrayWrite
|
| #
5e488331
|
| 05-Aug-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexBuildCoordinatesFromCellList: Remove invertCells arg.
* ditto for DMPlexBuildCoordinatesFromCellListParallel * remove DMPlexInvertCell_Internal * add DMPlexInvertCells_XDMF_Private into plexhd
DMPlexBuildCoordinatesFromCellList: Remove invertCells arg.
* ditto for DMPlexBuildCoordinatesFromCellListParallel * remove DMPlexInvertCell_Internal * add DMPlexInvertCells_XDMF_Private into plexhdf5xdmf.c * called only in DMPlexLoad_HDF5_Xdmf_Internal * process all cells at once * support variable cone size
show more ...
|
| #
1edcf0b2
|
| 04-Aug-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexBuildCoordinatesFromCellList: remove numCells,numVertices args
|
| #
961cfab0
|
| 03-Aug-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexBuildFromCellList{,Parallel}: write to array of all cones directly
|
| #
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
|
| #
5ef7c680
|
| 04-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/dmnetwork-use-dmplexbuildfromcelllist' into 'master'
DMNetworkLayoutSetUp: use DMPlexBuildFromCellList
See merge request petsc/petsc!3017
|
| #
8ddadb14
|
| 03-Aug-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexBuildFromCellListParallel: make output PetscSF arg optional
|
| #
fc172184
|
| 02-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/expose-dmplexbuildfromcelllist' into 'master'
expose DMPlexBuildFromCellList and friends
See merge request petsc/petsc!3016
|
| #
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 ...
|
| #
15cee007
|
| 22-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Label boundary of sphere mesh
|
| #
b09969d6
|
| 30-Jul-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Expose DMPlexBuildFromCellList and friends.
* DMPlexBuildFromCellList_Parallel_Internal -> DMPlexBuildFromCellListParallel * DMPlexBuildCoordinates_Parallel_Internal -> DMPlexBuildCoordinatesFromCel
Expose DMPlexBuildFromCellList and friends.
* DMPlexBuildFromCellList_Parallel_Internal -> DMPlexBuildFromCellListParallel * DMPlexBuildCoordinates_Parallel_Internal -> DMPlexBuildCoordinatesFromCellListParallel * DMPlexBuildFromCellList_Internal -> DMPlexBuildFromCellList * DMPlexBuildCoordinates_Internal -> DMPlexBuildCoordinatesFromCellList * DMPlexCreateFromCellList{,Parallel}Petsc manpage improvements
show more ...
|
| #
3612f820
|
| 30-Jul-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexBuildCoordinates_Parallel_Internal: remove redundant arg numV
|
| #
6cbf6523
|
| 29-Jul-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexBuildFromCellList_{,Parallel}_Internal: use DM dim, not coordinate dim
|
| #
c8c6d1fc
|
| 31-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-exodus-surfaces' into 'master'
Knepley/fix plex exodus surfaces
See merge request petsc/petsc!2997
|
| #
d0fcb9c2
|
| 27-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Turn on some options for extrusion
|
| #
96b917e0
|
| 20-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/fix-dmplex-ints' into 'master'
int -> PetscInt, double -> PetscReal/PetscScalar in DMPlex API for various front facing functions
See merge request petsc/petsc!2512
|
| #
a4a685f2
|
| 09-Feb-2020 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add DMPlexCreateFromCellList[Parallel]Petsc and marked previous namesake as deprecated. New function accpets only petsc datatypes, old function performs types conversions within. Affects tetgen, ctet
Add DMPlexCreateFromCellList[Parallel]Petsc and marked previous namesake as deprecated. New function accpets only petsc datatypes, old function performs types conversions within. Affects tetgen, ctetgen, and any createfromcelllist[parallel] interfaces.
show more ...
|
| #
91a15f61
|
| 16-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-ball' into 'master'
Knepley/feature plex ball
See merge request petsc/petsc!2977
|
| #
51a74b61
|
| 15-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed sphere and ball meshes, and cleaned up refinement - Added function to DMPlex to remap new coordinates - Refinement must copy coordinate discretization - Fixed sphere mesh to be the unit s
Plex: Fixed sphere and ball meshes, and cleaned up refinement - Added function to DMPlex to remap new coordinates - Refinement must copy coordinate discretization - Fixed sphere mesh to be the unit sphere - DMPlexCheckGeometry() cannot check surfaces
show more ...
|
| #
afbb2908
|
| 10-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-swarm-fortran' into 'master'
Knepley/feature swarm fortran
See merge request petsc/petsc!2680
|
| #
3e9753d6
|
| 28-Mar-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Move FEM assembly from dmplexsnes.c to plexfem.c, and fix DMCreateMassMatrix() - Create regular mass matrix if we pass in the same DM to DMCreateMassMatrix() - Changed DMPlexSNESGetGeometryFVM(
Plex: Move FEM assembly from dmplexsnes.c to plexfem.c, and fix DMCreateMassMatrix() - Create regular mass matrix if we pass in the same DM to DMCreateMassMatrix() - Changed DMPlexSNESGetGeometryFVM() to DMPlexGetGeometryFVM() - Changed DMPlexSNESGetGradientDM() to DMPlexGetGradientDM()
Co-authored-by: Mark Adams <mfadams@lbl.gov>
show more ...
|
| #
4133f029
|
| 17-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
64e5907a
|
| 16-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-neighbors-plex-overlap-0' into 'maint'
Fix DMGetNeighbors_DMPlex when overlap == 0
See merge request petsc/petsc!2715
|