Class Solver
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Solver
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.SystemSolvers
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class Solver : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
NumberOfNodes
Declaration
public int NumberOfNodes { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalNumberOfDegreesOfFreedom
Declaration
public int TotalNumberOfDegreesOfFreedom { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>