|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
#include "FFaLib/FFaAlgebra/FFaTensor1.H"#include "FFaLib/FFaAlgebra/FFaTensor2.H"#include "FFaLib/FFaAlgebra/FFaTensor3.H"#include <cctype>#include <cmath>
Functions | |
| FFaTensor1 | operator- (const FFaTensor1 &t) |
| FFaTensor1 | operator+ (const FFaTensor1 &a, const FFaTensor1 &b) |
| FFaTensor1 | operator- (const FFaTensor1 &a, const FFaTensor1 &b) |
| FFaTensor1 | operator* (const FFaTensor1 &a, double d) |
| FFaTensor1 | operator* (double d, const FFaTensor1 &a) |
| FFaTensor1 | operator/ (const FFaTensor1 &a, double d) |
| bool | operator== (const FFaTensor1 &a, const FFaTensor1 &b) |
| bool | operator!= (const FFaTensor1 &a, const FFaTensor1 &b) |
| std::ostream & | operator<< (std::ostream &s, const FFaTensor1 &t) |
| std::istream & | operator>> (std::istream &s, FFaTensor1 &t) |
| bool operator!= | ( | const FFaTensor1 & | a, |
| const FFaTensor1 & | b | ||
| ) |
| FFaTensor1 operator* | ( | const FFaTensor1 & | a, |
| double | d | ||
| ) |
| FFaTensor1 operator* | ( | double | d, |
| const FFaTensor1 & | a | ||
| ) |
| FFaTensor1 operator+ | ( | const FFaTensor1 & | a, |
| const FFaTensor1 & | b | ||
| ) |
| FFaTensor1 operator- | ( | const FFaTensor1 & | a, |
| const FFaTensor1 & | b | ||
| ) |
| FFaTensor1 operator- | ( | const FFaTensor1 & | t | ) |
Global operators.
| FFaTensor1 operator/ | ( | const FFaTensor1 & | a, |
| double | d | ||
| ) |
| std::ostream& operator<< | ( | std::ostream & | s, |
| const FFaTensor1 & | t | ||
| ) |
| bool operator== | ( | const FFaTensor1 & | a, |
| const FFaTensor1 & | b | ||
| ) |
| std::istream& operator>> | ( | std::istream & | s, |
| FFaTensor1 & | t | ||
| ) |