Generalized Non-Reflecting Boundaries for Fluid Re-Simulation

SIGGRAPH 2016


Reviews

Information

  • Paper topic: Animation
  • Software type: Code
  • Able to run a replicability test: True
  • Replicability score: 3
  • License: MIT
  • Build mechanism: Makefile
  • Dependencies: houdini
  • Documentation score {0,1,2}: 1
  • Reviewer: Julie Digne

Source code information

Comments

To compile with Houdini 18.0.287, I needed to do the following changes in SIM_PMLAdvect.cpp: change 
UT_VoxelProbeCubeF srcProbe --> UT_VoxelProbeCube<fpreal32> srcProbe; (l278 and l358)
and
srcProbe.setPlusArray(src->field()); --> srcProbe.setConstPlusArray(src->field()); (l283 and l363)
There are two options to add a review to this article:
  • Open a pull request at https://github.com/dcoeurjo/ReplData-private
  • Fill the form below (this option requires manual work and might be avoided if possible):
    TODO: ADD FORM