Class TransientSolver
Inheritance
System.Object
TransientSolver
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class TransientSolver : DynamicSolver, IEquatable<APIBase>
Properties
AverageNumberOfJacobianEvaluationsPerNewtonRaphsonSolve
Declaration
public double AverageNumberOfJacobianEvaluationsPerNewtonRaphsonSolve { get; }
Property Value
| Type |
Description |
| System.Double |
|
InterfaceAnalysisTime
Declaration
public double InterfaceAnalysisTime { get; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfAttemptedSingleSteps
Declaration
public int NumberOfAttemptedSingleSteps { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfFailedNewtonRaphsonSolves
Declaration
public int NumberOfFailedNewtonRaphsonSolves { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfFailedTimeSteps
Declaration
public int NumberOfFailedTimeSteps { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfFailedTimeStepsAtMinimumTimeStep
Declaration
public int NumberOfFailedTimeStepsAtMinimumTimeStep { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfInterfaceTimeSteps
Declaration
public int NumberOfInterfaceTimeSteps { 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
Declaration
public int NumberOfNewtonRaphsonSolves { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfNewtonRaphsonValuesNotChanging
Declaration
public int NumberOfNewtonRaphsonValuesNotChanging { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfSuccessfulSingleSteps
Declaration
public int NumberOfSuccessfulSingleSteps { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfTimesSingleStepFunctionFailed
Declaration
public int NumberOfTimesSingleStepFunctionFailed { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfTimesStepErrorToleranceNotMet
Declaration
public int NumberOfTimesStepErrorToleranceNotMet { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfTimeStepsTaken
Declaration
public int NumberOfTimeStepsTaken { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
SolverStatus
Declaration
public TransientSolverStatus SolverStatus { get; set; }
Property Value
Methods
TimesOfLoggedResults()
Declaration
public ReadOnlyCollection<double> TimesOfLoggedResults()
Returns
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
Implements
System.IEquatable<T>
Extension Methods