![]() |
User Guide
|
#include "newton/newton.hpp"
#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers_floating_point.hpp>
#include <cmath>
Go to the source code of this file.
Functions | |
SCENARIO ("Non-linear system to solve with Newton Solver", "[analytic][solver]") | |
Variables | |
constexpr double | max_error_norm = 1e-12 |
SCENARIO | ( | "Non-linear system to solve with Newton Solver" | , |
"" | [analytic][solver] | ||
) |
Definition at line 20 of file newton.cpp.
|
constexpr |
Definition at line 17 of file newton.cpp.