Skip to content

Commit 9b2dfcc

Browse files
committed
Made list
1 parent eb15744 commit 9b2dfcc

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,13 @@ stiffness matrix of a Poisson problem, and performs the test 100 times.
6464

6565
The 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,
8676
or using a `LinearOperator` variant.

0 commit comments

Comments
 (0)