
Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Typedefs | |
| typedef Foam::LduMatrix< scalar, scalar, scalar > | lduscalarscalarscalarMatrix |
| typedef LduMatrix< scalar, scalar, scalar >::smoother | lduscalarscalarscalarSmoother |
| typedef LduMatrix< scalar, scalar, scalar >::preconditioner | lduscalarscalarscalarPreconditioner |
| typedef LduMatrix< scalar, scalar, scalar >::solver | lduscalarscalarscalarSolver |
| typedef Foam::LduMatrix< vector, scalar, scalar > | lduvectorscalarscalarMatrix |
| typedef LduMatrix< vector, scalar, scalar >::smoother | lduvectorscalarscalarSmoother |
| typedef LduMatrix< vector, scalar, scalar >::preconditioner | lduvectorscalarscalarPreconditioner |
| typedef LduMatrix< vector, scalar, scalar >::solver | lduvectorscalarscalarSolver |
| typedef Foam::LduMatrix< sphericalTensor, scalar, scalar > | ldusphericalTensorscalarscalarMatrix |
| typedef LduMatrix< sphericalTensor, scalar, scalar >::smoother | ldusphericalTensorscalarscalarSmoother |
| typedef LduMatrix< sphericalTensor, scalar, scalar >::preconditioner | ldusphericalTensorscalarscalarPreconditioner |
| typedef LduMatrix< sphericalTensor, scalar, scalar >::solver | ldusphericalTensorscalarscalarSolver |
| typedef Foam::LduMatrix< symmTensor, scalar, scalar > | ldusymmTensorscalarscalarMatrix |
| typedef LduMatrix< symmTensor, scalar, scalar >::smoother | ldusymmTensorscalarscalarSmoother |
| typedef LduMatrix< symmTensor, scalar, scalar >::preconditioner | ldusymmTensorscalarscalarPreconditioner |
| typedef LduMatrix< symmTensor, scalar, scalar >::solver | ldusymmTensorscalarscalarSolver |
| typedef Foam::LduMatrix< tensor, scalar, scalar > | ldutensorscalarscalarMatrix |
| typedef LduMatrix< tensor, scalar, scalar >::smoother | ldutensorscalarscalarSmoother |
| typedef LduMatrix< tensor, scalar, scalar >::preconditioner | ldutensorscalarscalarPreconditioner |
| typedef LduMatrix< tensor, scalar, scalar >::solver | ldutensorscalarscalarSolver |
Functions | |
| defineNamedTemplateTypeNameAndDebug (lduscalarscalarscalarMatrix, 0) | |
| defineTemplateRunTimeSelectionTable (lduscalarscalarscalarSmoother, symMatrix) | |
| defineTemplateRunTimeSelectionTable (lduscalarscalarscalarSmoother, asymMatrix) | |
| defineTemplateRunTimeSelectionTable (lduscalarscalarscalarPreconditioner, symMatrix) | |
| defineTemplateRunTimeSelectionTable (lduscalarscalarscalarPreconditioner, asymMatrix) | |
| defineTemplateRunTimeSelectionTable (lduscalarscalarscalarSolver, symMatrix) | |
| defineTemplateRunTimeSelectionTable (lduscalarscalarscalarSolver, asymMatrix) | |
| defineNamedTemplateTypeNameAndDebug (lduvectorscalarscalarMatrix, 0) | |
| defineNamedTemplateTypeNameAndDebug (ldusphericalTensorscalarscalarMatrix, 0) | |
| defineNamedTemplateTypeNameAndDebug (ldusymmTensorscalarscalarMatrix, 0) | |
| defineNamedTemplateTypeNameAndDebug (ldutensorscalarscalarMatrix, 0) | |
Original source file lduMatrices.C
Definition in file lduMatrices.C.
1.8.11