version 0.4.1
Ikarus::PathFollowingState< D > Struct Template Reference

State for path following control routine. More...

#include <ikarus/controlroutines/pathfollowing.hh>

Public Types

using Domain = D
 

Public Attributes

const Domaindomain
 
const SubsidiaryArgssubsidiaryArgs
 
int loadStep {}
 
double stepSize {}
 

Detailed Description

template<typename D>
struct Ikarus::PathFollowingState< D >
Template Parameters
Dthe type of the domain (in most cases FERequirement)

Member Typedef Documentation

◆ Domain

template<typename D >
using Ikarus::PathFollowingState< D >::Domain = D

Member Data Documentation

◆ domain

template<typename D >
const Domain& Ikarus::PathFollowingState< D >::domain

◆ loadStep

template<typename D >
int Ikarus::PathFollowingState< D >::loadStep {}

◆ stepSize

template<typename D >
double Ikarus::PathFollowingState< D >::stepSize {}

◆ subsidiaryArgs

template<typename D >
const SubsidiaryArgs& Ikarus::PathFollowingState< D >::subsidiaryArgs

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