GRINS-0.8.0
|
Public Member Functions | |
CPPUNIT_TEST_SUITE (VariablesTest) | |
CPPUNIT_TEST (test_variable_builder) | |
CPPUNIT_TEST (test_var_constraint) | |
CPPUNIT_TEST (test_variable_arbitrary_names) | |
CPPUNIT_TEST_SUITE_END () | |
void | tearDown () |
void | test_variable_builder () |
void | test_var_constraint () |
void | test_variable_arbitrary_names () |
Private Member Functions | |
void | test_all_variables (const std::string &velocity_name, const std::string &temp_name, const std::string &species_name, const std::string &press_name, const std::string &single_var_name) |
void | test_vel_var_names_2d (const std::vector< std::string > &var_names) |
void | test_vel_var_names_3d (const std::vector< std::string > &var_names) |
void | test_temp_var_names (const std::vector< std::string > &var_names) |
void | test_species_var_names (const std::vector< std::string > &var_names) |
void | test_press_var_names (const std::vector< std::string > &var_names) |
void | test_species_var_names_no_order (const std::vector< std::string > &var_names) |
void | test_vel_fe_2d (const libMesh::System &system) |
void | test_vel_fe_3d (const libMesh::System &system) |
void | test_temp_fe (const libMesh::System &system) |
void | test_press_fe (const libMesh::System &system) |
void | test_species_fe (const libMesh::System &system) |
Additional Inherited Members | |
Protected Member Functions inherited from GRINSTesting::SystemHelper | |
void | setup_multiphysics_system (const std::string &filename) |
void | reset_all () |
Protected Attributes inherited from GRINSTesting::SystemHelper | |
libMesh::UniquePtr< GetPot > | _input |
GRINS::SharedPtr< libMesh::UnstructuredMesh > | _mesh |
libMesh::UniquePtr< libMesh::EquationSystems > | _es |
GRINS::MultiphysicsSystem * | _system |
Definition at line 53 of file variables.C.
GRINSTesting::VariablesTest::CPPUNIT_TEST | ( | test_variable_builder | ) |
GRINSTesting::VariablesTest::CPPUNIT_TEST | ( | test_var_constraint | ) |
GRINSTesting::VariablesTest::CPPUNIT_TEST | ( | test_variable_arbitrary_names | ) |
GRINSTesting::VariablesTest::CPPUNIT_TEST_SUITE | ( | VariablesTest | ) |
GRINSTesting::VariablesTest::CPPUNIT_TEST_SUITE_END | ( | ) |
|
inline |
|
inlineprivate |
Definition at line 129 of file variables.C.
References GRINSTesting::SystemHelper::_system, GRINS::FEVariablesBase::active_var_names(), GRINS::GRINSPrivate::VariableWarehouse::get_variable(), test_press_fe(), test_press_var_names(), test_species_fe(), test_species_var_names(), test_temp_fe(), test_temp_var_names(), test_vel_fe_2d(), and test_vel_var_names_2d().
Referenced by test_variable_arbitrary_names(), and test_variable_builder().
|
inlineprivate |
Definition at line 275 of file variables.C.
Referenced by test_all_variables().
|
inlineprivate |
Definition at line 232 of file variables.C.
Referenced by test_all_variables().
|
inlineprivate |
|
inlineprivate |
Definition at line 225 of file variables.C.
Referenced by test_all_variables().
|
inlineprivate |
Definition at line 238 of file variables.C.
|
inlineprivate |
Definition at line 268 of file variables.C.
Referenced by test_all_variables().
|
inlineprivate |
Definition at line 219 of file variables.C.
Referenced by test_all_variables().
|
inline |
Definition at line 89 of file variables.C.
References GRINSTesting::SystemHelper::_input, GRINSTesting::SystemHelper::_system, GRINS::VariableBuilder::build_variables(), GRINS::GRINSPrivate::VariableWarehouse::clear(), GRINS::GRINSPrivate::VariableWarehouse::get_variable(), GRINS::FEVariablesBase::is_constraint_var(), GRINS::VariablesParsing::pressure_section(), GRINS::FEVariablesBase::set_is_constraint_var(), GRINSTesting::SystemHelper::setup_multiphysics_system(), and GRINS::VariablesParsing::velocity_section().
|
inline |
Definition at line 110 of file variables.C.
References GRINSTesting::SystemHelper::_input, GRINSTesting::SystemHelper::_system, GRINS::VariableBuilder::build_variables(), GRINS::GRINSPrivate::VariableWarehouse::clear(), GRINSTesting::SystemHelper::setup_multiphysics_system(), and test_all_variables().
|
inline |
Definition at line 72 of file variables.C.
References GRINSTesting::SystemHelper::_input, GRINSTesting::SystemHelper::_system, GRINS::VariableBuilder::build_variables(), GRINS::GRINSPrivate::VariableWarehouse::clear(), GRINS::VariablesParsing::pressure_section(), GRINSTesting::SystemHelper::setup_multiphysics_system(), GRINS::VariablesParsing::single_var_section(), GRINS::VariablesParsing::species_mass_fractions_section(), GRINS::VariablesParsing::temperature_section(), test_all_variables(), and GRINS::VariablesParsing::velocity_section().
|
inlineprivate |
Definition at line 249 of file variables.C.
Referenced by test_all_variables(), and test_vel_fe_3d().
|
inlineprivate |
Definition at line 260 of file variables.C.
References test_vel_fe_2d().
|
inlineprivate |
Definition at line 202 of file variables.C.
Referenced by test_all_variables().
|
inlineprivate |
Definition at line 210 of file variables.C.