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