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