CSol
Enumerations
CSIRO::CSol::ProcPosition Namespace Reference

Identifier for where processor should be run within the solver timestep.

Enumerations

enum  Type {
  None, Before_Rate_Calculation, After_Rate_Calculation, Before_Time_Integration,
  After_Time_Integration
}
 

Enumeration Type Documentation

enum Type
Enumerator
None 

None, processor disabled.

Before_Rate_Calculation 

Before calculating time derivatives.

After_Rate_Calculation 

After calculating time derivatives.

Before_Time_Integration 

Before time integration.

After_Time_Integration 

After time integration.