Source code from the SIGGRAPH 2020 technical paper Constraint Bubbles and Affine Regions: Reduced Fluid Models for Efficient Immersed Bubbles and Flexible Spatial Coarsening
To build this project in Houdini (Linux):
-
Install Eigen
-
Make a folder called External the top level of the repository.
-
Clone the Geometric Multigrd Pressure Solver into the External folder
-
Install Houdini 20.0 or higher.
-
Go to install folder (/opt/hfs.xx).
-
Type "source houdini_setup" to get the necessary environment variables.
-
Make a build folder the top level of the repository.
-
Run cmake .. in the build folder
-
Run make in the build folder.
-
Verify that it was added to Houdini by:
- Launch Houdini.
- Press "tab" in the Network Editor and select a "DOP Network" and place it in the editor.
- Jump into the DOP Network, press "tab" again and verify that "HDK Affine Bubble Pressure Solver" is searchable.
To build this project in another OS, please refer to the Houdini HDK.