Docs: fix missing back ticks.
PetscSF: implement PetscSFCreateStridedSF
minor fixes
CI: update to clang-format-18
Remove some unneeded parentheses
Remove carriage return in Petsc(Assert|Check)()git grep -l -E "Petsc(Assert|Check)\(.*\\\n\"[,)]" | xargs sed -r -i'' 's#Petsc(Assert|Check)\((.*)\\n"([,)])#Petsc\1\(\2\"\3#g'Suggested-by: Stefan
Remove carriage return in Petsc(Assert|Check)()git grep -l -E "Petsc(Assert|Check)\(.*\\\n\"[,)]" | xargs sed -r -i'' 's#Petsc(Assert|Check)\((.*)\\n"([,)])#Petsc\1\(\2\"\3#g'Suggested-by: Stefano Zampini
show more ...
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'
checkbadSource: rules for PetscFunctionBegin and derivatives
Section: Add PetscSectionCreateComponentSubsection()
Fix words appearing twice in a row for no good reason
Plex: Allow global section to ignore the local section permutation on output
Fix places where PetscUseTypeMethod() and related macros should be used.
Merge remote-tracking branch 'origin/release'
Merge branch 'stefanozampini/dmplexforest' into 'main'Updates to DMPLEX and DMFORESTSee merge request petsc/petsc!7217
Minor: fix typos
PetscSection: propagate field names to global sectionview names at View time, update outputs
Use PetscTryTypeMethod when possible
Merge branch 'knepley/feature-fault-pc' into 'main'Plex: Allow section reordering by defaultSee merge request petsc/petsc!7197
Section: Add PetscSectionGetBlockStarts() and PetscSectionSetBlockStarts()
PetscSF: flag packing events as non-collective
Merge branch 'stefanozampini/fix-docs' into 'release'fix docsSee merge request petsc/petsc!7181
Merge branch 'barry/2024-01-03/docs-c2html' into 'main'Remove recursive build of c2html files; no longer uses classic makefilesSee merge request petsc/petsc!7167
Use < instead of " for includes of PETSc include filesAnd Remove unneeded duplicate includesCo-Authored-by: Jose Roman <jroman@dsic.upv.es>
PETSCSFPACK: remove redundant event loggingthis was creating deadlocks with log_sync on!
12345678910>>...96