Go to the source code of this file.
Classes | |
class | Tensor |
A templated (3 x 3) tensor of objects of <T> derived from MatrixSpace. More... | |
Namespaces | |
Foam | |
Macros | |
#define | transFunc(func) |
#define | powFuncs(type2) |
Functions | |
scalar | magSqr (const complex &) |
scalar | mag (const complex &) |
complex | sqr (const complex &) |
complex | sign (const complex &c) |
scalar | csign (const complex &c) |
const complex & | min (const complex &, const complex &) |
const complex & | max (const complex &, const complex &) |
complex | limit (const complex &, const complex &) |
const complex & | sum (const complex &) |
complex | transform (const Tensor< scalar > &, const complex c) |
complex | operator- (const complex &) |
complex | operator+ (const complex &, const complex &) |
complex | operator+ (const complex &, const scalar) |
complex | operator+ (const scalar, const complex &) |
complex | operator- (const complex &, const complex &) |
complex | operator- (const complex &, const scalar) |
complex | operator- (const scalar, const complex &) |
complex | operator* (const complex &, const complex &) |
complex | operator* (const complex &, const scalar) |
complex | operator* (const scalar, const complex &) |
complex | operator/ (const complex &, const complex &) |
complex | operator/ (const complex &, const scalar) |
complex | operator/ (const scalar, const complex &) |
complex | sqrt (const complex &c) |
complex | exp (const complex &c) |
complex | log (const complex &c) |
complex | log10 (const complex &c) |
complex | sin (const complex &c) |
complex | cos (const complex &c) |
complex | tan (const complex &c) |
complex | asin (const complex &c) |
complex | acos (const complex &c) |
complex | atan (const complex &c) |
complex | sinh (const complex &c) |
complex | cosh (const complex &c) |
complex | tanh (const complex &c) |
complex | asinh (const complex &c) |
complex | acosh (const complex &c) |
complex | atanh (const complex &c) |
complex | pow (const complex &x, const complex &y) |
complex | pow (const complex &x, const int y) |
complex | pow (const int x, const complex &y) |
complex | pow (const complex &x, const long y) |
complex | pow (const long x, const complex &y) |
complex | pow (const complex &x, const float y) |
complex | pow (const float x, const complex &y) |
complex | pow (const complex &x, const double y) |
complex | pow (const double x, const complex &y) |
complex | pow3 (const complex &c) |
complex | pow4 (const complex &c) |
complex | pow5 (const complex &c) |
complex | pow6 (const complex &c) |
complex | pow025 (const complex &c) |
Original source file complexI.H
Definition in file complexI.H.
#define transFunc | ( | func | ) |
Definition at line 384 of file complexI.H.
#define powFuncs | ( | type2 | ) |
Definition at line 419 of file complexI.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.