www.mooseframework.org
Functions
main.C File Reference

Go to the source code of this file.

Functions

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")
 
GTEST_API_ int main (int argc, char **argv)
 

Function Documentation

◆ expansion_type()

MooseEnum expansion_type ( "orthonormal sqrt_mu standard"  )

◆ generation_type()

MooseEnum generation_type ( "orthonormal sqrt_mu standard"  )

◆ main()

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

Definition at line 29 of file main.C.

30 {
31  // gtest removes (only) its args from argc and argv - so this must be before moose init
32  testing::InitGoogleTest(&argc, argv);
33 
34  MooseInit init(argc, argv);
35  registerApp(FunctionalExpansionToolsApp);
36  Moose::_throw_on_error = true;
37 
38  return RUN_ALL_TESTS();
39 }

◆ single_series_types_1D()

MooseEnum single_series_types_1D ( "Legendre"  )

◆ single_series_types_2D()

MooseEnum single_series_types_2D ( "Zernike"  )
FunctionalExpansionToolsApp
Definition: FunctionalExpansionToolsApp.h:19