Go to the source code of this file.
Namespaces | |
Foam | |
Macros | |
#define | TEMPLATE |
Typedefs | |
typedef Field< complex > | complexField |
Specialisation of Field<T> for complex. More... | |
Functions | |
void | zip (complexField &result, const UList< scalar > &re, const UList< scalar > &im) |
void | unzip (const UList< complex > &input, scalarField &re, scalarField &im) |
complexField | ComplexField (const UList< scalar > &re, const UList< scalar > &im) |
complexField | ReComplexField (const UList< scalar > &re) |
complexField | ImComplexField (const UList< scalar > &im) |
scalarField | Re (const UList< complex > &cf) |
scalarField | Im (const UList< complex > &cf) |
scalarField | ReImSum (const UList< complex > &cf) |
template<> | |
complex | sumProd (const UList< complex > &f1, const UList< complex > &f2) |
Original source file complexField.H
Definition in file complexField.H.
#define TEMPLATE |
Definition at line 40 of file complexField.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.