cCaseStaticNonlinear GetSolControlParameters Method CSi API ETABS 2015

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax

int GetSolControlParameters(
	string Name,
	ref int MaxTotalSteps,
	ref int MaxFailedSubSteps,
	ref int MaxIterCS,
	ref int MaxIterNR,
	ref double TolConvD,
	ref bool UseEventStepping,
	ref double TolEventD,
	ref int MaxLineSearchPerIter,
	ref double TolLineSearch,
	ref double LineSearchStepFact
)

Parameters

Name
Type: OnlineSystem String
MaxTotalSteps
Type: OnlineSystem Int32 
MaxFailedSubSteps
Type: OnlineSystem Int32 
MaxIterCS
Type: OnlineSystem Int32 
MaxIterNR
Type: OnlineSystem Int32 
TolConvD
Type: OnlineSystem Double 
UseEventStepping
Type: OnlineSystem Boolean 
TolEventD
Type: OnlineSystem Double 
MaxLineSearchPerIter
Type: OnlineSystem Int32 
TolLineSearch
Type: OnlineSystem Double 
LineSearchStepFact
Type: OnlineSystem Double 
See Also