Classes | |
| class | absolute |
| Correction limiting method based on the absolute particle velocity. More... | |
| class | noCorrectionLimiting |
| Place holder for the 'none' option. More... | |
| class | relative |
| Correction limiting method based on the relative particle velocity. More... | |
| defineTypeNameAndDebug | ( | absolute | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | CorrectionLimitingMethod | , |
| absolute | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | noCorrectionLimiting | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | CorrectionLimitingMethod | , |
| noCorrectionLimiting | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | relative | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | CorrectionLimitingMethod | , |
| relative | , | ||
| dictionary | ) |