Equation Class

System of equations, FEM equation definition.
Public Class Equation 
Inherits Equation
This language is not supported or no code example is available.
public class Equation : Equation
This language is not supported or no code example is available.
Name Description
Public constructor Equation()
Top
Name Description
Public property Item(int) (inherited from Equation).
Top
Methods
 
Name Description
Public method Add(int, double) (inherited from Equation).
Public method Compress(int, double[], List<Int32>, List<Double>, Equation[], double[], ref bool)
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method MultiplyBy(double[]) (inherited from Equation).
Public method MultiplyBy(int, int[], List<Int32>, List<Double>, double[]) (inherited from Equation).
Public method Process(int, double[], FemMesh, int, Equation[], List<Int32>, List<Double>, bool, double[])
Public method RemoveAt(int) (inherited from Equation).
Public method ToString() Returns a string that represents the current object. (inherited from Equation).
Top
Fields
 
Name Description
Public field Coefficients Non zero coefficients. (inherited from Equation).
Public field FixedDispl Fixed displacement.
Public field Restrained Is this dof restrained?
Public field elements List of elements with something to do with this dof.
Top

.NET Framework

Supported in: 4.8

In this article

Definition