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: 2.2.0.4 (2.2.0.4)
Syntax
public class BESOShell_Algorithm

The BESOShell_Algorithm type exposes the following members.

Constructors
  NameDescription
Public methodBESOShell_Algorithm
Initializes a new instance of the BESOShell_Algorithm class. initialize an ESO-algorithm.
Top
Properties
  NameDescription
Public propertyactiveElems
Gets sorted list of active faces.
Public propertyCHistory
Gets history of volume weighted objective functions.
Protected propertyelems
Gets list of elements.
Public propertyVHistory
Gets history of volumes.
Top
Methods
  NameDescription
Public methodconvergence_criteria
Get the convergence 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