Tpetra parallel linear algebra
Version of the Day
|
Tpetra Lesson 01: Initialization | "Hello world!" initialization |
Tpetra Lesson 02: Map and Vector | A lesson on parallel distributions and distributed objects |
Tpetra Lesson 03: Power method | Use Tpetra sparse matrix and dense vector objects to implement a simple iteration (the power method) |
Tpetra Lesson 04: Sparse matrix fill | Different ways to add entries to Tpetra sparse matrix |
Tpetra Lesson 05: Redistribution | Parallel data redistribution of Tpetra objects |
Tpetra Lesson 06: Custom Operator | Writing a custom subclass of Tpetra::Operator |
Tpetra Lesson 07: Thread-Parallel Fill | Construct a sparse matrix in paralel using Kokkos |