test(cgns): Test CGNS read/write BC infomigrate 2x2x2_Q3_wave.cgns to datafiles repo
Merge remote-tracking branch 'origin/release'
fix(plex): Correct the adjancency leaf/root pair helper functionThis now handles the case where a local root matches with multipleleaves.
Merge branch 'zach/plex-rigid-body-remove-zero-modes' into 'main'DMPlex: Automatically remove zero modes from MatNullSpace when creating via DMPlexCreateRigidBodySee merge request petsc/petsc!8188
PetscPartitioner: add multistage partitioner
plex: Correct Mat preallocation for isoperiodic gridsRequires:- Using isoperiodic SF instead of the (purely topological) pointSF- Force the use of the isoperiodic SF even if in serial- Handle th
plex: Correct Mat preallocation for isoperiodic gridsRequires:- Using isoperiodic SF instead of the (purely topological) pointSF- Force the use of the isoperiodic SF even if in serial- Handle the case of an isoperiodic SF leaf-root pair a) being on the same rank and b) both being present in the same adjancency
show more ...
plex: add test for degenerate near null space
checkbadSource: forbid empty output_file not named output/empty.out
Merge branch 'knepley/feature-plex-shp' into 'main'Plex: Add Shapefile supportSee merge request petsc/petsc!8558
Plex ex1: Added Shapefile test
Remove explicitly listed empty files and switch to output/empty.out
Merge branch 'ksagiyam/fix_submesh_cdim' into 'main'submesh: use correct block sizes for CG and DG coordinatesSee merge request petsc/petsc!8539
submesh: use correct block sizes for CG and DG coordinates
Fix DMPlexComputeCellGeometryFEM() manual page and argument list so that correct Fortran bindings are generated.Reported-by: Noam T
Plex ex1: Added STL test
plexsubmesh: add tests for submesh CG/DG coordinates
DMPlexTransform: Allow for plex meshes that do not use standard orderingDMPlexTransform assumed that the order of points would be cells->vertices->edges (in 2D).Some cases, such as a DMForest conv
DMPlexTransform: Allow for plex meshes that do not use standard orderingDMPlexTransform assumed that the order of points would be cells->vertices->edges (in 2D).Some cases, such as a DMForest converted to a DMPlex, might have cells->edges->vertices, which resultsin points being incorrectly flagged as out-of-range. The new cell type order function has been updated to order cell types by the ordering in the DMPlex.Added additional tests for DMForest->DMPlex during extrusion.
Plex: Fix bug with cohesive transform- Add member function ordersupports to DMPlexTransform- Add DMPlexTransformOrderSupports_Cohesive()
Plex: Fix refinement of TPS meshes
Plex ex1: Add Fluent test with mixed cell mesh
Fix wrong case for PETSc
Plex ex41: Add test of saved transform
12345678910>>...12