Skip to content
Snippets Groups Projects
  • Henry Weller's avatar
    surfaceInterpolationScheme: Added dotInterpolate member-function · d52546b3
    Henry Weller authored
    dotInterpolate interpolates the field and "dots" the resulting
    face-values with the vector field provided which removes the need to
    create a temporary field for the interpolate.  This reduces the peak
    storage of OpenFOAM caused by the divergence of the gradient of vector
    fields, improves memory management and under some conditions decreases
    run-time.
    
    This development is based on a patch contributed by Paul Edwards, Intel.
    d52546b3