https://mooseframework.inl.gov
Functions | Variables
main.C File Reference

Go to the source code of this file.

Functions

GTEST_API_ int main (int argc, char **argv)
 

Variables

MooseEnum single_series_types_1D ("Legendre")
 
MooseEnum single_series_types_2D ("Zernike")
 
MooseEnum expansion_type ("orthonormal sqrt_mu standard")
 
MooseEnum generation_type ("orthonormal sqrt_mu standard")
 

Function Documentation

◆ main()

GTEST_API_ int main ( int  argc,
char **  argv 
)

Definition at line 27 of file main.C.

28 {
29  // gtest removes (only) its args from argc and argv - so this must be before moose init
30  testing::InitGoogleTest(&argc, argv);
31 
32  MooseInit init(argc, argv);
33  registerApp(FunctionalExpansionToolsApp);
36 
37  return RUN_ALL_TESTS();
38 }
void init(triangulateio &t)
bool _throw_on_warning
bool _throw_on_error

Variable Documentation

◆ expansion_type

MooseEnum expansion_type("orthonormal sqrt_mu standard")

◆ generation_type

MooseEnum generation_type("orthonormal sqrt_mu standard")

◆ single_series_types_1D

MooseEnum single_series_types_1D("Legendre")

◆ single_series_types_2D

MooseEnum single_series_types_2D("Zernike")