https://mooseframework.inl.gov
Loading...
Searching...
No Matches
fluid_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
22
of file
main.C
.
23
{
24
// gtest removes (only) its args from argc and argv - so this must be before moose init
25
testing::InitGoogleTest(&argc, argv);
26
27
MooseInit
init
(argc, argv);
28
registerApp(
FluidPropertiesApp
);
29
Moose::_throw_on_error
=
true
;
30
Moose::_throw_on_warning
=
true
;
31
32
return
RUN_ALL_TESTS();
33
}
FluidPropertiesApp
Definition
FluidPropertiesApp.h:15
MooseInit
Moose::_throw_on_error
bool _throw_on_error
Moose::_throw_on_warning
bool _throw_on_warning
libMesh::TriangleWrapper::init
void init(triangulateio &t)
Generated on Mon Aug 24 2026 19:11:03 for https://mooseframework.inl.gov by
1.9.8