History log of /petsc/src/dm/impls/plex/plexcreate.c (Results 51 – 75 of 1183)
Revision Date Author Comments
# 61f058f9 01-Apr-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Add ability to save a mesh transform


# 4f037aad 27-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/bs' into 'main'

PetscLayout: set default block size to 1

See merge request petsc/petsc!8226


# b8b475e7 26-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-coord-dim-change' into 'main'

Plex: Change of coordinate dimension fully working

See merge request petsc/petsc!8238


# 530e699a 25-Mar-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Change of coordinate dimension fully working
- Now coordinate space logic does not depend on being created internally
- For dimension change, need to reset coordinate dimension of the coordinat

Plex: Change of coordinate dimension fully working
- Now coordinate space logic does not depend on being created internally
- For dimension change, need to reset coordinate dimension of the coordinate DM and turn off coordinate projection
- Add coordMap_sinusoid() and DM_COORD_MAP_SINUSOID
- Must copy options prefixes during options phases

show more ...


# 72542b61 25-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/plex-crisscross' into 'main'

DMPLEX: add criss-cross mesh constructor

See merge request petsc/petsc!8227


# d698cf03 19-Mar-2025 Stefano Zampini <stefano.zampini@gmail.com>

DMPLEX: add 2d box criss-cross mesh


# 58b7e2c1 23-Mar-2025 Stefano Zampini <stefano.zampini@gmail.com>

PetscLayout: default block size 1


# 5d3bc7be 21-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-20' into 'main'

clang-format-20

See merge request petsc/petsc!7849


# 87fca844 27-Jul-2024 Pierre Jolivet <pierre@joliv.et>

Update to clang-format-20


# 6d8694c4 20-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'

Major updates to Fortran interface

See merge request petsc/petsc!7517


# ce78bad3 20-Feb-2025 Barry Smith <bsmith@petsc.dev>

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous ve

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous versions!
- also clean up inconsistent PETSc code detected by new Fortran generation tools
- drop use of bfort
- automatically generate all the Fortran PETSc objects, enums etc from the include files
- generate most of the Fortran interface definitions and functions from the source code
- simplify the number and organization of Fortran modules

Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>

show more ...


# 20ac1e9e 19-Feb-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-embedded-manifold' into 'main'

Plex+PetscFE: Fixes to allow embedded manifolds

See merge request petsc/petsc!8141


# ac9d17c7 17-Feb-2025 Matthew G. Knepley <knepley@gmail.com>

Plex+PetscFE: Fixes to allow embedded manifolds
- Add PetscFEGeomMode to describe geometry
- Reorganized PetscFEGeom
- PetscFEGeomCreate(), DMFieldCreateFEGeom() and DMSNESGetFEGeom() now take the Pe

Plex+PetscFE: Fixes to allow embedded manifolds
- Add PetscFEGeomMode to describe geometry
- Reorganized PetscFEGeom
- PetscFEGeomCreate(), DMFieldCreateFEGeom() and DMSNESGetFEGeom() now take the PetscFEGeomMode
- J and invJ have dE dimensions
- f1, g1, g2, g3 have dE dimensions
- FIX the dim argument of all point function is really dE because it is used to index the gradients
- Clarified behavior of PetscFEGeomGetCellPoint()
- Now -dm_plex_coordinate_dim can change the coordinate dimension of a mesh created by Plex
- Implicit cell geometry must be used when dim != cdim

show more ...


# 76d69608 19-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 1d017dde 19-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-11-26/improve-man-pages/release' into 'release'

Improve some manual pages in KSP/SNES

See merge request petsc/petsc!8071


# 0b4b7b1c 26-Nov-2024 Barry Smith <bsmith@mcs.anl.gov>

Improve some manual pages in KSP/SNES


# d8fefa7d 16-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'bldenton/dmplex-cadrefactor' into 'main'

Plex: Updating CAD support

See merge request petsc/petsc!8060


# 5552b385 21-Oct-2023 Brandon <bldenton@buffalo.edu>

Updated for Refactored Geometry Aware Mesh Topology


# fcb342c8 27-Dec-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-interpolate-tensor' into 'main'

Plex: FIx tensor interpolation

See merge request petsc/petsc!8057


# 5e2c5519 17-Dec-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Add flag to prefer tensor ordering in interpolation


# ddff4410 06-Dec-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/fix_partition_balance' into 'main'

Plex: Copy partition_balance internally

See merge request petsc/petsc!8045


# 129f447c 05-Dec-2024 James Wright <james@jameswright.xyz>

fix(plex): Copy partition_balance internally


# 56d6a4d7 03-Dec-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley-main-patch-e1d6' into 'main'

Plex: Add hypercubic docs

See merge request petsc/petsc!8040


# dfe9cfe5 03-Dec-2024 Matthew Knepley <knepley@gmail.com>

Update file plexcreate.c


# 507571c1 02-Dec-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-hypercubic-parallel' into 'main'

Plex: Make hypercubic mesh parallel

See merge request petsc/petsc!8036


12345678910>>...48