Go to the source code of this file.
Macros | |
#define | forTabulatedEqns(Mu, He, Cp, Macro, Args...) forThermo(Mu, He, Cp, icoTabulated, specie, Macro, Args); |
#define | forTabulatedEnergiesAndThermos(Mu, Macro, Args...) |
#define | forTabulatedTransport(Macro, Args...) forTabulatedEnergiesAndThermos(tabulatedTransport, Macro, Args); |
#define | forTabulated(Macro, Args...) forTabulatedTransport(Macro, Args) |
Original source file forTabulated.H
Definition in file forTabulated.H.
#define forTabulatedEqns | ( | Mu, | |
He, | |||
Cp, | |||
Macro, | |||
Args... | |||
) | forThermo(Mu, He, Cp, icoTabulated, specie, Macro, Args); |
Definition at line 46 of file forTabulated.H.
#define forTabulatedEnergiesAndThermos | ( | Mu, | |
Macro, | |||
Args... | |||
) |
Definition at line 49 of file forTabulated.H.
#define forTabulatedTransport | ( | Macro, | |
Args... | |||
) | forTabulatedEnergiesAndThermos(tabulatedTransport, Macro, Args); |
Definition at line 53 of file forTabulated.H.
#define forTabulated | ( | Macro, | |
Args... | |||
) | forTabulatedTransport(Macro, Args) |
Definition at line 56 of file forTabulated.H.