template<class Type>
tmp<GeometricField<Type, fvPatchField, volMesh>> operator&
(
const fvMatrix<Type>&,
const tmp<GeometricField<Type, fvPatchField, volMesh>>&
);
Could anyone help me understand this override function in OpenFoam? As we know, operator& override should not have two parameters. So, I am confused. And do anyone know how to use this override function? Please give me a simple example, if you are not busy? Thanks.