GRINS-0.8.0
|
Helper class for setting up basic GRINS::MultiphysicsSystem for unit testing. More...
#include <system_helper.h>
Protected Member Functions | |
void | setup_multiphysics_system (const std::string &filename) |
void | reset_all () |
Protected Attributes | |
libMesh::UniquePtr< GetPot > | _input |
GRINS::SharedPtr< libMesh::UnstructuredMesh > | _mesh |
libMesh::UniquePtr< libMesh::EquationSystems > | _es |
GRINS::MultiphysicsSystem * | _system |
Helper class for setting up basic GRINS::MultiphysicsSystem for unit testing.
Definition at line 38 of file system_helper.h.
|
inlineprotected |
Definition at line 55 of file system_helper.h.
References _es, _input, and _mesh.
Referenced by GRINSTesting::BuilderHelperTest::tearDown(), GRINSTesting::DefaultBCBuilderTest::tearDown(), and GRINSTesting::VariablesTest::tearDown().
|
inlineprotected |
Definition at line 42 of file system_helper.h.
References _es, _input, _mesh, _system, GRINS::MeshBuilder::build(), GRINS::MultiphysicsSystem::read_input_options(), and TestCommWorld.
Referenced by GRINSTesting::DefaultBCBuilderTest::test_parse_periodic_master_slave_ids(), GRINSTesting::DefaultBCBuilderTest::test_parse_periodic_offset(), GRINSTesting::BuilderHelperTest::test_parse_var_sections(), GRINSTesting::VariablesTest::test_var_constraint(), GRINSTesting::VariablesTest::test_variable_arbitrary_names(), GRINSTesting::VariablesTest::test_variable_builder(), and GRINSTesting::DefaultBCBuilderTest::test_verify_bc_ids_with_mesh().
|
protected |
Definition at line 64 of file system_helper.h.
Referenced by reset_all(), and setup_multiphysics_system().
|
protected |
Definition at line 62 of file system_helper.h.
Referenced by reset_all(), setup_multiphysics_system(), GRINSTesting::DefaultBCBuilderTest::test_parse_periodic_master_slave_ids(), GRINSTesting::DefaultBCBuilderTest::test_parse_periodic_offset(), GRINSTesting::BuilderHelperTest::test_parse_var_sections(), GRINSTesting::VariablesTest::test_var_constraint(), GRINSTesting::VariablesTest::test_variable_arbitrary_names(), GRINSTesting::VariablesTest::test_variable_builder(), and GRINSTesting::DefaultBCBuilderTest::test_verify_bc_ids_with_mesh().
|
protected |
Definition at line 63 of file system_helper.h.
Referenced by reset_all(), and setup_multiphysics_system().
|
protected |
Definition at line 67 of file system_helper.h.
Referenced by setup_multiphysics_system(), GRINSTesting::VariablesTest::test_all_variables(), GRINSTesting::VariablesTest::test_var_constraint(), GRINSTesting::VariablesTest::test_variable_arbitrary_names(), GRINSTesting::VariablesTest::test_variable_builder(), and GRINSTesting::DefaultBCBuilderTest::test_verify_bc_ids_with_mesh().