File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed
Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -64,23 +64,13 @@ stiffness matrix of a Poisson problem, and performs the test 100 times.
6464
6565The following tests are provided:
6666
67- ** ` {full,sparse}_matrix_01.cc ` **
67+ - ** ` {full,sparse}_matrix_01.cc ` ** : compute ` M*v `
6868
69- Compute ` M*v `
69+ - ** ` {full,sparse}_matrix_02.cc ` ** : compute ` M*M* M*v`
7070
71- ** ` {full,sparse}_matrix_02 .cc ` **
71+ - ** ` {full,sparse}_matrix_03 .cc ` ** : compute ` (3*Id+M)*M*v `
7272
73- Compute ` M*M*M*v `
73+ - ** ` {full,sparse}_matrix_04.cc ` ** : compute ` M*(x+y+z) `
7474
75- ** ` {full,sparse}_matrix_03.cc ` **
76-
77- Compute ` (3*Id+M)*M*v `
78-
79- ** ` {full,sparse}_matrix_04.cc ` **
80-
81- Compute ` M*(x+y+z) `
82-
83- ** ` step_32.cc ` **
84-
85- Compute a preconditioner for Stokes system, using a low level ` deal.II ` implementation,
75+ - ** ` step_32.cc ` ** : compute a preconditioner for Stokes system, using a low level ` deal.II ` implementation,
8676or using a ` LinearOperator ` variant.
You can’t perform that action at this time.
0 commit comments