User Guide
newton.cpp File Reference
#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
 

Function Documentation

◆ SCENARIO()

SCENARIO ( "Non-linear system to solve with Newton Solver"  ,
""  [analytic][solver] 
)

Definition at line 20 of file newton.cpp.

Variable Documentation

◆ max_error_norm

constexpr double max_error_norm = 1e-12
constexpr

Definition at line 17 of file newton.cpp.