Specialisation of FieldField<T> for scalar. More...
Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Macros | |
#define | TEMPLATE template<template<class> class Field> |
#define | BesselFunc(func) |
Functions | |
template<template< class > class Field> | |
void | stabilise (FieldField< Field, scalar > &f, const FieldField< Field, scalar > &f1, const scalar s) |
template<template< class > class Field> | |
tmp< FieldField< Field, scalar > > | stabilise (const FieldField< Field, scalar > &f1, const scalar s) |
template<template< class > class Field> | |
tmp< FieldField< Field, scalar > > | stabilise (const tmp< FieldField< Field, scalar >> &tf1, const scalar s) |
template<template< class > class Field> | |
void | jn (FieldField< Field, scalar > &res, const int n, const FieldField< Field, scalar > &sf) |
template<template< class > class Field> | |
tmp< FieldField< Field, scalar > > | jn (const int n, const FieldField< Field, scalar > &sf) |
template<template< class > class Field> | |
tmp< FieldField< Field, scalar > > | jn (const int n, const tmp< FieldField< Field, scalar >> &tsf) |
template<template< class > class Field> | |
void | yn (FieldField< Field, scalar > &res, const int n, const FieldField< Field, scalar > &sf) |
template<template< class > class Field> | |
tmp< FieldField< Field, scalar > > | yn (const int n, const FieldField< Field, scalar > &sf) |
template<template< class > class Field> | |
tmp< FieldField< Field, scalar > > | yn (const int n, const tmp< FieldField< Field, scalar >> &tsf) |
Specialisation of FieldField<T> for scalar.
Original source file scalarFieldField.H
InClass Foam::scalarFieldField
Definition in file scalarFieldField.H.
#define TEMPLATE template<template<class> class Field> |
Definition at line 41 of file scalarFieldField.H.
#define BesselFunc | ( | func | ) |
Definition at line 133 of file scalarFieldField.H.