Class Solver
Inheritance
System.Object
Solver
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class Solver : APIBase, IEquatable<APIBase>
Properties
AverageNumberOfJacobianEvaluationsPerNewtonRaphsonSolve
Declaration
public double AverageNumberOfJacobianEvaluationsPerNewtonRaphsonSolve { get; }
Property Value
Type |
Description |
System.Double |
|
NumberOfFailedNewtonRaphsonSolves
The number of times the Newton-Raphson solve steps fail during a non-linear analysis.
Declaration
public int NumberOfFailedNewtonRaphsonSolves { get; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfNewtonRaphsonJacobianEvaluations
Declaration
public int NumberOfNewtonRaphsonJacobianEvaluations { get; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfNewtonRaphsonMaximumIterationsReached
Declaration
public int NumberOfNewtonRaphsonMaximumIterationsReached { get; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfNewtonRaphsonOtherStatusResults
Declaration
public int NumberOfNewtonRaphsonOtherStatusResults { get; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfNewtonRaphsonResidualEvaluations
Declaration
public int NumberOfNewtonRaphsonResidualEvaluations { get; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfNewtonRaphsonResidualToleranceMet
Declaration
public int NumberOfNewtonRaphsonResidualToleranceMet { get; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfNewtonRaphsonSolves
The number of times the Newton-Raphson solver is run during a non-linear analysis.
Declaration
public int NumberOfNewtonRaphsonSolves { get; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfNewtonRaphsonValuesNotChanging
Declaration
public int NumberOfNewtonRaphsonValuesNotChanging { get; }
Property Value
Type |
Description |
System.Int32 |
|
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>
Extension Methods