Click or drag to resize

BESOShell_Algorithm Class

Methods for performing BESO for shells
Inheritance Hierarchy
SystemObject
  Karamba.AlgorithmsBESOShell_Algorithm

Namespace:  Karamba.Algorithms
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BESOShell_Algorithm

The BESOShell_Algorithm type exposes the following members.

Constructors
  NameDescription
Public methodBESOShell_Algorithm
initialize an ESO-algorithm
Top
Properties
  NameDescription
Public propertyactiveElems
return sorted list of active faces
Public propertyCHistory
return history of volume weighted objective functions
Protected propertyelems
return list of elements
Public propertyVHistory
return history of volumes
Top
Methods
  NameDescription
Public methodconvergence_criteria
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodstep
make one BESO step and set the state of the elements
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also