Information
- Paper topic: Animation and Simulation
- Software type: Code
- Able to run a replicability test: True
- Replicability score: 3
- Software language: C/C++, Other
- License: MIT
- Build mechanism: Makefile
- Dependencies: houdini
- Documentation score {0,1,2}: 1
- Reviewer: Julie Digne <julie.digne@liris.cnrs.fr>
- Time spent for the test (build->first run, timeout at 100min): 40min
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)
If you want to contribute with another review, please follow these instructions.
Please consider to cut/paste/edit the raw JSON data attached to this paper.