History log of /petsc/src/dm/impls/plex/plex.c (Results 101 – 125 of 1780)
Revision Date Author Comments
# 4ee01570 08-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Remove empty comments from the source, that is /* */

Also remove some /******************* comments

Also remove some multiline comments with /* and */ at the beginning and end of each line


# 20e2b5ab 01-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-orientation-input' into 'main'

Knepley/fix orientation input

See merge request petsc/petsc!7625


# b7550097 12-Jun-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Add X drawing for tensor cells and cohesive cells


# 3d1e08db 30-Aug-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/vtu-barrier' into 'main'

VecView logging times

See merge request petsc/petsc!7791


# 4d7cf8c0 30-Aug-2024 Stefano Zampini <stefano.zampini@gmail.com>

VecView_Plex: call flush on the vtk viewer for proper logging of timings


# a4da37cc 27-Aug-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/dmplex-mass' into 'main'

Fixes/enhancements for mass matrix support

See merge request petsc/petsc!7649


# c29ce622 21-Aug-2024 Stefano Zampini <stefano.zampini@gmail.com>

DMPLEXVTU: fix for empty processes

add test


# 8e9849d2 20-Aug-2024 Stefano Zampini <stefano.zampini@gmail.com>

DM: add support for local mass lumping


# 4185d930 16-Aug-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/dm_box_label' into 'main'

Plex: Add box labeling to simplex, input meshes

See merge request petsc/petsc!7741


# 75c467b0 14-Aug-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-ubsan-Wtype-limits' into 'main'

Fix UBSan and -Wtype-limits

See merge request petsc/petsc!7758


# 55bffe1b 13-Aug-2024 Pierre Jolivet <pierre@joliv.et>

Fix UBSan and -Wtype-limits

src/dm/impls/plex/plexdistribute.c:953:22: warning: comparison is always false due to limited range of data type [-Wtype-limits]
953 | if ((PetscInt)ct < 0) {

Fix UBSan and -Wtype-limits

src/dm/impls/plex/plexdistribute.c:953:22: warning: comparison is always false due to limited range of data type [-Wtype-limits]
953 | if ((PetscInt)ct < 0) {
| ^
src/dm/impls/plex/plex.c:9258:29: warning: comparison is always true due to limited range of data type [-Wtype-limits]
9258 | PetscCheck((PetscInt)ct >= 0, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Cell %" PetscInt_FMT " has no cell type", c);
| ^~

show more ...


# 281879d4 05-Aug-2024 James Wright <james@jameswright.xyz>

plex: Print out labels in sorted stratum order


# 1191725c 26-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/docs-minor-fix' into 'main'

Minor fix in manpage

See merge request petsc/petsc!7718


# bc9da2b0 25-Jul-2024 Jose E. Roman <jroman@dsic.upv.es>

Minor fix in manpage


# 96e7d5cf 17-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'MWE_for_issue_1503_with_overlap' into 'main'

(#1503) Add a rectangular prism mesh to the mesh partitioning test and element numbering retrieval.

See merge request petsc/petsc!7068


# e2b8d0fc 21-Dec-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Made DMPlexCreateCellNumbering() public


# 5e27db3e 28-Nov-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix for DMGetSimplexOrBoxCells() when all the cells are tensor


# e586a3f7 13-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ds-cell-constants' into 'main'

PetscDS: Provide cell constant information

See merge request petsc/petsc!7686


# a102dd69 26-Jun-2024 Stefano Zampini <stefano.zampini@gmail.com>

DMCreateMassMatrix_Plex: support multiple fields

PetscDS: Allow per integration data to be stored at the end of the constant array
- Add PetscDSSetIntegrationParameters()
- Add numFuncConstants


# 7c485f38 09-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 91fd0dc0 09-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-07-08/minor-plex-docs/release' into 'release'

Build PETSc and petsc4py docs with the same requirements file

See merge request petsc/petsc!7678


# 2c9a7b26 09-Jul-2024 Barry Smith <bsmith@mcs.anl.gov>

improve a few plex manual pages


# fda22ce0 08-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-07-01/fix-petscoptionsgetviewer' into 'main'

The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore model

See merge request petsc/petsc!7667


# 648c30bc 08-Jul-2024 Barry Smith <bsmith@mcs.anl.gov>

The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore model

Hence the code needs to be refactored

Introduce PetscCallNull() and PetscCallMPINull() to simplify PETSC_VI

The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore model

Hence the code needs to be refactored

Introduce PetscCallNull() and PetscCallMPINull() to simplify PETSC_VIEWER_XXXX_() routines

Reported-by: James Wright
Thanks-to: Jeremy L Thompson

show more ...


# a623e290 12-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-05-29/minor-fortran-stub-cleanup' into 'main'

More improvements to Fortran stubs and interfaces

See merge request petsc/petsc!7598


12345678910>>...72