Go to the source code of this file.
◆ main()
| GTEST_API_ int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 27 of file main.C.
28{
29
30 testing::InitGoogleTest(&argc, argv);
31
36
37 return RUN_ALL_TESTS();
38}
void init(triangulateio &t)
◆ expansion_type
| MooseEnum expansion_type("orthonormal sqrt_mu standard") |
( |
"orthonormal sqrt_mu standard" |
| ) |
|
◆ generation_type
| MooseEnum generation_type("orthonormal sqrt_mu standard") |
( |
"orthonormal sqrt_mu standard" |
| ) |
|
◆ single_series_types_1D
| MooseEnum single_series_types_1D("Legendre") |
( |
"Legendre" |
| ) |
|
◆ single_series_types_2D
| MooseEnum single_series_types_2D("Zernike") |
( |
"Zernike" |
| ) |
|