Skip to content
Snippets Groups Projects
Commit 128516b8 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: use lerp for valueFraction (mixed BCs) and field relaxation

Note:
  in some borderline cases (eg, PDRFoam) the multiplication order
  and rounding imposed by the lerp function may affect the
  results slightly.

  eg,  (valueFraction_ * this->patch().deltaCoeffs()*refValue_)
  vs.  (valueFraction_ * (this->patch().deltaCoeffs()*refValue_))
parent 70d526cd
Branches
Tags
Loading
Showing
with 75 additions and 69 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment