ryujin 2.1.1 revision 0348cbb53a3e4b1da2a4c037e81f88f2d21ce219
Namespaces
newton.h File Reference
#include <compile_time_options.h>
#include "simd.h"
#include <array>
Include dependency graph for newton.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ryujin
 

Functions

Functions
template<typename Number >
DEAL_II_ALWAYS_INLINE void ryujin::quadratic_newton_step (Number &p_1, Number &p_2, const Number phi_p_1, const Number phi_p_2, const Number dphi_p_1, const Number dphi_p_2, const Number sign=Number(1.0))