Blender Git Commit Log

Git Commits -> Revision 792eb57

October 28, 2018, 13:47 (GMT)
Mantaflow: Added preprocessed Mantaflow source files

Preprocessed files for both OpenMP and TBB

Commit Details:

Full Hash: 792eb57e6299f4002fb71a1655c5e66a58933931
Parent Commit: 94ab642
Lines Changed: +66548, -0

278 Added Paths:

/intern/mantaflow/intern/manta_pp/omp/commonkernels.h (+442, -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 (+467, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/conjugategrad.h (+233, -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 (+627, -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 (+1315, -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/fileio/iogrids.cpp (+1015, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fileio/iomeshes.cpp (+460, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fileio/ioparticles.cpp (+307, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fileio/mantaio.h (+82, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fileio/mantaio.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fileio/mantaio.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fluidsolver.cpp (+241, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/fluidsolver.h (+134, -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 (+166, -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 (+1036, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid.h (+618, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid.h.reg (+47, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid.h.reg.cpp (+195, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid4d.cpp (+644, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid4d.h (+425, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid4d.h.reg (+32, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/grid4d.h.reg.cpp (+190, -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 (+459, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/levelset.h (+63, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/levelset.h.reg (+11, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/levelset.h.reg.cpp (+36, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/mesh.cpp (+1525, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/mesh.h (+410, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/mesh.h.reg (+53, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/mesh.h.reg.cpp (+227, -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 (+313, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/noisefield.h (+411, -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 (+838, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/particle.h (+782, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/particle.h.reg (+70, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/particle.h.reg.cpp (+275, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/advection.cpp (+568, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/apic.cpp (+204, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/extforces.cpp (+490, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/fire.cpp (+128, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/flip.cpp (+856, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/fluidguiding.cpp (+410, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/initplugins.cpp (+753, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/kepsilon.cpp (+222, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/meshplugins.cpp (+637, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/pressure.cpp (+592, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/ptsplugins.cpp (+109, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/secondaryparticles.cpp (+823, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/plugin/sndparticles.cpp (+275, -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/numpyWrap.cpp (+68, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/numpyWrap.h (+60, -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 (+220, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pvec3.cpp (+393, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pymain.cpp (+125, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pythonInclude.h (+45, -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 (+382, -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 (+76, -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 (+56, -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/matrixbase.h (+256, -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 (+375, -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 (+35, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/vector4d.h (+447, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/vectorbase.cpp (+35, -0) (View)
/intern/mantaflow/intern/manta_pp/omp/util/vectorbase.h (+611, -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 (+52, -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 (+229, -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 (+442, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/conjugategrad.h (+208, -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 (+561, -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 (+1301, -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/fileio/iogrids.cpp (+1001, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fileio/iomeshes.cpp (+460, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fileio/ioparticles.cpp (+307, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fileio/mantaio.h (+82, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fileio/mantaio.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fileio/mantaio.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fluidsolver.cpp (+241, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/fluidsolver.h (+134, -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 (+166, -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 (+831, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid.h (+551, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid.h.reg (+47, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid.h.reg.cpp (+195, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid4d.cpp (+488, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid4d.h (+347, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid4d.h.reg (+32, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/grid4d.h.reg.cpp (+190, -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 (+412, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/levelset.h (+63, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/levelset.h.reg (+11, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/levelset.h.reg.cpp (+36, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/mesh.cpp (+1318, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/mesh.h (+410, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/mesh.h.reg (+53, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/mesh.h.reg.cpp (+227, -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 (+313, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/noisefield.h (+411, -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 (+670, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/particle.h (+754, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/particle.h.reg (+70, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/particle.h.reg.cpp (+275, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/advection.cpp (+473, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/apic.cpp (+197, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/extforces.cpp (+402, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/fire.cpp (+106, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/flip.cpp (+733, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/fluidguiding.cpp (+377, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/initplugins.cpp (+640, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/kepsilon.cpp (+197, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/meshplugins.cpp (+637, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/pressure.cpp (+524, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/ptsplugins.cpp (+81, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/secondaryparticles.cpp (+722, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/plugin/sndparticles.cpp (+275, -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/numpyWrap.cpp (+68, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/numpyWrap.h (+60, -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 (+220, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pvec3.cpp (+393, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pymain.cpp (+125, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pythonInclude.h (+45, -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 (+382, -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 (+58, -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 (+56, -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/matrixbase.h (+256, -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 (+375, -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 (+35, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/vector4d.h (+447, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/vectorbase.cpp (+35, -0) (View)
/intern/mantaflow/intern/manta_pp/tbb/util/vectorbase.h (+611, -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 (+52, -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)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021