version 0.4.1
Ikarus::SubsidiaryArgs Struct Reference

Structure containing arguments for subsidiary functions. More...

#include <ikarus/controlroutines/pathfollowingfunctions.hh>

Public Attributes

double stepSize
 The step size in the control routine. More...
 
Eigen::VectorX< double > DD
 The vector representing the solution increment. More...
 
double Dlambda
 The increment in the load factor. More...
 
double f
 The value of the subsidiary function. More...
 
Eigen::VectorX< double > dfdDD
 The derivative of the subsidiary function with respect to DD. More...
 
double dfdDlambda
 The derivative of the subsidiary function with respect to Dlambda. More...
 
int currentStep
 The current step index in the control routine. More...
 

Detailed Description

This structure holds various arguments used by subsidiary functions in control routines.

Member Data Documentation

◆ currentStep

int Ikarus::SubsidiaryArgs::currentStep

◆ DD

Eigen::VectorX<double> Ikarus::SubsidiaryArgs::DD

◆ dfdDD

Eigen::VectorX<double> Ikarus::SubsidiaryArgs::dfdDD

◆ dfdDlambda

double Ikarus::SubsidiaryArgs::dfdDlambda

◆ Dlambda

double Ikarus::SubsidiaryArgs::Dlambda

◆ f

double Ikarus::SubsidiaryArgs::f

◆ stepSize

double Ikarus::SubsidiaryArgs::stepSize

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