Merge branch 'nathawani/feature-Hdiv-test' into 'main'FE test for Raviart-Thomas (RT0) elementSee merge request petsc/petsc!7411
FE test for Raviart-Thomas (RT0) element for triangles and quads
Plex ex69: 2D tests for cohesive cells
Plex ex66: Add second test
Merge branch 'jrwrigh/multiple_isoperiodic' into 'main'Plex Isoperiodic: Allow multiple periodic directionsSee merge request petsc/petsc!7305
Plex Isoperiodic: Add test for multiple periodic directions
Plex Isoperiodic: Migrate handles multiple face_sfs
DMPlex SFC: Separate different periodic directionsCo-authored-by: Jed Brown <jed@jedbrown.org>
Plex: Fix nonmanifold interpolation
Partitioner: Support edge weights- They are simple integers in a Section- Appears to work with ParMetis
Merge branch 'tisaac/fix-p4est-global-coordinates' into 'main'DMForest: add failing test supplied by Berend van WachemSee merge request petsc/petsc!7028
Plex ex53: Cleaned up creation and addded parallel test
plexsubmesh: add tests
plexsubmesh: add sanitizeSubmesh to DMPlexFilter()
plexsubmesh: add ignoreLabelHalo to DMPlexFilter()
plexsubmesh: add ownershipTransferSF to DMPlexFilter()
Add missing p4est requirement to dm_impls_plex_tests-ex53_0.
DMForest: add failing test supplied by Berend van WachemOnce I figure out how to handle a discretization of type PetscContainerI can fix this
Remove multiple parentheses and extra semicolongit grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g
Remove multiple parentheses and extra semicolongit grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g'git grep -l -E "Petsc(.)*\(\(\*[a-zA-Z0-9_]*\)," | xargs sed -r -i'' 's#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g'git grep -l -E "([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)" | xargs sed -r -i'' 's#([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g'
show more ...
checkbadSource: rules for PetscFunctionBegin and derivatives
Document that PetscViewerGetSubViewer() is collective on the outer viewer and fix bugs.Reported-by: Pierre Jolivet
Plex: Need to catch tensor cells for higher order disc
Plex ex55: Add test for permuted sections - Run more setup through options
Plex: Allow global section to ignore the local section permutation on output
Plex: Flexible creation of section permutations- Add createsectionpermutation to DM ops- Change DMPlexReorderDefaultFlag to DMReorderDefaultFlag- Move DMReorderDefaultFlag to the correct headerA
Plex: Flexible creation of section permutations- Add createsectionpermutation to DM ops- Change DMPlexReorderDefaultFlag to DMReorderDefaultFlag- Move DMReorderDefaultFlag to the correct headerApply 1 suggestion(s) to 1 file(s)
12345678910>>...23