History log of /petsc/src/dm/impls/plex/plexcreate.c (Results 301 – 325 of 1183)
Revision Date Author Comments
# 91e96481 28-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-periodic-separation' into 'main'

Fix periodicity for higher order coordinates

See merge request petsc/petsc!5333


# 6858538e 11-Jun-2022 Matthew G. Knepley <knepley@gmail.com>

DM: Reorganized periodic coordinates into a separate representation
- Split coordinates into two representations
- No longer specify the boundary type for periodicity. We can tell if a
given boundary

DM: Reorganized periodic coordinates into a separate representation
- Split coordinates into two representations
- No longer specify the boundary type for periodicity. We can tell if a
given boundary is periodic by a positive L[d]
- Added DMPlexGetCellCoordinates_Internal() to get localized cell
coordinates automatically, and used in plexgeometry.c
- Moved coordinate functions into dmcoordinates.c
- Moved periodicity functions into dmperiodicity.c

show more ...


# 145e6476 23-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-06-13/make-one-line-if-call' into 'main'

Change if () { PetscCall() } three liner to one liner

See merge request petsc/petsc!5344


# 1baa6e33 14-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Change if () { PetscCall() } three liner and friends to one liners

for i in `git ls-files | grep "\.[ch]$"` ; do sed 's?\$?ZZZ?g' $i | tr '\n' '$' | sed 's?\([ ]*\)if (\([-;,.\*+=a-z0-9A-Z_>]*\)) {\

Change if () { PetscCall() } three liner and friends to one liners

for i in `git ls-files | grep "\.[ch]$"` ; do sed 's?\$?ZZZ?g' $i | tr '\n' '$' | sed 's?\([ ]*\)if (\([-;,.\*+=a-z0-9A-Z_>]*\)) {\$[ ]*PetscCall(\([- ._+=a-z0-9A-Z>*,()]*);\)\$[ ]*}\$?\1if (\2) PetscCall(\3$?g' | tr '$' '\n' | sed 's?ZZZ?$?g' > $i.joe ; mv $i.joe $i ; done

for i in `git ls-files | grep "\.[hc]$"` ; do sed 's?\$?ZZZ?g' $i | tr '\n' '$' | sed 's?\([ }else]*\)if (\([-;,.\*+=a-z0-9A-Z_>]*\)) {\$[ ]*PetscCall(\([- ._+=a-z0-9A-Z>*,()]*);\)\$\([ ]*\)} \([- ._+=a-z0-9A-Z>*,()]*);\)\$?\1if (\2) PetscCall(\3$\4\5$?g' | tr '$' '\n' | sed 's?ZZZ?$?g' > $i.joe ; mv $i.joe $i ; done

Yes, really ugly but Barry still cannot master awk

Commit-type: housekeeping

show more ...


# 96e8d5a2 21-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-label-overlap' into 'main'

Plex: Allow a user to create a custom parallel overlap using labels

See merge request petsc/petsc!5349


# c506a872 17-Jun-2022 Matthew G. Knepley <knepley@gmail.com>

Plex: Allow a user to create a custom parallel overlap using labels - The test is in PyLith


# 26800d79 21-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ksagiyam/dmplex_reorder_1d_options' into 'main'

plex: add DMPlexReorder{Set,Get}Default()

See merge request petsc/petsc!5245


# 6bc1bd01 11-May-2022 ksagiyam <k.sagiyama@imperial.ac.uk>

plexreorder: add DMPlexReorder{Set,Get}Default()


# e5834793 12-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 6a3335a3 11-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-excl-rank' into 'main'

Replace !rank with rank == 0

See merge request petsc/petsc!5223


# 6d6e1957 11-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-05-10/fix-plex-create-from-file-underflow' into 'release'

Fix `DMPlexCreateFromFile()` Underflow

See merge request petsc/petsc!5244


# 274aaeaa 10-May-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

fixup! fix size_t underflow when extension is shorter than file name


# 5bba6fac 10-May-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

fixup! fix size_t underflow when extension is shorter than file name


# dec1ab1a 10-May-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

fixup! fix size_t underflow when extension is shorter than file name


# ef3a5aff 10-May-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

fix size_t underflow when extension is shorter than file name


# 7005ae4c 09-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/extend-plex-checkpointsf' into 'main'

extend DMPlexCheckPointSF()

See merge request petsc/petsc!5217


# 7f9d8d6c 02-May-2022 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

add DMPlexCheck()


# 7726db96 02-May-2022 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

extend DMPlexCheckPointSF(), add PetscSF arg


# 60667520 07-May-2022 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

add/use DMPlexSetOverlap_Plex()


# 5e3c976b 05-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/plex-minor' into 'main'

Plex: minor maintenance changes

See merge request petsc/petsc!5218


# 549e5a9c 06-Apr-2022 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMCreate_Plex: NULL doesn't need to be set -

PetscNew zeroes structure fields


# c5853193 05-May-2022 Pierre Jolivet <pierre@joliv.et>

Replace !rank with rank == 0

See also https://gitlab.com/petsc/petsc/-/merge_requests/4146


# b55fbb85 04-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/plex-copy-overlap' into 'main'

DMPlexCopy_Internal: copy overlap

See merge request petsc/petsc!5200


# 5de52c6d 02-May-2022 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexCopy_Internal: copy overlap


# 89669be4 02-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/docs-sphinx-man-pages' into 'main'

Integrate Man Pages into Sphinx Docs

Closes #1132 and #1015

See merge request petsc/petsc!4989


1...<<11121314151617181920>>...48