https://mooseframework.inl.gov
solid_properties
unit
src
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
21
of file
main.C
.
22
{
23
// gtest removes (only) its args from argc and argv - so this must be before moose init
24
testing::InitGoogleTest(&argc, argv);
25
26
MooseInit
init
(argc, argv);
27
registerApp(
SolidPropertiesApp
);
28
Moose::_throw_on_error
=
true
;
29
Moose::_throw_on_warning
=
true
;
30
31
return
RUN_ALL_TESTS();
32
}
SolidPropertiesApp
Definition:
SolidPropertiesApp.h:14
MooseInit
init
void init(triangulateio &t)
Moose::_throw_on_warning
bool _throw_on_warning
Moose::_throw_on_error
bool _throw_on_error
Generated on Fri Jul 18 2025 13:44:07 for https://mooseframework.inl.gov by
1.8.14