[ObsoleteAttribute]
public virtual Model AnalyzeThII(
Model model,
string lcNii,
double rTol,
int maxIter,
bool niiLT0,
out List<double> maxDisplacement,
out List<double> gravityForce,
out List<double> elasticEnergy,
out string warning
)<ObsoleteAttribute>
Public Overridable Function AnalyzeThII (
model As Model,
lcNii As String,
rTol As Double,
maxIter As Integer,
niiLT0 As Boolean,
<OutAttribute> ByRef maxDisplacement As List(Of Double),
<OutAttribute> ByRef gravityForce As List(Of Double),
<OutAttribute> ByRef elasticEnergy As List(Of Double),
<OutAttribute> ByRef warning As String
) As Modelpublic:
[ObsoleteAttribute]
virtual Model^ AnalyzeThII(
Model^ model,
String^ lcNii,
double rTol,
int maxIter,
bool niiLT0,
[OutAttribute] List<double>^% maxDisplacement,
[OutAttribute] List<double>^% gravityForce,
[OutAttribute] List<double>^% elasticEnergy,
[OutAttribute] String^% warning
)[<ObsoleteAttribute>]
abstract AnalyzeThII :
model : Model *
lcNii : string *
rTol : float *
maxIter : int *
niiLT0 : bool *
maxDisplacement : List<float> byref *
gravityForce : List<float> byref *
elasticEnergy : List<float> byref *
warning : string byref -> Model
[<ObsoleteAttribute>]
override AnalyzeThII :
model : Model *
lcNii : string *
rTol : float *
maxIter : int *
niiLT0 : bool *
maxDisplacement : List<float> byref *
gravityForce : List<float> byref *
elasticEnergy : List<float> byref *
warning : string byref -> Model [Missing <returns> documentation for "M:Karamba.Factories.FactoryAlgorithms.AnalyzeThII(Karamba.Models.Model,System.String,System.Double,System.Int32,System.Boolean,System.Collections.Generic.List{System.Double}@,System.Collections.Generic.List{System.Double}@,System.Collections.Generic.List{System.Double}@,System.String@)"]