Click or drag to resize

ModelMembraneaddStressStrainMesh Method

Construct a mesh with coloring according to the given result-values and add it to the given list of meshes.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected void addStressStrainMesh(
	List<IMesh> meshes,
	Model model,
	double E,
	List<double> res_values
)

Parameters

meshes
Type: System.Collections.GenericListIMesh
List of meshes where to add the resulting mesh.
model
Type: Karamba.ModelsModel
Model from where to retrieve the mesh.
E
Type: SystemDouble
Young's Modulus.
res_values
Type: System.Collections.GenericListDouble
Result-values at the mesh vertices.
See Also