LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::fluid::FluidDaeNewtonInfo Struct Reference

What the Newton reports about where it stopped. More...

#include <line/solvers/fluid/fluid_dae.h>

Public Attributes

std::size_t iters = 0
double residual = std::numeric_limits<double>::infinity()
bool converged = false

Detailed Description

What the Newton reports about where it stopped.

Definition at line 1135 of file fluid_dae.h.

Member Data Documentation

◆ converged

bool line::fluid::FluidDaeNewtonInfo::converged = false

Definition at line 1138 of file fluid_dae.h.

Referenced by line::fluid::fluid_dae_newton(), and line::fluid::solver_fluid_dae().

◆ iters

std::size_t line::fluid::FluidDaeNewtonInfo::iters = 0

Definition at line 1136 of file fluid_dae.h.

Referenced by line::fluid::fluid_dae_newton(), and line::fluid::solver_fluid_dae().

◆ residual

double line::fluid::FluidDaeNewtonInfo::residual = std::numeric_limits<double>::infinity()

Definition at line 1137 of file fluid_dae.h.

Referenced by line::fluid::fluid_dae_newton().


The documentation for this struct was generated from the following file: