History log of /petsc/src/dm/impls/plex/tests/ex55.c (Results 1 – 25 of 61)
Revision Date Author Comments
# 2364c0ea 24-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/forbidden-empty-output-files' into 'main'

checkbadSource: forbid empty output_file not named output/empty.out

See merge request petsc/petsc!8588


# e0008cae 24-Jul-2025 Pierre Jolivet <pierre@joliv.et>

checkbadSource: forbid empty output_file not named output/empty.out


# 609caa7c 19-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/rm-explicit-empty-output_file' into 'main'

Remove 535 empty .out and consolidate the use of output/empty.out

See merge request petsc/petsc!8538


# 3886731f 09-Jul-2025 Pierre Jolivet <pierre@joliv.et>

Remove explicitly listed empty files and switch to output/empty.out


# f180259e 28-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-hdf5-opt' into 'main'

IS+HDF5: Add run-length compression to IS I/O

See merge request petsc/petsc!7862


# 07dc484c 02-Sep-2024 Matthew G. Knepley <knepley@gmail.com>

Plex+HDF5: Do not write celltypes label


# c5997e43 16-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-io-section-perm' into 'main'

Plex: Flexible creation of section permutations

See merge request petsc/petsc!7258


# bcde9aca 13-Feb-2024 Matthew G. Knepley <knepley@gmail.com>

Plex ex55: Add test for permuted sections - Run more setup through options


# 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


# 46ac1a18 01-Nov-2023 Matthew G. Knepley <knepley@gmail.com>

Plex+ExodusII: Remove bad check


# 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


# c14a7e84 19-Sep-2023 Matthew G. Knepley <knepley@gmail.com>

ExodusII; Fix check for reserved labels
- Disable check for many tests


# 5a7a9864 14-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jeremy/less-strcpy-strcat' into 'main'

Use Petsc[Strncpy,Strlcat,Memcpy] over Petsc[Strcpy,Strcat]

Closes #1332

See merge request petsc/petsc!6115


# c6a7a370 24-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Clean up PETSc str ops to use more secure implementations where possible. These include:

- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat()
- Use PetscArraycpy() over

Clean up PETSc str ops to use more secure implementations where possible. These include:

- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat()
- Use PetscArraycpy() over PetscMemcpy() as appropriate for string buffer copying
- Use built in string from name over hardcoding
- Use sizeof over hardcoded length
- Replace some Strlcat with Strncpy when offset is known

show more ...


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 3ba16761 10-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PetscErrorCode a non-discardable enum


# 7944ecbd 11-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/feature-plex-parallel-topo-load' into 'main'

Plex: add petsc-native HDF5 format v3.0.0 with parallel loading

Closes #955

See merge request petsc/petsc!5238


# 8886822a 22-Mar-2022 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

plex test ex55: test version 3.0.0


# 9ed1248d 22-Mar-2022 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

enable DMPlexStorageVersion 3.0.0


# a50e2f9f 23-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/refactor-dmplexstorageversion' into 'main'

DMPlexStorageVersion improvements/refactorings

See merge request petsc/petsc!5625


# bd412c90 29-Jul-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

plex/tests/ex55.c: extend coverage of hdf5_petsc -

* allow specifying output filename
* add PrintDistributedInterpolated()
* remove outdated comment
* more testing across versions


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


# d71ae5a4 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

source code format changes due to .clang-format changes


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 9371c9d4 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

clang-format: convert PETSc sources to comply with clang-format


123