Click or drag to resize

OptiCroSecEC3updateFEModelState Method

update the structural response after cross section optimization

Namespace:  Karamba.Algorithms
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void updateFEModelState(
	Model model,
	Response response,
	out List<double> max_displacements,
	out List<double> compliances
)

Parameters

model
Type: Karamba.ModelsModel

[Missing <param name="model"/> documentation for "M:Karamba.Algorithms.OptiCroSecEC3.updateFEModelState(Karamba.Models.Model,feb.Response,System.Collections.Generic.List{System.Double}@,System.Collections.Generic.List{System.Double}@)"]

response
Type: Response

[Missing <param name="response"/> documentation for "M:Karamba.Algorithms.OptiCroSecEC3.updateFEModelState(Karamba.Models.Model,feb.Response,System.Collections.Generic.List{System.Double}@,System.Collections.Generic.List{System.Double}@)"]

max_displacements
Type: System.Collections.GenericListDouble

[Missing <param name="max_displacements"/> documentation for "M:Karamba.Algorithms.OptiCroSecEC3.updateFEModelState(Karamba.Models.Model,feb.Response,System.Collections.Generic.List{System.Double}@,System.Collections.Generic.List{System.Double}@)"]

compliances
Type: System.Collections.GenericListDouble

[Missing <param name="compliances"/> documentation for "M:Karamba.Algorithms.OptiCroSecEC3.updateFEModelState(Karamba.Models.Model,feb.Response,System.Collections.Generic.List{System.Double}@,System.Collections.Generic.List{System.Double}@)"]

See Also