Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially
Fix some documentation and typos
More manual page fixes
Remove need for seperate lib/petsc/conf/test file by merging with rules fileCommit-type: maintainability
non-test and tutorial makefiles only need rules.doc not the full rulesCommit-type: documentation
Only makefiles in the test and tutorial directories need lib/petsc/conf/testCommit-type: housekeeping
Merge branch 'stefanozampini/minres-2' into 'main'MINRES QLPSee merge request petsc/petsc!6184
Fix manual pages based on reports from Jacob's lint toolCommit-type: documentation
Remove now unneeded SOURCE* variables from makefilesCommit-type: configure, housekeeping
Remove unneeded SOURCEH from makefilesNo longer used by docs or build
Fix compiler warning for some draw opsUse PETSc functions to get temp. directoryAdded documentation for dmnetwork_view_tmpdirBugfix to move variables within correct scope
Fix warning with intel compilerssrc/sys/classes/draw/impls/x/xops.c:711:23: warning: floating-point comparison is always false; constant cannot be represented exactly in type 'float' [-Wliteral-ran
Fix warning with intel compilerssrc/sys/classes/draw/impls/x/xops.c:711:23: warning: floating-point comparison is always false; constant cannot be represented exactly in type 'float' [-Wliteral-range]
show more ...
Fix build error with linux-misc-32bit
Clean up PETSc str ops to use more secure implementations where possible. These include:- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat()- Use PetscArraycpy() over
Clean up PETSc str ops to use more secure implementations where possible. These include:- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat()- Use PetscArraycpy() over PetscMemcpy() as appropriate for string buffer copying- Use built in string from name over hardcoding- Use sizeof over hardcoded length- Replace some Strlcat with Strncpy when offset is known
Remove empty preprocessor variables
Doc: Fix indentation
Add Level: to manual pages currently missing itCommit-type: documentation
Merge branch 'jolivet/housekeeping' into 'main'Some more housekeepingSee merge request petsc/petsc!6130
Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
Docs: small fixes and typos
Merge branch 'danofinn/swarm-example-landau-damping' into 'main'Swarm: Add swarm ex9 Landau damping + tests (ex6, ex8, snes/ex15)See merge request petsc/petsc!6026
TS+Swarm: Added histogram monitor for multiple species
Merge branch 'barry/2023-02-08/fix-ksp-monitor-eigenvalues-draw' into 'main'Fix bug in KSP monitoring eigenvalues with drawSee merge request petsc/petsc!6038
Merge branch 'dcampbell/add-dmnetworkview-py' into 'main'Added Matplotlib viewer functionality to DMViewSee merge request petsc/petsc!5953
Add PetscDrawSetVisible()
12345678910>>...21