xref: /libCEED/tests/README.md (revision d9b786505a4dfcb66b2fcd9e3b61dd507168515d)
1# libCEED: Tests
2
3This page provides a brief description of the tests for the libCEED library.
4
5The tests are organized by API object, and some tests are further organized, as required.
6
70. Ceed Tests
81. CeedVector Tests\
9    0. CeedVector general tests\
10    1. CeedVector error tests
112. CeedElemRestriction Tests
123. CeedBasis Tests\
13    0. CeedBasis utility tests\
14    1. CeedBasis tensor basis tests\
15    2. CeedBasis simplex basis tests\
16    3. CeedBasis non-tensor H(div) basis tests\
17    4. CeedBasis non-tensor H(curl) basis tests\
18    5. CeedBasis evaluation at arbitrary points tests
194. CeedQFunction Tests\
20    0. CeedQFunction user code tests\
21    1. CeedQFunction gallery code tests
225. CeedOperator Tests\
23    0. CeedOperator with tensor bases tests\
24    1. CeedOperator with simplex bases tests\
25    2. CeedOperator with operator composition tests\
26    3. CeedOperator diagonal and CeedQFunction assembly tests\
27    4. CeedOperator element inverse tests\
28    5. CeedOperator multigrid level tests\
29    6. CeedOperator full assembly tests\
30    7. CeedOperator full assembly tests (extended)\
31    8. CeedOperator H(div) and H(curl) tests\
32    9. CeedOperatorAtPoints tests
33
34