add coo assembly to Landau
remove unused var
cleanup kokkos assembly
landau bug fix
fix 3D assemble bug in Kokkos and CUDA
fix launch bounds in Kokkos
3D AMR bug fix, remove MAT_IGNORE_ZERO_ENTRIES, fix cpu/gpu assembly bug
bug fix in Kokkos 3D Landau
batch solver in bjacobi allow batched solver w/o field major ordering, fixed up timers in Landau
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
add PetscAssert() and PetscAssertFalse()
make PetscInfo() variadic
SETERRQ[1-9]+ begone
Silence many spurious unitialized variable warnings
added field major matrix permutation to Landau, moved mass matrix creation into main setup method
fix checkbadSource errors
namespace CUDA kernel
remove attaching batch size to Mat for batch lu solvers (cusporse and Kokkos)
Landau cleaning up
Adams/landau init cleanup
cleaning up Landau with dynamic allocations
made test set (cpu. kokkos, cuda 'device', for ex2 [kokkos fails]
remove junk
Merge branch 'adams/landau-cuda-opt' into 'main'Landau optimizations + GPU assembly bug fixSee merge request petsc/petsc!4358
added batching of multiple TSSolve per process for efficiency in applications for processing multiple configuration space vertices simultaneously
12345678910>>...13