Skip to content

Commit 1572ffd

Browse files
Update tests
1 parent c96a382 commit 1572ffd

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed

tests/README.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,24 @@ This page provides a brief description of the tests for the libCEED library.
55
The tests are organized by API object, and some tests are further organized, as required.
66

77
0. Ceed Tests
8-
1. CeedVector Tests
9-
1.0. CeedVector general tests
8+
1. CeedVector Tests
9+
1.0. CeedVector general tests
1010
1.1. CeedVector error tests
1111
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
1515
3.2. CeedBasis simplex basis tests
1616
3.3. CeedBasis non-tensor H(div) basis tests
1717
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
2020
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
2727
5.5. CeedOperator multigrid level tests
28+
5.6. CeedOperator full assembly tests

tests/t560-operator.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// @file
2-
/// Test full assembly of mass matrix operator
2+
/// Test full assembly of mass matrix operator (see t533)
33
/// \test Test full assembly of mass matrix operator
44
#include <ceed.h>
55
#include <math.h>

tests/t561-operator.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// @file
2-
/// Test full assembly of Poisson operator
2+
/// Test full assembly of Poisson operatorr (see t534)
33
/// \test Test full assembly of Poisson operator
44
#include <ceed.h>
55
#include <math.h>

tests/t564-operator.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// @file
2-
/// Test assembly of mass matrix operator (multi-component) see t537
2+
/// Test assembly of mass matrix operator (multi-component) (see t537)
33
/// \test Test assembly of mass matrix operator (multi-component)
44
#include <ceed.h>
55
#include <math.h>

tests/t566-operator.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// @file
2-
/// Test assembly of non-symmetric mass matrix operator (multi-component) see t537
2+
/// Test assembly of non-symmetric mass matrix operator (multi-component) (see t537)
33
/// \test Test assembly of non-symmetric mass matrix operator (multi-component)
44
#include "t566-operator.h"
55

0 commit comments

Comments
 (0)