style-fixes
Update H2 package
Style: replace "!rank" with "rank == 0"In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les
Style: replace "!rank" with "rank == 0"In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds lesstightly, so the result of the computation would otherwise change.
show more ...
Merge remote-tracking branch 'origin/jose/fix-manpages'Fix manpages to avoid errors reported by doctextSee merge request petsc/petsc!4309
Doc: revise manual of MatMatMult
Fix manpages: more errors reported by doctext
Fix manpages: Argument --> Parameter (required to enable sowing checks)
Fix manpages: mismatching number of parameters
Fix manpages: Input/Output Parameters --> Parameter
Fix manpages: Input/Output Parameter --> Parameters
Fix spelling errors in manpages and comments
Merge remote-tracking branch 'origin/release'
Docs: MatZeroRowsLocal() man page: fix error in parameter description The "rows" argument is for local row indices, not global row indices. Reported-by: Qi Tang <tangqi@msu.edu>
Merge branch 'jolivet/fix-summer-cleaning' into 'release'Small fixes and improvementsSee merge request petsc/petsc!4164
Merge branch 'stefanozampini/matmat-cpufallback' into 'release'MATAIJCUSPARSE: dispatch to CPU if requestedSee merge request petsc/petsc!4158
MatZeroRowsIS: do nothing with an empty IS
QR: missing Fortran interfaces
MATAIJCUSPARSE: dispatch to CPU if requestedfix CPU codepath for device matricesfix MPI ptapAdd tests
MatQRFactor: missing PetscLogEventRegister()
ESSL: upgrade to 5.2 and aboveAs of ESSL 5.2, interfaces to functions like ?geev now match that ofstandard LAPACK, where they previously had a different callingconvention.Co-authored-by: Jed Br
ESSL: upgrade to 5.2 and aboveAs of ESSL 5.2, interfaces to functions like ?geev now match that ofstandard LAPACK, where they previously had a different callingconvention.Co-authored-by: Jed Brown <jed@jedbrown.org>
MatMult: fix interface checks
PetscStack : check for correct push/popEnforce checkstack for CI jobsFixes from testsuite
1...<<11121314151617181920>>...111