Skip to content
Snippets Groups Projects
Commit eec83a66 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

fix typo

parent 188249e6
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ TEST_F(Burgers1dExplicitFvTest, periodic_boundaries__numerical_upwind_flux)
// const auto expected_results = DXTC_TEST_CONFIG_SUB("results");
// XT::Test::check_eoc_study_for_success(expected_results, actual_results);
}
TEST_F(Burgers1dExplicitFvTest, periodic_boundaries__numerical_lax_riedrichs_flux)
TEST_F(Burgers1dExplicitFvTest, periodic_boundaries__numerical_lax_friedrichs_flux)
{
this->visualization_steps_ = DXTC_TEST_CONFIG_GET("setup.visualization_steps", 0);
this->space_type_ = "fv";
......
......@@ -34,7 +34,7 @@ TEST_F(LinearTransport1dExplicitDgP0Test, periodic_boundaries__numerical_upwind_
const auto expected_results = DXTC_TEST_CONFIG_SUB("results");
XT::Test::check_eoc_study_for_success(expected_results, actual_results);
}
TEST_F(LinearTransport1dExplicitDgP0Test, periodic_boundaries__numerical_lax_riedrichs_flux)
TEST_F(LinearTransport1dExplicitDgP0Test, periodic_boundaries__numerical_lax_friedrichs_flux)
{
this->visualization_steps_ = DXTC_TEST_CONFIG_GET("setup.visualization_steps", 0);
this->space_type_ = "dg_p0";
......
......@@ -34,7 +34,7 @@ TEST_F(LinearTransport1dExplicitFvTest, periodic_boundaries__numerical_upwind_fl
const auto expected_results = DXTC_TEST_CONFIG_SUB("results");
XT::Test::check_eoc_study_for_success(expected_results, actual_results);
}
TEST_F(LinearTransport1dExplicitFvTest, periodic_boundaries__numerical_lax_riedrichs_flux)
TEST_F(LinearTransport1dExplicitFvTest, periodic_boundaries__numerical_lax_friedrichs_flux)
{
this->visualization_steps_ = DXTC_TEST_CONFIG_GET("setup.visualization_steps", 0);
this->space_type_ = "fv";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment