History log of /petsc/src/dm/impls/plex/plexgmsh.c (Results 151 – 175 of 402)
Revision Date Author Comments
# 0a6a86df 17-Aug-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'jolivet/typos' [PR #1970]

* jolivet/typos:
Some typos in the range T--Z
Pierre Jolivet doesn't know why, but had the splendid idea to type in
find . -name "*.c" -exec cat {} ; | aspel

Merge branch 'jolivet/typos' [PR #1970]

* jolivet/typos:
Some typos in the range T--Z
Pierre Jolivet doesn't know why, but had the splendid idea to type in
find . -name "*.c" -exec cat {} ; | aspell list | sort -u

show more ...


# 4c500f23 15-Aug-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Typos.


# caef2048 31-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'knepley/feature-plex-hybrid-input' [PR #1922]

* knepley/feature-plex-hybrid-input:
Plex+GMsh: Allow hybrid meshes where wedges match cells at wedge sides
Plex+ExodusII: Order hybrid ce

Merge branch 'knepley/feature-plex-hybrid-input' [PR #1922]

* knepley/feature-plex-hybrid-input:
Plex+GMsh: Allow hybrid meshes where wedges match cells at wedge sides
Plex+ExodusII: Order hybrid cells last, and set hybrid bounds in DM
Plex ex1: Added more wedge tests

show more ...


# a5b208b6 30-Jul-2019 Matthew G. Knepley <knepley@gmail.com>

Plex+GMsh: Allow hybrid meshes where wedges match cells at wedge sides


# ff8a6222 17-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'stefano_zampini/fix-wedge-s2t' [PR #1866]

* stefano_zampini/fix-wedge-s2t:
Fixes for hybrid 3D meshes in DMPlex.


# a1e86c74 11-Jul-2019 Stefano Zampini <stefano.zampini@gmail.com>

DMPlexGMSH: read and skip extra nodes for high-order cells


# dfb7f63b 09-Jul-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/feature-boundedint'


# 5a856986 21-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Added PetscOptionsBoundInt(), error if value below bound, and PetscOptionsRangeInt(), error if out of range

Replaced a small amount of the usage in the source code. Easy, slightly boring process to

Added PetscOptionsBoundInt(), error if value below bound, and PetscOptionsRangeInt(), error if out of range

Replaced a small amount of the usage in the source code. Easy, slightly boring process to replace the rest

Commit-type: error checking

show more ...


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

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


# 857a15f1 17-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Resolved issues brought up in PR

Commit-type: bug-fix, style-fix
Reported-by: Patrick Sanan <patrick.sanan@gmail.com>


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


# 847f55b8 24-May-2019 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/endian (pull request #1698)

Runtime endianness detection

Approved-by: Jed Brown <jed@59a2.org>
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 30815ce0 23-May-2019 Lisandro Dalcin <dalcinl@gmail.com>

Add PetscBinaryBigEndian() for runtime detection of endianness


# b72fa766 16-May-2019 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/fix-io-gmsh (pull request #1660)

Binary I/O And Gmsh DMPlex Reader

Approved-by: Matthew Knepley <knepley@gmail.com>
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 0db3fc9e 14-May-2019 Lisandro Dalcin <dalcinl@gmail.com>

DMPlex: Update Gmsh reader to set hybrid bounds by default

If the reader is asked to return an interpolated mesh and the mesh
has tri+quad or tetra+wedge cells, you most likely want the output
DMPle

DMPlex: Update Gmsh reader to set hybrid bounds by default

If the reader is asked to return an interpolated mesh and the mesh
has tri+quad or tetra+wedge cells, you most likely want the output
DMPlex to have the hybrid bounds set, so make it default behaviour.

If for whatever reason the users do not want the hybrid bounds set,
they can still use `-dm_plex_gmsh_hybrid 0`.

show more ...


# ef12879b 03-May-2019 Lisandro Dalcin <dalcinl@gmail.com>

DMPlex: Update Gmsh reader to read periodic section by default if present


# 89d5b078 26-Mar-2019 Satish Balay <balay@mcs.anl.gov>

fix missing CHKERRQ


# 37f0c00c 26-Mar-2019 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/plex-gmsh (pull request #1469)

DMPlex: Update Gmsh reader


# d6689ca9 26-Mar-2019 Lisandro Dalcin <dalcinl@gmail.com>

DMPlex: Update Gmsh reader

* Add some utility routines to reduce duplicated code
* Ignore $Comments sections, even before the $MeshFormat section.
Using $Comments sections is an official recommend

DMPlex: Update Gmsh reader

* Add some utility routines to reduce duplicated code
* Ignore $Comments sections, even before the $MeshFormat section.
Using $Comments sections is an official recommendation from Gmsh devs,
now we can support Gmsh meshes exported from Pointwise.

show more ...


# 1f643af3 25-Mar-2019 Lisandro Dalcin <dalcinl@gmail.com>

DMPlex: Gmsh: Fix read of PhysicalNames section

* PetscViewerRead() cannot handle quoted strings with embedded spaces


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

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


12345678910>>...17