Skip to content
Snippets Groups Projects
Commit fda9aadb authored by Henry Weller's avatar Henry Weller
Browse files

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.
parent d52546b3
Branches
Tags
1 merge request!33Merge foundation
Showing
with 34 additions and 45 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment