

Go to the source code of this file.
Classes | |
| class | fvMatrix< Type > |
| A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise. More... | |
| class | laplacianScheme< Type, GType > |
| Abstract base class for laplacian schemes. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::fv | |
| Namespace for finite-volume. | |
Macros | |
| #define | makeFvLaplacianTypeScheme(SS, GType, Type) |
| #define | makeFvLaplacianScheme(SS) |
Original source file laplacianScheme.H
Definition in file laplacianScheme.H.
| #define makeFvLaplacianTypeScheme | ( | SS, | |
| GType, | |||
| Type | |||
| ) |
Definition at line 215 of file laplacianScheme.H.
| #define makeFvLaplacianScheme | ( | SS | ) |
Definition at line 232 of file laplacianScheme.H.
1.8.11