version 0.4.1
Ikarus::LoadControl< NLS > Class Template Reference

The LoadControl control routine increases the parameter of the fe requirements given in run function and solves the corresponding differentiable function f for its root and calls a nonlinear solver. controlroutines This class represents the LoadControl control routine. It increments the parameter of the fe requirement and utilizes a nonlinear solver, such as Newton's method, to solve the resulting system at each step. More...

#include <ikarus/controlroutines/loadcontrol.hh>

Inheritance diagram for Ikarus::LoadControl< NLS >:
[legend]

Public Types

using State = ControlRoutineStateType< NLS::DifferentiableFunction >
 

Public Member Functions

constexpr auto name () const
 The name of the LoadControl method. More...
 
 LoadControl (const std::shared_ptr< NLS > &nonLinearSolver, int loadSteps, const std::array< double, 2 > &tbeginEnd)
 Constructor for LoadControl. More...
 
ControlInformation run (typename NLS::Domain &x)
 Executes the LoadControl routine. More...
 
NLS & nonLinearSolver ()
 
Broadcaster< M > & station ()
 
const Broadcaster< M > & station () const
 

Detailed Description

template<typename NLS>
class Ikarus::LoadControl< NLS >
Template Parameters
NLSType of the nonlinear solver used in the control routine.

Member Typedef Documentation

◆ State

using Ikarus::ControlRoutineBase< NLS::DifferentiableFunction , ControlRoutineStateType<NLS::DifferentiableFunction > , Args >::State = ControlRoutineStateType<NLS::DifferentiableFunction >
inherited

Constructor & Destructor Documentation

◆ LoadControl()

template<typename NLS >
Ikarus::LoadControl< NLS >::LoadControl ( const std::shared_ptr< NLS > &  nonLinearSolver,
int  loadSteps,
const std::array< double, 2 > &  tbeginEnd 
)
inline
Parameters
nonLinearSolverShared pointer to the nonlinear solver.
loadStepsNumber of load steps in the control routine.
tbeginEndArray representing the range of load parameters [tbegin, tend].

Member Function Documentation

◆ name()

template<typename NLS >
constexpr auto Ikarus::LoadControl< NLS >::name ( ) const
inlineconstexpr

◆ nonLinearSolver()

template<typename NLS >
NLS & Ikarus::LoadControl< NLS >::nonLinearSolver ( )
inline

◆ run()

template<typename NLS >
ControlInformation Ikarus::LoadControl< NLS >::run ( typename NLS::Domain &  x)
Parameters
xThe solution.
Returns
ControlInformation structure containing information about the control results.

◆ station() [1/2]

Broadcaster< M > & Ikarus::Broadcasters< Signatures >::station ( )
inlineinherited

◆ station() [2/2]

const Broadcaster< M > & Ikarus::Broadcasters< Signatures >::station ( ) const
inlineinherited

The documentation for this class was generated from the following files: