www.mooseframework.org
Functions
main.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

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

Definition at line 24 of file main.C.

25 {
26  // gtest removes (only) its args from argc and argv - so this must be before moose init
27  testing::InitGoogleTest(&argc, argv);
28 
29  MooseInit init(argc, argv);
30  registerApp(ExternalPetscSolverApp);
31  Moose::_throw_on_error = true;
32 
33  return RUN_ALL_TESTS();
34 }
ExternalPetscSolverApp
This is a demo used to demonstrate how to couple an external app through the MOOSE wrapper APP.
Definition: ExternalPetscSolverApp.h:25