History log of /petsc/src/dm/impls/plex/plexrefine.c (Results 1 – 25 of 477)
Revision Date Author Comments
# 3f5a071c 20-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ksagiyam/fix_submesh_coordinates' into 'main'

Ksagiyam/fix submesh coordinates

See merge request petsc/petsc!8353


# e65c294a 02-May-2025 ksagiyam <k.sagiyama@imperial.ac.uk>

plex: remove coordFunc from DMPlexCreateCoordinateSpace()


# 4c712d99 27-Apr-2025 ksagiyam <k.sagiyama@imperial.ac.uk>

plexsubmesh: make submesh inherit CG/DG coordinate elements


# 281ff59e 21-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-hdf5-compress' into 'main'

Plex+HDF5: Fix compression handling in HDF5 output

See merge request petsc/petsc!8317


# 9171e0a4 15-Apr-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Save transform during refinement


# 95934b0d 02-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plextransform-save' into 'main'

Save Plex transform in DM

See merge request petsc/petsc!8263


# 61f058f9 01-Apr-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Add ability to save a mesh transform


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


# be37439e 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/useless-cast' into 'main'

Remove useless cast

See merge request petsc/petsc!7894


# 835f2295 05-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

Brain dead fixes for useless casts


# 0f6b61eb 15-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-plot' into 'main'

Plex+Viewer: PETSCVIEWERPYTHON and PyVista support for DMPLEX

See merge request petsc/petsc!7884


# 22d6dc08 19-Sep-2024 Stefano Zampini <stefano.zampini@gmail.com>

Plex+Viewer: Added Python and PyVista viewers
- Enable viewer filename interface for Python viewer
- Add -viewer_python_filename to set the output filename
- Add -dm_plex_transform_active_values to e

Plex+Viewer: Added Python and PyVista viewers
- Enable viewer filename interface for Python viewer
- Add -viewer_python_filename to set the output filename
- Add -dm_plex_transform_active_values to explicitly set values in the label
- Add -dm_plex_option_phases to control sequencing of setup from the command line

show more ...


# 9c08c4e6 11-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-coords-tobox' into 'main'

Plex: If the cell type changes, we need to recreate the coordinate discretization

See merge request petsc/petsc!7936


# 38cc584f 10-Oct-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: If the cell type changes, we need to recreate the coordinate discretization
- Thus, now refinement always recreates it


# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# 6497c311 25-Aug-2024 Barry Smith <bsmith@mcs.anl.gov>

Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']

Also fix the code to repository to compile cleanly with these flags in th

Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']

Also fix the code to repository to compile cleanly with these flags in the CI

show more ...


# 1ed6e3ff 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-13/fix-sowing-strings' into 'main'

Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INT

See merge request petsc/petsc!7480


# cc4c1da9 14-Apr-2024 Barry Smith <bsmith@mcs.anl.gov>

Update source code removing all unneeded /*@C and associated manual stubs and interfaces


# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

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

clang-format version 18

See merge request petsc/petsc!6902


# f4f49eea 11-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Remove multiple parentheses and extra semicolon

git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g

Remove multiple parentheses and extra semicolon

git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g'
git grep -l -E "Petsc(.)*\(\(\*[a-zA-Z0-9_]*\)," | xargs sed -r -i'' 's#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g'
git grep -l -E "([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)" | xargs sed -r -i'' 's#([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g'

show more ...


# 05e067c0 22-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-highorder-coords' into 'main'

Cleanup coordinate mappings for high order

See merge request petsc/petsc!7207


# 4b87bf80 20-Jan-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Use same coordinate degree for refined mesh


# 1f5f95ac 03-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-create-and-view' into 'main'

Fixes for Plex creation and viewing

See merge request petsc/petsc!7159


# e01335df 02-Jan-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Allow user to set active label for transform
- Fix diagnostic view


12345678910>>...20