Blender Git Commit Log

Git Commits -> Revision af8722d

March 11, 2017, 14:50 (GMT)
added tbb support for mantaflow

if openmp is not present or disabled we now use tbb manta pp files as a fallback to provide at least some acceleration

Commit Details:

Full Hash: af8722d0d08588ca5170782bc7bee186789348b5
Parent Commit: b57e38e
Lines Changed: +55057, -28582

252 Added Paths:

/intern/mantaflow/intern/manta_pp/omp/commonkernels.h (+410, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/commonkernels.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/commonkernels.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/conjugategrad.cpp (+375, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/conjugategrad.h (+229, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/conjugategrad.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/conjugategrad.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/edgecollapse.cpp (+680, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/edgecollapse.h (+49, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/edgecollapse.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/edgecollapse.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fastmarch.cpp (+615, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fastmarch.h (+196, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fastmarch.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fastmarch.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fileio.cpp (+1300, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fileio.h (+73, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fileio.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fileio.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fluidsolver.cpp (+228, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fluidsolver.h (+133, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fluidsolver.h.reg (+16, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fluidsolver.h.reg.cpp (+48, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/general.cpp (+161, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/general.h (+174, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/general.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/general.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/gitinfo.h (+4, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid.cpp (+883, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid.h (+609, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid.h.reg (+46, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid.h.reg.cpp (+193, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid4d.cpp (+644, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid4d.h (+430, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid4d.h.reg (+35, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid4d.h.reg.cpp (+214, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/kernel.cpp (+65, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/kernel.h (+103, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/kernel.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/kernel.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/levelset.cpp (+378, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/levelset.h (+59, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/levelset.h.reg (+10, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/levelset.h.reg.cpp (+34, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/mesh.cpp (+867, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/mesh.h (+242, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/mesh.h.reg (+13, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/mesh.h.reg.cpp (+42, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/movingobs.cpp (+110, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/movingobs.h (+55, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/movingobs.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/movingobs.h.reg.cpp (+30, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/multigrid.cpp (+1077, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/multigrid.h (+155, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/multigrid.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/multigrid.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/noisefield.cpp (+310, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/noisefield.h (+407, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/noisefield.h.reg (+12, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/noisefield.h.reg.cpp (+40, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/particle.cpp (+673, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/particle.h (+695, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/particle.h.reg (+58, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/particle.h.reg.cpp (+211, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/advection.cpp (+500, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/extforces.cpp (+459, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/fire.cpp (+128, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/flip.cpp (+722, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/fluidguiding.cpp (+399, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/initplugins.cpp (+595, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/kepsilon.cpp (+221, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/meshplugins.cpp (+637, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/pressure.cpp (+469, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/surfaceturbulence.cpp (+1305, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/vortexplugins.cpp (+333, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/waveletturbulence.cpp (+398, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/waves.cpp (+204, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/manta.h (+31, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pclass.cpp (+184, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pclass.h (+98, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pconvert.cpp (+471, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pconvert.h (+216, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pvec3.cpp (+395, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pymain.cpp (+125, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pythonInclude.h (+40, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/registry.cpp (+663, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/registry.h (+95, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/python/defines.py (+11, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/python/defines.py.reg (+2, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/python/defines.py.reg.cpp (+8, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/registration.cpp (+310, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/shapes.cpp (+558, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/shapes.h (+166, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/shapes.h.reg (+28, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/shapes.h.reg.cpp (+72, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/test.cpp (+74, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/timing.cpp (+129, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/timing.h (+73, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/timing.h.reg (+6, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/timing.h.reg.cpp (+28, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/turbulencepart.cpp (+162, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/turbulencepart.h (+66, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/turbulencepart.h.reg (+9, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/turbulencepart.h.reg.cpp (+52, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/integrator.h (+75, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/interpol.h (+209, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/interpolHigh.h (+187, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/mcubes.h (+323, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/quaternion.h (+89, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/randomstream.h (+377, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/rcmatrix.h (+921, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/simpleimage.cpp (+285, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/simpleimage.h (+183, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/solvana.h (+176, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/vector4d.cpp (+37, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/vector4d.h (+447, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/vectorbase.cpp (+37, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/vectorbase.h (+624, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/vortexpart.cpp (+125, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/vortexpart.h (+59, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/vortexpart.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/vortexpart.h.reg.cpp (+48, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/vortexsheet.cpp (+107, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/vortexsheet.h (+101, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/vortexsheet.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/vortexsheet.h.reg.cpp (+30, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/commonkernels.h (+208, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/commonkernels.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/commonkernels.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/conjugategrad.cpp (+350, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/conjugategrad.h (+204, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/conjugategrad.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/conjugategrad.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/edgecollapse.cpp (+680, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/edgecollapse.h (+49, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/edgecollapse.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/edgecollapse.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fastmarch.cpp (+560, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fastmarch.h (+196, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fastmarch.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fastmarch.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fileio.cpp (+1293, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fileio.h (+73, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fileio.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fileio.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fluidsolver.cpp (+228, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fluidsolver.h (+133, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fluidsolver.h.reg (+16, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fluidsolver.h.reg.cpp (+48, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/general.cpp (+161, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/general.h (+174, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/general.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/general.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/gitinfo.h (+4, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid.cpp (+714, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid.h (+535, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid.h.reg (+46, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid.h.reg.cpp (+193, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid4d.cpp (+488, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid4d.h (+352, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid4d.h.reg (+35, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid4d.h.reg.cpp (+214, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/kernel.cpp (+65, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/kernel.h (+103, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/kernel.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/kernel.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/levelset.cpp (+331, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/levelset.h (+59, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/levelset.h.reg (+10, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/levelset.h.reg.cpp (+34, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/mesh.cpp (+849, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/mesh.h (+242, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/mesh.h.reg (+13, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/mesh.h.reg.cpp (+42, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/movingobs.cpp (+110, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/movingobs.h (+55, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/movingobs.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/movingobs.h.reg.cpp (+30, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/multigrid.cpp (+977, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/multigrid.h (+155, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/multigrid.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/multigrid.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/noisefield.cpp (+310, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/noisefield.h (+407, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/noisefield.h.reg (+12, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/noisefield.h.reg.cpp (+40, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/particle.cpp (+546, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/particle.h (+674, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/particle.h.reg (+58, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/particle.h.reg.cpp (+211, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/advection.cpp (+405, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/extforces.cpp (+371, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/fire.cpp (+106, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/flip.cpp (+603, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/fluidguiding.cpp (+366, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/initplugins.cpp (+490, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/kepsilon.cpp (+196, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/meshplugins.cpp (+637, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/pressure.cpp (+401, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/surfaceturbulence.cpp (+1193, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/vortexplugins.cpp (+326, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/waveletturbulence.cpp (+332, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/waves.cpp (+167, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/manta.h (+31, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pclass.cpp (+184, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pclass.h (+98, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pconvert.cpp (+471, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pconvert.h (+216, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pvec3.cpp (+395, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pymain.cpp (+125, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pythonInclude.h (+40, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/registry.cpp (+663, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/registry.h (+95, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/python/defines.py (+11, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/python/defines.py.reg (+2, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/python/defines.py.reg.cpp (+8, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/registration.cpp (+310, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/shapes.cpp (+481, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/shapes.h (+166, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/shapes.h.reg (+28, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/shapes.h.reg.cpp (+72, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/test.cpp (+56, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/timing.cpp (+129, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/timing.h (+73, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/timing.h.reg (+6, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/timing.h.reg.cpp (+28, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/turbulencepart.cpp (+155, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/turbulencepart.h (+66, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/turbulencepart.h.reg (+9, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/turbulencepart.h.reg.cpp (+52, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/integrator.h (+75, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/interpol.h (+209, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/interpolHigh.h (+187, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/mcubes.h (+323, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/quaternion.h (+89, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/randomstream.h (+377, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/rcmatrix.h (+921, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/simpleimage.cpp (+285, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/simpleimage.h (+183, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/solvana.h (+176, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/vector4d.cpp (+37, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/vector4d.h (+447, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/vectorbase.cpp (+37, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/vectorbase.h (+624, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/vortexpart.cpp (+111, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/vortexpart.h (+59, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/vortexpart.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/vortexpart.h.reg.cpp (+48, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/vortexsheet.cpp (+107, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/vortexsheet.h (+101, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/vortexsheet.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/vortexsheet.h.reg.cpp (+30, -0) (View)

126 Deleted Paths:

/intern/mantaflow/intern/manta_pp/commonkernels.h (+0, -410)
/intern/mantaflow/intern/manta_pp/commonkernels.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/commonkernels.h.reg.cpp (+0, -18)
/intern/mantaflow/intern/manta_pp/conjugategrad.cpp (+0, -375)
/intern/mantaflow/intern/manta_pp/conjugategrad.h (+0, -229)
/intern/mantaflow/intern/manta_pp/conjugategrad.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/conjugategrad.h.reg.cpp (+0, -18)
/intern/mantaflow/intern/manta_pp/edgecollapse.cpp (+0, -680)
/intern/mantaflow/intern/manta_pp/edgecollapse.h (+0, -49)
/intern/mantaflow/intern/manta_pp/edgecollapse.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/edgecollapse.h.reg.cpp (+0, -18)
/intern/mantaflow/intern/manta_pp/fastmarch.cpp (+0, -615)
/intern/mantaflow/intern/manta_pp/fastmarch.h (+0, -196)
/intern/mantaflow/intern/manta_pp/fastmarch.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/fastmarch.h.reg.cpp (+0, -18)
/intern/mantaflow/intern/manta_pp/fileio.cpp (+0, -1300)
/intern/mantaflow/intern/manta_pp/fileio.h (+0, -73)
/intern/mantaflow/intern/manta_pp/fileio.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/fileio.h.reg.cpp (+0, -18)
/intern/mantaflow/intern/manta_pp/fluidsolver.cpp (+0, -228)
/intern/mantaflow/intern/manta_pp/fluidsolver.h (+0, -133)
/intern/mantaflow/intern/manta_pp/fluidsolver.h.reg (+0, -16)
/intern/mantaflow/intern/manta_pp/fluidsolver.h.reg.cpp (+0, -48)
/intern/mantaflow/intern/manta_pp/general.cpp (+0, -161)
/intern/mantaflow/intern/manta_pp/general.h (+0, -174)
/intern/mantaflow/intern/manta_pp/general.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/general.h.reg.cpp (+0, -18)
/intern/mantaflow/intern/manta_pp/gitinfo.h (+0, -4)
/intern/mantaflow/intern/manta_pp/grid.cpp (+0, -883)
/intern/mantaflow/intern/manta_pp/grid.h (+0, -609)
/intern/mantaflow/intern/manta_pp/grid.h.reg (+0, -46)
/intern/mantaflow/intern/manta_pp/grid.h.reg.cpp (+0, -193)
/intern/mantaflow/intern/manta_pp/grid4d.cpp (+0, -644)
/intern/mantaflow/intern/manta_pp/grid4d.h (+0, -430)
/intern/mantaflow/intern/manta_pp/grid4d.h.reg (+0, -35)
/intern/mantaflow/intern/manta_pp/grid4d.h.reg.cpp (+0, -214)
/intern/mantaflow/intern/manta_pp/kernel.cpp (+0, -65)
/intern/mantaflow/intern/manta_pp/kernel.h (+0, -103)
/intern/mantaflow/intern/manta_pp/kernel.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/kernel.h.reg.cpp (+0, -18)
/intern/mantaflow/intern/manta_pp/levelset.cpp (+0, -378)
/intern/mantaflow/intern/manta_pp/levelset.h (+0, -59)
/intern/mantaflow/intern/manta_pp/levelset.h.reg (+0, -10)
/intern/mantaflow/intern/manta_pp/levelset.h.reg.cpp (+0, -34)
/intern/mantaflow/intern/manta_pp/mesh.cpp (+0, -867)
/intern/mantaflow/intern/manta_pp/mesh.h (+0, -242)
/intern/mantaflow/intern/manta_pp/mesh.h.reg (+0, -13)
/intern/mantaflow/intern/manta_pp/mesh.h.reg.cpp (+0, -42)
/intern/mantaflow/intern/manta_pp/movingobs.cpp (+0, -110)
/intern/mantaflow/intern/manta_pp/movingobs.h (+0, -55)
/intern/mantaflow/intern/manta_pp/movingobs.h.reg (+0, -7)
/intern/mantaflow/intern/manta_pp/movingobs.h.reg.cpp (+0, -30)
/intern/mantaflow/intern/manta_pp/multigrid.cpp (+0, -1077)
/intern/mantaflow/intern/manta_pp/multigrid.h (+0, -155)
/intern/mantaflow/intern/manta_pp/multigrid.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/multigrid.h.reg.cpp (+0, -18)
/intern/mantaflow/intern/manta_pp/noisefield.cpp (+0, -310)
/intern/mantaflow/intern/manta_pp/noisefield.h (+0, -407)
/intern/mantaflow/intern/manta_pp/noisefield.h.reg (+0, -12)
/intern/mantaflow/intern/manta_pp/noisefield.h.reg.cpp (+0, -40)
/intern/mantaflow/intern/manta_pp/particle.cpp (+0, -673)
/intern/mantaflow/intern/manta_pp/particle.h (+0, -695)
/intern/mantaflow/intern/manta_pp/particle.h.reg (+0, -58)
/intern/mantaflow/intern/manta_pp/particle.h.reg.cpp (+0, -211)
/intern/mantaflow/intern/manta_pp/plugin/advection.cpp (+0, -500)
/intern/mantaflow/intern/manta_pp/plugin/extforces.cpp (+0, -459)
/intern/mantaflow/intern/manta_pp/plugin/fire.cpp (+0, -128)
/intern/mantaflow/intern/manta_pp/plugin/flip.cpp (+0, -722)
/intern/mantaflow/intern/manta_pp/plugin/fluidguiding.cpp (+0, -399)
/intern/mantaflow/intern/manta_pp/plugin/initplugins.cpp (+0, -595)
/intern/mantaflow/intern/manta_pp/plugin/kepsilon.cpp (+0, -221)
/intern/mantaflow/intern/manta_pp/plugin/meshplugins.cpp (+0, -637)
/intern/mantaflow/intern/manta_pp/plugin/pressure.cpp (+0, -469)
/intern/mantaflow/intern/manta_pp/plugin/surfaceturbulence.cpp (+0, -1305)
/intern/mantaflow/intern/manta_pp/plugin/vortexplugins.cpp (+0, -333)
/intern/mantaflow/intern/manta_pp/plugin/waveletturbulence.cpp (+0, -398)
/intern/mantaflow/intern/manta_pp/plugin/waves.cpp (+0, -204)
/intern/mantaflow/intern/manta_pp/pwrapper/manta.h (+0, -31)
/intern/mantaflow/intern/manta_pp/pwrapper/pclass.cpp (+0, -184)
/intern/mantaflow/intern/manta_pp/pwrapper/pclass.h (+0, -98)
/intern/mantaflow/intern/manta_pp/pwrapper/pconvert.cpp (+0, -471)
/intern/mantaflow/intern/manta_pp/pwrapper/pconvert.h (+0, -216)
/intern/mantaflow/intern/manta_pp/pwrapper/pvec3.cpp (+0, -395)
/intern/mantaflow/intern/manta_pp/pwrapper/pymain.cpp (+0, -125)
/intern/mantaflow/intern/manta_pp/pwrapper/pythonInclude.h (+0, -40)
/intern/mantaflow/intern/manta_pp/pwrapper/registry.cpp (+0, -663)
/intern/mantaflow/intern/manta_pp/pwrapper/registry.h (+0, -95)
/intern/mantaflow/intern/manta_pp/python/defines.py (+0, -11)
/intern/mantaflow/intern/manta_pp/python/defines.py.reg (+0, -2)
/intern/mantaflow/intern/manta_pp/python/defines.py.reg.cpp (+0, -8)
/intern/mantaflow/intern/manta_pp/registration.cpp (+0, -310)
/intern/mantaflow/intern/manta_pp/shapes.cpp (+0, -558)
/intern/mantaflow/intern/manta_pp/shapes.h (+0, -166)
/intern/mantaflow/intern/manta_pp/shapes.h.reg (+0, -28)
/intern/mantaflow/intern/manta_pp/shapes.h.reg.cpp (+0, -72)
/intern/mantaflow/intern/manta_pp/test.cpp (+0, -74)
/intern/mantaflow/intern/manta_pp/timing.cpp (+0, -129)
/intern/mantaflow/intern/manta_pp/timing.h (+0, -73)
/intern/mantaflow/intern/manta_pp/timing.h.reg (+0, -6)
/intern/mantaflow/intern/manta_pp/timing.h.reg.cpp (+0, -28)
/intern/mantaflow/intern/manta_pp/turbulencepart.cpp (+0, -162)
/intern/mantaflow/intern/manta_pp/turbulencepart.h (+0, -66)
/intern/mantaflow/intern/manta_pp/turbulencepart.h.reg (+0, -9)
/intern/mantaflow/intern/manta_pp/turbulencepart.h.reg.cpp (+0, -52)
/intern/mantaflow/intern/manta_pp/util/integrator.h (+0, -75)
/intern/mantaflow/intern/manta_pp/util/interpol.h (+0, -209)
/intern/mantaflow/intern/manta_pp/util/interpolHigh.h (+0, -187)
/intern/mantaflow/intern/manta_pp/util/mcubes.h (+0, -323)
/intern/mantaflow/intern/manta_pp/util/quaternion.h (+0, -89)
/intern/mantaflow/intern/manta_pp/util/randomstream.h (+0, -377)
/intern/mantaflow/intern/manta_pp/util/rcmatrix.h (+0, -921)
/intern/mantaflow/intern/manta_pp/util/simpleimage.cpp (+0, -285)
/intern/mantaflow/intern/manta_pp/util/simpleimage.h (+0, -183)
/intern/mantaflow/intern/manta_pp/util/solvana.h (+0, -176)
/intern/mantaflow/intern/manta_pp/util/vector4d.cpp (+0, -37)
/intern/mantaflow/intern/manta_pp/util/vector4d.h (+0, -447)
/intern/mantaflow/intern/manta_pp/util/vectorbase.cpp (+0, -37)
/intern/mantaflow/intern/manta_pp/util/vectorbase.h (+0, -624)
/intern/mantaflow/intern/manta_pp/vortexpart.cpp (+0, -125)
/intern/mantaflow/intern/manta_pp/vortexpart.h (+0, -59)
/intern/mantaflow/intern/manta_pp/vortexpart.h.reg (+0, -7)
/intern/mantaflow/intern/manta_pp/vortexpart.h.reg.cpp (+0, -48)
/intern/mantaflow/intern/manta_pp/vortexsheet.cpp (+0, -107)
/intern/mantaflow/intern/manta_pp/vortexsheet.h (+0, -101)
/intern/mantaflow/intern/manta_pp/vortexsheet.h.reg (+0, -7)
/intern/mantaflow/intern/manta_pp/vortexsheet.h.reg.cpp (+0, -30)

4 Modified Paths:

/build_files/cmake/macros.cmake (+3, -0) (Diff)
/build_files/cmake/platform/platform_apple.cmake (+6, -0) (Diff)
/build_files/cmake/platform/platform_win32_msvc.cmake (+5, -0) (Diff)
/intern/mantaflow/CMakeLists.txt (+148, -136) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021