|
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)
Syntaxpublic virtual void syncElementSensitivity(
Model feb_model,
List<int> lcase_inds
)
Public Overridable Sub syncElementSensitivity (
feb_model As Model,
lcase_inds As List(Of Integer)
)
public:
virtual void syncElementSensitivity(
Model^ feb_model,
List<int>^ lcase_inds
)
abstract syncElementSensitivity :
feb_model : Model *
lcase_inds : List<int> -> unit
override syncElementSensitivity :
feb_model : Model *
lcase_inds : List<int> -> unit
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