Feature single precision solve type

This commit is contained in:
Mattijs Janssens
2019-11-19 11:10:07 +00:00
committed by Andrew Heather
parent f2eb3e1cee
commit 2d080ff331
12 changed files with 293 additions and 38 deletions

View File

@ -344,6 +344,15 @@ public:
};
template<class Cmpt>
class typeOfSolve<Tensor<Cmpt>>
{
public:
typedef Tensor<solveScalar> type;
};
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam