Definition in file IntegrationScheme.H.
#include "src/OpenFOAM/memory/autoPtr/autoPtr.H"#include "src/OpenFOAM/db/runTimeSelection/runTimeSelectionTables.H"#include "src/OpenFOAM/db/dictionary/dictionary.H"
Include dependency graph for IntegrationScheme.H:Go to the source code of this file.
Classes | |
| class | IntegrationScheme< Type > |
| Top level model for Integration schemes. More...
| |
| class | IntegrationScheme< Type >::integrationResult |
| Helper class to supply results of integration. More...
| |
Namespaces | |
| namespace | Foam |
Namespace for OpenFOAM. | |
Defines | |
| #define | makeIntegrationScheme(Type) |
| #define | makeIntegrationSchemeType(SS, Type) |
| #define makeIntegrationScheme | ( | Type ) |
\
defineNamedTemplateTypeNameAndDebug(IntegrationScheme<Type>, 0); \
\
defineTemplateRunTimeSelectionTable \
( \
IntegrationScheme<Type>, \
dictionary \
);
Definition at line 191 of file IntegrationScheme.H.
| #define makeIntegrationSchemeType | ( | SS, | |
| Type | |||
| ) |
\
defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \
\
IntegrationScheme<Type>::adddictionaryConstructorToTable<SS<Type> > \
add##SS##Type##ConstructorToTable_;
Definition at line 202 of file IntegrationScheme.H.