Skip to content
Snippets Groups Projects
  1. Nov 27, 2015
  2. Nov 26, 2015
  3. Nov 25, 2015
  4. Nov 24, 2015
  5. Nov 23, 2015
  6. Nov 19, 2015
    • Andrew Heather's avatar
    • mattijs's avatar
      ENH: displacementMotionSolver: additional hierarchy · b7fd8052
      mattijs authored
      - shm: have displacementMotionSolver as alternative mesh shrinker
        (instead of medialAxis).
      - updated iglooWithFridges tutorial to use displacementLaplacian
      - selectable interpolation from cells to points in the motion solvers
        using the 'interpolation' keyword:
          interpolation volPointInterpolation;    // default
          or
          interpolation patchCorrected (lowerWall upperWall);
      - wrapped up mesh shrinkers (see above) for use as a displacementMotionSolver
        (i.e. the opposite of the displacementMotionSolver mesh shrinker)
      b7fd8052