FEDEM Solver
R8.0
Source code of the dynamics solver
|
#include <FFaTensor1.H>
Public Member Functions | |
FFaTensor1 (double d=0.0) | |
FFaTensor1 (const FFaTensor1 &t) | |
FFaTensor1 (const FFaTensor2 &t) | |
FFaTensor1 (const FFaTensor3 &t) | |
FFaTensor1 & | operator= (const FFaTensor1 &t) |
FFaTensor1 & | operator= (const FFaTensor2 &t) |
FFaTensor1 & | operator= (const FFaTensor3 &t) |
FFaTensor1 & | operator+= (const FFaTensor1 &t) |
FFaTensor1 & | operator-= (const FFaTensor1 &t) |
FFaTensor1 & | operator*= (double d) |
FFaTensor1 & | operator/= (double d) |
operator double () const | |
Private Attributes | |
double | myT |
Friends | |
FFaTensor1 | operator- (const FFaTensor1 &) |
FFaTensor1 | operator+ (const FFaTensor1 &, const FFaTensor1 &) |
FFaTensor1 | operator- (const FFaTensor1 &, const FFaTensor1 &) |
FFaTensor1 | operator* (const FFaTensor1 &, double) |
FFaTensor1 | operator* (double, const FFaTensor1 &) |
FFaTensor1 | operator/ (const FFaTensor1 &, double) |
bool | operator== (const FFaTensor1 &, const FFaTensor1 &) |
bool | operator!= (const FFaTensor1 &, const FFaTensor1 &) |
std::ostream & | operator<< (std::ostream &, const FFaTensor1 &) |
std::istream & | operator>> (std::istream &, FFaTensor1 &) |
Class to represent a 1D simple tensor. Tensor layout: T = {t11}
|
inline |
|
inline |
FFaTensor1::FFaTensor1 | ( | const FFaTensor2 & | t | ) |
FFaTensor1::FFaTensor1 | ( | const FFaTensor3 & | t | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
FFaTensor1 & FFaTensor1::operator= | ( | const FFaTensor1 & | t | ) |
FFaTensor1 & FFaTensor1::operator= | ( | const FFaTensor2 & | t | ) |
FFaTensor1 & FFaTensor1::operator= | ( | const FFaTensor3 & | t | ) |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
Global operators.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |