Click or drag to resize

MeshFebBesosyncElementSensitivity Method

read element results from the underlying statical model

Namespace:  Karamba.Algorithms.BESOShellProcedure
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void syncElementSensitivity(
	Model feb_model,
	List<int> lcase_inds
)

Parameters

feb_model
Type: Model

[Missing <param name="feb_model"/> documentation for "M:Karamba.Algorithms.BESOShellProcedure.MeshFebBeso.syncElementSensitivity(feb.Model,System.Collections.Generic.List{System.Int32})"]

lcase_inds
Type: System.Collections.GenericListInt32

[Missing <param name="lcase_inds"/> documentation for "M:Karamba.Algorithms.BESOShellProcedure.MeshFebBeso.syncElementSensitivity(feb.Model,System.Collections.Generic.List{System.Int32})"]

See Also