Enable gradient cacheing in motorBike tutorial
This commit is contained in:
parent
72cac9cd0d
commit
cf8f49a773
1 changed files with 3 additions and 3 deletions
|
@ -78,10 +78,10 @@ relaxationFactors
|
||||||
|
|
||||||
cache
|
cache
|
||||||
{
|
{
|
||||||
// grad(U);
|
grad(U);
|
||||||
grad(p);
|
grad(p);
|
||||||
// grad(k);
|
grad(k);
|
||||||
// grad(omega);
|
grad(omega);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
Reference in a new issue