Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 445
    • Issues 445
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Repository
Switch branch/tag
  • openfoam
  • applications
  • solvers
  • incompressible
  • simpleFoam
  • pEqn.H
Find file BlameHistoryPermalink
  • Henry Weller's avatar
    Specialized dotInterpolate for the efficient calculation of flux fields · 77b03e2e
    Henry Weller authored Apr 06, 2016
    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.
    77b03e2e