|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
#include <sstream>#include "FFrLib/FFrVariable.H"#include "FFrLib/FFrResultContainer.H"#include "FFrLib/FFrVariableReference.H"#include "FFaLib/FFaString/FFaTokenizer.H"
Macros | |
| #define | COMPARE_VARIABLE(VAR) if (this->VAR != that->VAR) return false |
| #define | COMPARE_VARIABLE(VAR) if (this->VAR != that->VAR) return (this->VAR < that->VAR) |
| #define COMPARE_VARIABLE | ( | VAR | ) | if (this->VAR != that->VAR) return false |
| #define COMPARE_VARIABLE | ( | VAR | ) | if (this->VAR != that->VAR) return (this->VAR < that->VAR) |