ColoredMeshResultsVisitorParallel Class

parallel visitor for gathering mesh results.

Definition

Namespace: Karamba.Results
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class ColoredMeshResultsVisitorParallel : ColoredMeshResultsVisitor
Inheritance
Object    ModelElementVisitor    MeshResultsVisitor    ColoredMeshResultsVisitor    ColoredMeshResultsVisitorParallel
Derived

Constructors

ColoredMeshResultsVisitorParallel Initializes a new instance of the ColoredMeshResultsVisitorParallel class. create a new parallel colored mesh result visitor.

Methods

AddCaps add caps at the naked edges of the meshes. Number of meshes must be a multiple of 2.
(Inherited from MeshResultsVisitor)
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
nodalHeightEcce determines nodal eccentricities and cross section heights.
(Inherited from MeshResultsVisitor)
result return the results of the visitor.
(Overrides ColoredMeshResultsVisitorresult(ListIMesh, ListString, ListColor))
ToString Returns a string that represents the current object.
(Inherited from Object)
VisitBeam Visit a beam.
(Inherited from MeshResultsVisitor)
VisitElements(IEnumerableModelElement) Visit the given elements.
(Inherited from ModelElementVisitor)
VisitElements(ListString) let visitor visit all fem elements that correspond to the given identifiers. If no identifiers are given all elements are visited.
(Overrides ModelElementVisitorVisitElements(ListString))
VisitMembrane Visit a membrane.
(Inherited from MeshResultsVisitor)
VisitShell Visit a shell.
(Inherited from MeshResultsVisitor)
VisitSpring Visit a spring.
(Inherited from MeshResultsVisitor)
VisitTruss Visit a truss.
(Inherited from MeshResultsVisitor)

Fields

CenterColorRangeOnZero sets whether color scheme shall be zero centered or not.
(Inherited from ColoredMeshResultsVisitor)
ColorScheme color scheme to be used for coloring the legend.
(Inherited from ColoredMeshResultsVisitor)
LayerInd index of layer for which to gather results.
(Inherited from MeshResultsVisitor)
LegendColors colors for the legend.
(Inherited from ColoredMeshResultsVisitor)
LegendNumberFmt number format to be used for the legend.
(Inherited from ColoredMeshResultsVisitor)
LegendTags description of the colors for the legend.
(Inherited from ColoredMeshResultsVisitor)
LFactor factor for legend numbers.
(Inherited from ColoredMeshResultsVisitor)
LHeader title of legend.
(Inherited from ColoredMeshResultsVisitor)
MaxRes maximum of all result values.
(Inherited from ColoredMeshResultsVisitor)
Meshes resulting list of meshes.
(Inherited from MeshResultsVisitor)
MinRes minimum of all result values.
(Inherited from ColoredMeshResultsVisitor)
model Model from which results are to be gathered.
(Inherited from ModelElementVisitor)
RenderLims factor for min/max result values where boundaries of color range shall be.
(Inherited from ColoredMeshResultsVisitor)
res_elements_ list of elements for which to gather results.
res_items_ mapping from model-elements to colored mesh-results.
ResValues result values connected to the mesh vertices.
(Inherited from ColoredMeshResultsVisitor)
ValueDistributionType Type of procedure for deriving nodal values from element values.
(Inherited from MeshResultsVisitor)
WithCaps if true caps will be added at the boundaries between two consecutive meshes of the results.
(Inherited from MeshResultsVisitor)

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also