History log of /petsc/src/dm/impls/plex/tutorials/ex15.c (Results 1 – 8 of 8)
Revision Date Author Comments
# d9126033 13-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/cgns_bc_writing' into 'main'

Plex: CGNS files write and read boundary conditions and face label information

See merge request petsc/petsc!8934


# 607e733f 20-Jan-2026 James Wright <james@jameswright.xyz>

test(cgns): Test CGNS read/write BC info

migrate 2x2x2_Q3_wave.cgns to datafiles repo


# d6682a24 17-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/kd_tree' into 'main'

Add PetscKDTree

See merge request petsc/petsc!7954


# 67f7d742 20-Oct-2024 James Wright <james@jameswright.xyz>

test: Minor fix for plex/tutorials/ex15


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

Merge branch 'jrwrigh/cgns_fix_test' into 'main'

test: Fix parallel CGNS test redistribution

See merge request petsc/petsc!7955


# f819935b 20-Oct-2024 James Wright <james@jameswright.xyz>

test: Fix parallel CGNS test redistribution

Lack of flag meant that the mesh wasn't actually redistributed by
accident


# 83d0d507 25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/cgns_parallel_io' into 'main'

CGNS: Add parallel Plex building, VecLoad, and more

See merge request petsc/petsc!7826


# 472b9844 11-Aug-2024 James Wright <james@jameswright.xyz>

cgns: Add parallel Plex read, VecLoad, etc.

- Parallel Plex building with `-dm_plex_cgns_parallel`
- Parallel solution reading via `VecLoad()`
- Added `PetscViewerCGNSOpen()`
- Added `PetscViewerCGN

cgns: Add parallel Plex read, VecLoad, etc.

- Parallel Plex building with `-dm_plex_cgns_parallel`
- Parallel solution reading via `VecLoad()`
- Added `PetscViewerCGNSOpen()`
- Added `PetscViewerCGNSGetSolution{Time,Name}()`,
`PetscViewerCGNSSetSolutionIndex()`

show more ...