Doc: Fix doc for viewing from options
Fortran: remove unneeded return
Merge branch 'hsuh/dense-lmvm-squashed' into 'main'Dense LMVMSee merge request petsc/petsc!7371
Random123 GetValues feature added
curand stream option feature added
Fix PetscLogHandlerView_Default_Info() to use PetscViewerASCIIPrintf() instead of PetscFPrintf()So it can work with PetscViewerASCIIWorldSetFileUnit()
Fix PetscViewerASCIISetFileUnit() to support PETSc's built in viewerssuch as PETSC_VIEWER_STDOUT_WORLDAdd PetscViewerASCIIWORLDSetFileUnit() to allow Fortran to save output in files
Error on PetscViewerASCIIGetPointer() if viewer uses Fortran file unitCommit-type: error-checking
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
Document that PetscViewerGetSubViewer() is collective on the outer viewer and fix bugs.Reported-by: Pierre Jolivet
Merge branch 'jolivet/fix-double' into 'main'Fix words appearing twice in a row for no good reasonSee merge request petsc/petsc!7307
Fix words appearing twice in a row for no good reason
PETSC_VIEWER_GLVIS: fix bug introduced in 34fa283e3f79c4e6ee06127db834b156ca11f1ea
Merge branch 'barry/2024-01-19/typedef-snes-functions' into 'main'add typedef for functions passed to SNESSetFunction() etc to match approach in TSSee merge request petsc/petsc!7206
Change the use of the _Fn suffix to indicate a typedef of a function to just FnAs determined on a vote on GitLab
Change PETSc sys typedef function names to use the new _Fn formatCommit-type: housekeeping, maintainance
Fix places where PetscUseTypeMethod() and related macros should be used.
Merge remote-tracking branch 'origin/release'
Merge branch 'stefanozampini/minor-fixes' into 'main'minor fixesSee merge request petsc/petsc!7219
Merge branch 'stefanozampini/dmplexforest' into 'main'Updates to DMPLEX and DMFORESTSee merge request petsc/petsc!7217
12345678910>>...64