Lint apply: ts
HAVE_FORTRAN should be USE_FORTRAN_BINDINGS since it is about generating the Fortran bindings, not about if the Fortran compiler exists
optimized launch bounds with AMD data, similar to old CUDA optimization
Kokkos batch solver updates
Use HAVE_KOKKOS instead of KK in Landau
Landau: fix parameter mismatch between declartions and definitions
Merge branch 'adams/landau-file-ho-simplex' into 'main'added support for reading mesh file into Landau and HO simplex supportSee merge request petsc/petsc!6390
PetscInfo: print object type
Landau: temporarily disable it for SYCL due to link errors with Intel OneAPI
added support for reading mesh file into Landau
Merge remote-tracking branch 'origin/release'
Landau: fix a typo -- missing an argument
remove MatSetValuesDevice
Various fixes for complex numbersI got failures building the testsuite with- gcc version 12.2.1- std=gnu++20- petsc with 64bit integers, single precision, and complex numbers
clear warnings
Fix documentation
Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially
added support for simplicies in Landau
remove thread stuff from Landau
Merge branch 'adams/landau-sphere-coverage' into 'main'added coverage for Landau sphere gridsSee merge request petsc/petsc!6268
Fix some documentation and typos
added coverage for Landau sphere grids
12345678910>>...13