History log of /petsc/src/dm/impls/plex/plexcreate.c (Results 526 – 550 of 1183)
Revision Date Author Comments
# 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


# 75ebff7a 06-Nov-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMSetFromOptions_Plex: process -dm_plex_check_pointsf and -dm_plex_check_interface_cones


# f0bfd3de 20-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/fix-dmplexcreatefromfile-call-petscviewersetfromoptions' into 'master'

DMPlexCreateFromFile: Call PetscViewerSetFromOptions.

See merge request petsc/petsc!2300


# bca97951 13-Nov-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexCreateFromFile: Call PetscViewerSetFromOptions.

So that we are able to set options like -dm_plex_create_viewer_hdf5_collective.


# c2046560 18-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 72d4d953 17-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'valeria/dmplexsphere-parallel' into 'maint'

Fix DMPlexCreateSphereMesh in parallel

See merge request petsc/petsc!2175


# 45da822f 17-Oct-2019 Valeria Barra <valeriabarra21@gmail.com>

Fix DMPlexCreateSphereMesh in parallel


# 0ccaee82 14-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/haplav/feature-dmplexisinterpolated'

Add DMPlexIsInterpolated and DMPlexIsInterpolatedCollective.

See merge request petsc/petsc!2146


# 7d0f5628 12-Oct-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Add missing Fortran enum values for DMPlexInterpolatedFlag.

Shorten DMPLEX_INTERPOLATED_UNINITIALIZED -> DMPLEX_INTERPOLATED_INVALID to overcome fortran truncation.


# cdb48dd4 07-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-fv-ghost-cells' into 'master'

Knepley/fix fv ghost cells

See merge request petsc/petsc!2132


# e6139122 01-Aug-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Added DMPlexGetSetGhostCellStratum(), and DMPlexGetInteriorCellStratum()


# a7748839 29-Jul-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

add DMPlexIsInterpolated and DMPlexIsInterpolatedCollective


# 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 ...


# c2d6c616 26-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/feature-dmplexgetoverlap' into 'master'

add DMPlexGetOverlap()

See merge request petsc/petsc!2002


# cb54e036 02-Sep-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPLex: Store overlap, add DMPlexGetOverlap().

Add new overlap to the old one.


# e9e2aabb 24-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/valeria/improve-DMPlexCreateSphereMesh-doc'

See merge request petsc/petsc!2087


# cc17cd1e 23-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'master' into 'master'

Add --download-hpddm

See merge request petsc/petsc!1994


# 28d58a37 22-Sep-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Fixes and improvements for PCHPDDM and KSPHPDDM


# 6333ae4f 18-Sep-2019 valeriabarra <valeriabarra21@gmail.com>

Fix constants documentation


# 35140aeb 05-Sep-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merge branch 'master' into this one.


# aaa38285 05-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2019-09-01/rm-default-language-from-dm' into 'master'

Update public API, and internal naming conventions for DM to eliminate use of...

See merge request petsc/petsc!1998


# 1bb6d2a8 01-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Update public API, and internal naming conventions for DM to eliminate use of "default" (previously refered to default sections)

Commit-type: style-fix, documentation


# f80139e1 15-Aug-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'jed/deprecate-dmgetdefaultsection' [PR #1969]

* jed/deprecate-dmgetdefaultsection:
DMGetDefaultSection et al: add PETSC_DEPRECATED_FUNCTION
These functions were deprecated in v3.9, but

Merge branch 'jed/deprecate-dmgetdefaultsection' [PR #1969]

* jed/deprecate-dmgetdefaultsection:
DMGetDefaultSection et al: add PETSC_DEPRECATED_FUNCTION
These functions were deprecated in v3.9, but no PETSC_DEPRECATED_FUNCTION was added at that time so many uses crept back into the source code. Here we mark it deprecated and fix all existing uses in PETSc.

DMGetLocalSection/DMSetLocalSection: add explicit names for DMGetSection/DMSetSection
These names are for symmetry with DMGetLocalVector() versus DMGetGlobalVector().

DMGetSection: replace all internal usage with DMGetLocalSection
Same for DMSetSection -> DMSetLocalSection. We retain the interface for DMGetSection/DMSetSection without deprecation warnings (for now).

show more ...


1...<<21222324252627282930>>...48