History log of /petsc/src/dm/impls/plex/plexreorder.c (Results 76 – 100 of 216)
Revision Date Author Comments
# 2479783c 06-Sep-2020 Jose E. Roman <jroman@dsic.upv.es>

Fix several typos in error strings


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


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


# 4fc38257 21-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'haplav/feature-dmaddlabel-reference' into 'master'

DMAddLabel: reference the label

See merge request petsc/petsc!2064


# 08f633c4 10-Jul-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMAddLabel: Reference the label.

This is a clear case of referencing one PetscObject from another.


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


# 92fd8e1e 14-Aug-2019 Jed Brown <jed@jedbrown.org>

DMGetSection: replace all internal usage with DMGetLocalSection

Same for DMSetSection -> DMSetLocalSection. We retain the interface
for DMGetSection/DMSetSection without deprecation warnings (for n

DMGetSection: replace all internal usage with DMGetLocalSection

Same for DMSetSection -> DMSetLocalSection. We retain the interface
for DMGetSection/DMSetSection without deprecation warnings (for now).

Suggested-by: Barry Smith <bsmith@mcs.anl.gov>

show more ...


# 89583661 21-Jun-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/add-petscarrayxxx-ops' [PR #1771]


# 580bdb30 07-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms

Replace a couple multi-mallocs with a single malloc
Replace backwards loops in MatSetValues_*()

Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms

Replace a couple multi-mallocs with a single malloc
Replace backwards loops in MatSetValues_*() with PetscArraymove()

Commit-type: style-fix, feature

show more ...


# 613bfe33 02-Jun-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/update-collective-on (pull request #1744)

Update the use of Collective on in the manual pages to reflect the new style


# d083f849 01-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Update the use of Collective on in the manual pages to reflect the new style

Commit-type: style-fix, documentation
Thanks-to: Patrick Sanan <patrick.sanan@gmail.com>


# fa54792a 29-May-2019 Patrick Sanan <patrick.sanan@gmail.com>

Merged in psanan/man-pages-remove-keywords (pull request #1717)

Man pages: Remove .keywords fields

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# bfcb38ea 27-May-2019 Patrick Sanan <patrick.sanan@gmail.com>

Man pages: remove .keywords: fields

This field is recognized by doctext from Sowing (http://wgropp.cs.illinois.edu/projects/software/sowing/doctext/node20.htm#Node20),
but it doesn't seem to be unif

Man pages: remove .keywords: fields

This field is recognized by doctext from Sowing (http://wgropp.cs.illinois.edu/projects/software/sowing/doctext/node20.htm#Node20),
but it doesn't seem to be uniformly used or maintained.

Thus, remove all .keywords: fields, and a following blank line, if present.

This is accomplished with GNU sed (gsed on OS X), with the following commands.
*Warning* that this type of command can corrupt a .git directory,
so be cautious in reusing or modifying these commands. They first look
for and delete matching lines with a following line consisting of only whitespace,
and then delete any remaining matching lines.

find src/ -type f -exec gsed -i '/keywords:/ {N; /\n\s*$/d}' {} +
find src/ -type f -exec gsed -i '/keywords:/d' {} +
find include/ -type f -exec gsed -i '/keywords:/ {N; /\n\s*$/d}' {} +
find include/ -type f -exec gsed -i '/keywords:/d' {} +

Hints on the sed command obtained from: https://unix.stackexchange.com/questions/100754/how-to-delete-a-specific-line-and-the-following-blank-line-using-gnu-sed

show more ...


# 8000f006 15-Mar-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# e90062f0 14-Mar-2019 Matthew Knepley <knepley@gmail.com>

Merged in knepley/feature-move-adj-to-dm (pull request #1424)

Knepley/feature move adj to dm


# ccca2b06 09-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Permuting a mesh should copy the discretization


# 7b559d1a 10-Mar-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'knepley/fix-ds-init' [PR #1415]

* knepley/fix-ds-init:
DM: Fix DS initialization, so that we can setup the discretization multiple times


# 66ef72b0 10-Mar-2019 Karl Rupp <me@karlrupp.net>

Revert "Merge branch 'knepley/fix-ds-init' [PR #1415]"

This reverts commit 37bb5b94b6914f9a726e34e5bf9c9c8b40dda9f0, reversing
changes made to 4a21182031185fd5d7353432f9213cf374069ae2.

The reason f

Revert "Merge branch 'knepley/fix-ds-init' [PR #1415]"

This reverts commit 37bb5b94b6914f9a726e34e5bf9c9c8b40dda9f0, reversing
changes made to 4a21182031185fd5d7353432f9213cf374069ae2.

The reason for this revert is an incorrect merge of a local copy of knepley/fix-ds-init.

show more ...


# 37bb5b94 10-Mar-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'knepley/fix-ds-init' [PR #1415]

* knepley/fix-ds-init:
Fix DS initialization, so that we can setup the discretization multiple times


# d1d796f5 06-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Reordering should preserve the discretization


123456789