History log of /petsc/src/dm/impls/plex/plexexodusii.c (Results 126 – 150 of 316)
Revision Date Author Comments
# efba6e65 10-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# d1debf72 09-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-gamg-transposegencuda' into 'release'

Fix CUDA performance regression and KOKKOS bugfixes

See merge request petsc/petsc!3310


# 94a2d30d 06-Oct-2020 Stefano Zampini <stefano.zampini@gmail.com>

DMPlex: fix VecGetSubVector input


# 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


# 8f861fbc 27-Jul-2020 Matthew G. Knepley <knepley@gmail.com>

Plex+Exodus: Fix input
- Can have meshes with different embedding dimension
- Fixed handling of prisms
- Now read the cell type


# bfb203ca 25-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-plexrefiner-boundarylayer' into 'master'

feature plexrefiner boundarylayer

See merge request petsc/petsc!2881


# 636e64ff 07-Jun-2020 Stefano Zampini <stefano.zampini@gmail.com>

DMPlexExodus: use DMPlexInvertCell


# 3b7b15c8 26-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-dm-remove-hybrid' into 'master'

Knepley/feature dm remove hybrid

See merge request petsc/petsc!2614


# 412e9a14 01-Mar-2020 Matthew G. Knepley <knepley@gmail.com>

DM+Plex: Removed the idea of hybrid and ghost cells, in favor of cell type
- Improved Plex tests to work for other cell types
- Plex creation, interpolation, submesh, and refinement routines now set

DM+Plex: Removed the idea of hybrid and ghost cells, in favor of cell type
- Improved Plex tests to work for other cell types
- Plex creation, interpolation, submesh, and refinement routines now set the cell type
- Distribution sorts strata by cell type
- Fixed orientation of prisms from input formats
- Added Plex ex40 to test regular refinement
- CellRefiner is a PetscObject
- dm_plex_cell_refiner chooses the refinement strategy
- Removed SimplexToTensor stuff in favor of ToHex refiner
- Most functions take DMPolytopeType instead of CellRefiner
- CellRefinerInCellTest_Internal()
- CellRefinerGetAffineTransforms_Internal()
- CellRefinerGetAffineFaceTransforms_Internal()
- DMForest now responds to DMPlexGetOverlap() and propagates its overlap to the underlying Plex
- Use DMPlexComputeCellType_Internal() to classify a cell based only on topology
- Added DMPlexGetSimplexOrBoxCells() to replace DMPlexGetInteriorCellStratum()
- Added DM_POLYTOPE_POINT_PRISM_TENSOR
- Added DMPolytopTypeGetDim() and DMPolyTopeTypeGetConeSize()
- Added DMLabelSetStratumBounds()
- Added DMPlexSetCellType()
- Added celltypes to DMView()
- Added DMPolytopeTypeGetNumVertices()
- Added DMPlexCreateReferenceCellByType()
- Added DMPolytopeTypeFromGmsh()
- Made DMPlexRefineUniform() public

show more ...


# 0e082c47 19-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/fix-plexexodusii' into 'master'

Fix wrong copy-paste in plexexodusii.c

See merge request petsc/petsc!2537


# 00373969 19-Feb-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Fix wrong copy-paste in plexexodusii.c


# 52fb2ad5 18-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-exodusii-viewer' into 'master'

Knepley/feature plex exodusii viewer

See merge request petsc/petsc!2535


# 1e50132f 17-Feb-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Added ExodusII viewer


# 81e64d77 06-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# d2766755 04-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-double-semicolons' into 'maint'

Double semicolons

See merge request petsc/petsc!2150


# feb237ba 04-Oct-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Double semicolons


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


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

Plex+ExodusII: Order hybrid cells last, and set hybrid bounds in DM


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


# 83c10b7e 04-Dec-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


12345678910>>...13