Skip to content
Snippets Groups Projects
Commit 5df33554 authored by jonathan.froehlich's avatar jonathan.froehlich
Browse files

Fixed wrong test values

parent 1100ca90
No related branches found
No related tags found
1 merge request!224Resolve "Run ActiveStrain"
Pipeline #125684 failed
#include "ElphyHexaCube2dProblem.hpp"
constexpr std::array<double, 2> potentialValues{12.567334, -84.573689};
constexpr std::array<double, 2> potentialValues{12.595238, -84.573690};
std::string ElphyHexaCube2dProblem::Evaluate(const Vector &solution) const {
std::string evaluation{};
......
#include "ElphyTetraCubeProblem.hpp"
constexpr std::array<double, 2> potentialValues{22.29586486, -84.57236069};
constexpr std::array<double, 2> potentialValues{23.2810756, -84.572363};
std::string ElphyTetraCubeProblem::Evaluate(const Vector &solution) const {
......
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