OpenFOAM-4.x/src/fvMotionSolver
Henry Weller fda9aadb3a Specialized dotInterpolate for the efficient calculation of flux fields
e.g. (fvc::interpolate(HbyA) & mesh.Sf()) -> fvc::flux(HbyA)

This removes the need to create an intermediate face-vector field when
computing fluxes which is more efficient, reduces the peak storage and
improved cache coherency in addition to providing a simpler and cleaner
API.
2016-04-06 20:20:53 +01:00
..
fvMotionSolvers Specialized dotInterpolate for the efficient calculation of flux fields 2016-04-06 20:20:53 +01:00
fvPatchFields/derived Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
Make OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
motionDiffusivity Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
pointPatchFields/derived Use Zero rather than pTraits<Type>::zero unless a static typed '0' is required 2016-03-22 17:46:52 +00:00