History log of /petsc/src/dm/impls/plex/plexcreate.c (Results 176 – 200 of 1183)
Revision Date Author Comments
# c8629ca8 17-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/minsurf-local' into 'main'

Improve support for nonlinear domain decomposition solvers

See merge request petsc/petsc!7084


# 08c30c10 17-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-12-04/fix-manpage-references/release' into 'release'

Update references in the manual pages to use Sphinx citation processing

See merge request petsc/petsc!7101


# 907a3e9c 28-Nov-2023 Stefano Zampini <stefano.zampini@gmail.com>

DMPLEX: add support for DMCreateDomainDecomposition routines

DMPlexDistributeOverlap: add support for subdomain mesh


# 1d27aa22 04-Dec-2023 Barry Smith <bsmith@mcs.anl.gov>

Update references in the manual pages to use Sphinx citation processing


# 1e92af11 08-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/minor' into 'main'

Minor changes

See merge request petsc/petsc!7096


# 6c51210d 03-Dec-2023 Stefano Zampini <stefano.zampini@gmail.com>

DMPLEX: fix typo


# 3de58703 04-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hdf5-1.14.0' into 'main'

HDF5 1.14.3

See merge request petsc/petsc!6116


# 6afe31f6 28-Nov-2023 Martin Diehl <mail@martin-diehl.net>

drop support for MED files


# d3c48830 06-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-exodusii-check' into 'main'

Knepley/fix exodusii check

See merge request petsc/petsc!6985


# 75f1a41f 02-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/fix-warning-plexcreate' into 'main'

Fix compile warning

See merge request petsc/petsc!6981


# 07c565c5 31-Oct-2023 Jose E. Roman <jroman@dsic.upv.es>

Fix compile warning

petsc/src/dm/impls/plex/plexcreate.c(2423): error #823: reference is to variable "c" (declared at line 2340) -- under old for-init scoping rules it would have been variable "c" (

Fix compile warning

petsc/src/dm/impls/plex/plexcreate.c(2423): error #823: reference is to variable "c" (declared at line 2340) -- under old for-init scoping rules it would have been variable "c" (declared at line 2356)
for (c = 0; c < numCells; c++) PetscCall(DMPlexSetConeSize(dm, c, embedDim));
^

show more ...


# 12a88998 01-Nov-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Propoagate vec and mat types correct during distribution


# 1121d821 31-Oct-2023 Satish Balay <balay@mcs.anl.gov>

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

Plex: Add in cirlce/disc

See merge request petsc/petsc!6977


# 5c344501 30-Oct-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Add in cirlce/disc


# 15c913a0 26-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-high-order-view' into 'main'

Plex: Enable high order viewing

See merge request petsc/petsc!6959


# 5e8c9ebd 26-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-setup' into 'main'

Plex: Fix setup for RDycore

See merge request petsc/petsc!6877


# e44f6aeb 26-Oct-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Enable high order viewing - Refinement recreates affine coordinates - Default for draw viewer - Replace DMProjectCoordinates() with DMSetCoordinateDisc() - Add argument to DMPlexCreateCoordinat

Plex: Enable high order viewing - Refinement recreates affine coordinates - Default for draw viewer - Replace DMProjectCoordinates() with DMSetCoordinateDisc() - Add argument to DMPlexCreateCoordinateSpace()

show more ...


# 5962854d 01-Oct-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Updates for FVM
- Add DMPlexInsertBoundaryValuesFVM()
- Add -dm_plex_print_fvm
- Fix copy of diagnostic flags


# 6925d1c4 13-Sep-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Distribution should set the vec type
- G2N SF should be propagated


# a286e215 13-Sep-2023 Matthew G. Knepley <knepley@gmail.com>

DM: Add -dm_distribute_save_sf
flag


# 9a75acf6 16-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-ceed' into 'main'

Plex: More work adding in CEED backend

See merge request petsc/petsc!6870


# d2b2dc1e 10-Sep-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: More work adding in CEED backend
- Add DMPlexGetUseCeed() and DMPlexSetUseCeed()
- Need to propagate useCeed flag
- When using CEED, make tensor order the default, but shut it off for matrix in

Plex: More work adding in CEED backend
- Add DMPlexGetUseCeed() and DMPlexSetUseCeed()
- Need to propagate useCeed flag
- When using CEED, make tensor order the default, but shut it off for matrix insertion since this is still done by Plex kernels
- DMPlexMatSetClosureGeneral() now takes flag for closure permutation
- Add DMPlexMatSetClosure_Internal() which takes flag for closure permutation
- Add DMPlexVecGetClosure_Internal() with flag to turn off closure permutation - Turn off closure permutation in L2 diff calculation
- Add DMUseTensorOrder()
- Add DMPlexSNESComputeResidualCEED() - Cleanup SNES ex13 - Do not give CEED negative offsets

show more ...


# c3673aa9 05-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-swarm-layout' into 'main'

Swarm: Reworked Swarm projection interface and fixed some particle layout

See merge request petsc/petsc!6856


# f39ec787 17-Aug-2023 Matthew G. Knepley <knepley@gmail.com>

Added citations


# 4979242e 09-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-08/lint-apply-dm' into 'main'

Manual DM Linter Fixes

See merge request petsc/petsc!6792


12345678910>>...48