Go to the source code of this file.
|
| namespace | Foam |
| | Namespace for OpenFOAM.
|
| namespace | Foam::fa |
| | Namespace for finite-area.
|
Original source file faDivScheme.H
Definition in file faDivScheme.H.
◆ makeFaDivTypeScheme
| #define makeFaDivTypeScheme |
( |
| SS, |
|
|
| Type ) |
Value: \
defineNamedTemplateTypeNameAndDebug(Foam::fa::SS<Foam::Type>, 0); \
\
{ \
namespace fa \
{ \
divScheme<Type>::addIstreamConstructorToTable<SS<Type>> \
add##SS##Type##IstreamConstructorToTable_; \
} \
}
dict add("bounds", meshBb)
Definition at line 189 of file faDivScheme.H.
◆ makeFaDivScheme
| #define makeFaDivScheme |
( |
| SS | ) |
|
Value: \
makeFaDivTypeScheme(SS,
vector) \
makeFaDivTypeScheme(SS,
tensor)
Tensor of scalars, i.e. Tensor<scalar>.
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
Definition at line 202 of file faDivScheme.H.