Skip to content

Commit

Permalink
add some questions from the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Jul 12, 2024
1 parent a301c76 commit 662c419
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion user-guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,20 @@

:::{note}
Feel free to add any Ginkgo related question here
:::
:::

## Questions from the Tutorial

- s.7.1. reorder solver apply to show linear system, rename/reorder vectors
- how is S stored? as A^-1?
- use solver as preconditioner?
- combination: are the entries of C calculated?
- s.12 duplicate entries?
- difference between device_matrix_data and matrix_assembly_data
- meaning of sum_duplicates function?
- s.15.4 possible to combine criterion 1 and 2?
- what is residual norm criteria?
- left or right preconditioning?
- why output parameters (e.g. apply)?
- why is the `.on` required for the factory?
- cheatsheet???

0 comments on commit 662c419

Please sign in to comment.