Свойство | Тип | Описание | |
---|---|---|---|
timeStepSettings | TimeStepSettings |
Метод | Описание | |
---|---|---|
Add ( |
Adds a solver updateable to the solver.
|
|
Remove ( |
Removes a solver updateable from the solver.
|
|
Solver ( TimeStepSettings timeStepSettings, |
Constructs a Solver.
|
|
Solver ( TimeStepSettings timeStepSettings, |
Constructs a Solver.
|
Метод | Описание | |
---|---|---|
UnsafePrestep ( |
||
UnsafeSolveIteration ( |
||
UpdateMultithreaded ( ) : void | ||
UpdateSingleThreaded ( ) : void |
Метод | Описание | |
---|---|---|
ComputeIterationCoefficient ( ) : void | ||
MultithreadedIteration ( int i ) : void | ||
MultithreadedPrestep ( int i ) : void |
public Add ( |
||
item | Updateable to add. | |
Результат | void |
public Remove ( |
||
item | Updateable to remove. | |
Результат | void |
public Solver ( TimeStepSettings timeStepSettings, |
||
timeStepSettings | TimeStepSettings | Time step settings used by the solver. |
deactivationManager | Deactivation manager used by the solver. | |
Результат | System |
public Solver ( TimeStepSettings timeStepSettings, |
||
timeStepSettings | TimeStepSettings | Time step settings used by the solver. |
deactivationManager | Deactivation manager used by the solver. | |
threadManager | IThreadManager | Thread manager used by the solver. |
Результат | System |
protected UnsafePrestep ( |
||
updateable | ||
Результат | void |
protected UnsafeSolveIteration ( |
||
updateable | ||
Результат | void |