|
suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
|
Functions | |
| double | test_integration (const IntegrationPlan &plan, double(*func)(double)) |
| double | test_cubic (const double x) |
| double | test_quartic (const double x) |
| TEST_CASE ("Radau", "[Utility.Integration]") | |
| TEST_CASE ("Lobatto", "[Utility.Integration]") | |
| TEST_CASE ("Gauss", "[Utility.Integration]") | |
| TEST_CASE ("Chebyshev", "[Utility.Integration]") | |
| double | test_weighted_function (const double x) |
| TEST_CASE ("Hermite", "[Utility.Integration]") | |
| TEST_CASE ("Laguerre", "[Utility.Integration]") | |
| TEST_CASE | ( | "Chebyshev" | , |
| "" | [Utility.Integration] | ||
| ) |
| TEST_CASE | ( | "Gauss" | , |
| "" | [Utility.Integration] | ||
| ) |
| TEST_CASE | ( | "Hermite" | , |
| "" | [Utility.Integration] | ||
| ) |
| TEST_CASE | ( | "Laguerre" | , |
| "" | [Utility.Integration] | ||
| ) |
| TEST_CASE | ( | "Lobatto" | , |
| "" | [Utility.Integration] | ||
| ) |
| TEST_CASE | ( | "Radau" | , |
| "" | [Utility.Integration] | ||
| ) |
| double test_integration | ( | const IntegrationPlan & | plan, |
| double(*)(double) | func | ||
| ) |