|
OptiCroSecEC3updateFEModelState Method
|
Updates the response of a structural model after cross section optimization.
Namespace:
Karamba.Algorithms
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static void updateFEModelState(
Model model,
Response response,
out List<double> max_displacements,
out List<double> compliances
)
Public Shared Sub updateFEModelState (
model As Model,
response As Response,
<OutAttribute> ByRef max_displacements As List(Of Double),
<OutAttribute> ByRef compliances As List(Of Double)
)
public:
static void updateFEModelState(
Model^ model,
Response^ response,
[OutAttribute] List<double>^% max_displacements,
[OutAttribute] List<double>^% compliances
)
static member updateFEModelState :
model : Model *
response : Response *
max_displacements : List<float> byref *
compliances : List<float> byref -> unit
Parameters
- model
- Type: Karamba.ModelsModel
Model to be updated. - response
- Type: Response
Response to be updated. - max_displacements
- Type: System.Collections.GenericListDouble
Maximum displacements in the model. - compliances
- Type: System.Collections.GenericListDouble
Elastic energies of the model.
See Also