@@ -5,23 +5,24 @@ This page provides a brief description of the tests for the libCEED library.
5
5
The tests are organized by API object, and some tests are further organized, as required.
6
6
7
7
0 . Ceed Tests
8
- 1 . CeedVector Tests
9
- 1.0. CeedVector general tests
8
+ 1 . CeedVector Tests
9
+ 1.0. CeedVector general tests
10
10
1.1. CeedVector error tests
11
11
2 . CeedElemRestriction Tests
12
- 3 . CeedBasis Tests
13
- 3.0. CeedBasis utility tests
14
- 3.1. CeedBasis tensor basis tests
12
+ 3 . CeedBasis Tests
13
+ 3.0. CeedBasis utility tests
14
+ 3.1. CeedBasis tensor basis tests
15
15
3.2. CeedBasis simplex basis tests
16
16
3.3. CeedBasis non-tensor H(div) basis tests
17
17
3.4. CeedBasis non-tensor H(curl) basis tests
18
- 4 . CeedQFunction Tests
19
- 4.0. CeedQFunction user code tests
18
+ 4 . CeedQFunction Tests
19
+ 4.0. CeedQFunction user code tests
20
20
4.1. CeedQFunction gallery code tests
21
- 5 . CeedOperator Tests
22
- 5.0. CeedOperator with tensor bases tests
23
- 5.1. CeedOperator with simplex bases tests
24
- 5.2. CeedOperator with operator composition tests
25
- 5.3. CeedOperator and CeedQFunction assembly tests
26
- 5.4. CeedOperator element inverse tests
21
+ 5 . CeedOperator Tests
22
+ 5.0. CeedOperator with tensor bases tests
23
+ 5.1. CeedOperator with simplex bases tests
24
+ 5.2. CeedOperator with operator composition tests
25
+ 5.3. CeedOperator diagonal and CeedQFunction assembly tests
26
+ 5.4. CeedOperator element inverse tests
27
27
5.5. CeedOperator multigrid level tests
28
+ 5.6. CeedOperator full assembly tests
0 commit comments