It is defined in fvMatricesFwd.H:
1 | namespace Foam |
Here we can see that fvScalarMatrix actually has a type of fvMatrix with a specified type scalar. So we have to go to class fvMatrix to see its definition.
It is defined in fvMatricesFwd.H:
1 | namespace Foam |
Here we can see that fvScalarMatrix actually has a type of fvMatrix with a specified type scalar. So we have to go to class fvMatrix to see its definition.