More manual page fixes
Merge branch 'knepley/feature-hybrid-mass' into 'main'Plex: Can now specify a mass weighting to hybrid residualSee merge request petsc/petsc!6210
Plex: Can now specify a mass weighting to hybrid residual- This is not a complete fix. We need to match up quadrature points across the interface.
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
Switch to clang-format 16
Add implementation of 4th-kind Chebyshev polynomial smoother
Docs: more cleanup
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 sanitizer errors
CI: disable failing tests with 32bitptr [when migrated from opensolaris]
Fix build error with linux-misc-32bit
Fix unused-parameter warningsrc/ts/utils/dmplexlandau/cuda/landaucu.cu:71:272: error: unused parameter ‘a_lambdas’ [-Werror=unused-parameter]
Merge branch 'jeremy/less-strcpy-strcat' into 'main'Use Petsc[Strncpy,Strlcat,Memcpy] over Petsc[Strcpy,Strcat]Closes #1332See merge request petsc/petsc!6115
Merge branch 'adams/landau-ex1-fix' into 'main'Landau collision operator cleanup/release with paper, new verification test in ex1 and cleanupSee merge request petsc/petsc!6006
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
show more ...
Fix C++20 implicit enum-float conversions
Landau Kokkos kernel opt
adding NRL lambdas between grids and cleaning up
fixed up ex30
adding movie Monitor and verification to small Landau testremove ramp up of batchesincrease to Q5 and move batch solver data to global
Merge branch 'knepley/fix-memory-bugs' into 'main'Knepley/fix memory bugsSee merge request petsc/petsc!6163
1...<<21222324252627282930>>...236