version 0.4.4
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 ControlInformationinformation
 
const SubsidiaryArgssubsidiaryArgs
 
int loadStep {-1}
 
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

◆ information

template<typename D >
const ControlInformation& Ikarus::PathFollowingState< D >::information

◆ loadStep

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

◆ 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: