#include "catch.hpp"
#include "test_helpers.h"
#include "base/parameter.h"
#include "base/constant_field_function.h"
#include "base/boundary_condition_base.h"
Go to the source code of this file.
Functions | |
TEST_CASE ("create_thermoelastic_load", "[thermoelastic],[load]") | |
NOTE: In this test, we aren't really checking anything new that wasn't already checked in the function_set_base and boundary_condition_base tests. More... | |
TEST_CASE | ( | "create_thermoelastic_load" | , |
" | [thermoelastic], | ||
[load] " | |||
) |
NOTE: In this test, we aren't really checking anything new that wasn't already checked in the function_set_base and boundary_condition_base tests.
We are more or least double checking that the strings specific to a thermoelastic load work.
Definition at line 35 of file mast_thermoelastic_load.cpp.