performance-test
performance-test copied to clipboard
Use Trilinos Tpetra backend
I started working on something. Can you take a look @draenog?
Branch is chris/trilinos
TO DO:
- [x] Add Trilinos (minimal required) to docker container
- [x] Detect Trilinos properly with CMake (removing my hard-wired directories)
- [ ] Make Trilinos optional and only use it when available
- [x] Use Tpetra/Muelu for the elastic problem too (dealing correctly with block size
Tpetra::CrsBlockMatrixand local indices) - [ ] Try to figure out how to use local indices for assembly (should be faster)