swh:1:snp:c95df72d4e5c96187a6db0d9738c7891921db9b8

sort by:
Revision Author Date Message Commit Date
619a911 - fixed readme 19 January 2022, 09:38:43 UTC
94293be - updated License info in readme 19 January 2022, 09:33:34 UTC
ae6e217 - try to fix Github CI 16 December 2021, 09:57:26 UTC
8aeb09b - revert 16 December 2021, 09:53:00 UTC
7cc302f - try to fix linux CI 16 December 2021, 09:50:23 UTC
299beaa - fixed command line parameter evaluation 16 December 2021, 09:28:48 UTC
a85d4f4 - bugfix 13 December 2021, 14:13:18 UTC
95760d9 - updated documentation 02 December 2021, 13:16:07 UTC
c0a06c6 - md fix 05 November 2021, 16:20:39 UTC
18d02f1 - fix md 05 November 2021, 16:06:45 UTC
364cefb - md fix 05 November 2021, 15:40:37 UTC
e0ebe3b - md fix 05 November 2021, 15:38:02 UTC
6d51f2c - fix docs 05 November 2021, 15:32:01 UTC
a05a435 Update requirements.txt 05 November 2021, 15:13:28 UTC
b3367f2 - README.md 05 November 2021, 14:38:04 UTC
c59db47 - implemented a non-avx version of the elasticity solver by Kugelstadt et al. "Fast Corotated Elastic SPH Solids with Implicit Zero-Energy Mode Control", 2021 10 September 2021, 09:37:59 UTC
fd57b75 - utf8 encoding 07 September 2021, 14:10:06 UTC
acb5d8e - utf8 encoding 07 September 2021, 14:06:12 UTC
c4c84ad - Linux fixes 07 September 2021, 13:54:16 UTC
560a87c - added implementation of elasticity solver by Kugelstadt et al. "Fast Corotated Elastic SPH Solids with Implicit Zero-Energy Mode Control", 2021 - added fast AVX Cholesky solver written by José Antonio Fernández-Fernández - added a tool to skin a visual mesh to the moving particles of an elastic solid in a postprocessing step - extended the volume sampling tool by the method of Kugelstadt et al. 2021 - extended the volume sampling tool by the method of Jiang et al. 2015 - now each fluid model has an id - extended exporters to write one file per object id 07 September 2021, 13:20:10 UTC
eae2b97 - updated FoamGenerator.md 14 June 2021, 12:21:40 UTC
52f83bb - added new foam generator tool to generate spray, foam and bubble particles in a postprocessing step in order to improve the visual realism of the final rendering - added documentation of the foam generator 14 June 2021, 12:11:54 UTC
61ebc75 - fixed doc 09 June 2021, 10:55:36 UTC
d0c28bb - missing flag 09 June 2021, 10:21:22 UTC
0452a69 - linux fix 09 June 2021, 10:06:18 UTC
cb45119 - added support of embedded Python scripts (must be activated in CMake) - added possibility to animate rigid bodies in Python - added Implicit Compressible SPH pressure solver by Gissler et al. 2020 - fixed bug in AnimationField (thanks to Lukas Westhofen) - improved stability of volume maps 09 June 2021, 09:40:47 UTC
1f9ab8a - linux fix 14 April 2021, 13:02:31 UTC
d5172c9 - added ParaView partio plugin - extended tooltips by json key - small avx improvements - fluid can have an initial angular velocity - improved Maya plugin - added support of asynchronous file writing in the partio exporter - added reset callback 14 April 2021, 12:43:40 UTC
2247a87 - fix 19 January 2021, 14:03:35 UTC
26afd21 - cleanup 19 January 2021, 13:32:14 UTC
00db0a7 Merge branch 'master' of https://github.com/InteractiveComputerGraphics/SPlisHSPlasH into master 19 January 2021, 12:50:10 UTC
a9bee8d - doc fix 19 January 2021, 12:49:46 UTC
2475c31 Fix linux build (#100) 19 January 2021, 11:05:04 UTC
f840ccb - added documentation about how to implement an exporter - added a Python data exporter example (can export rigid bodies in all formats supported by meshio) - added an OBJ rigid body exporter - implemented a simple interface to register own particle and rigid body exporters - extracted the scene configuration in a singleton class - simplified the interface to register a new non-pressure force 19 January 2021, 09:02:29 UTC
63f16d7 - fix for multiphase fluids 08 December 2020, 15:54:47 UTC
a2d2ce4 - updated version 08 December 2020, 15:30:29 UTC
dab404a - added cmake option for third-party methods 08 December 2020, 15:28:52 UTC
e2de8fb - removed warnings - cleanup code 07 December 2020, 15:24:27 UTC
f615454 Merge branch 'master' into merge_surface_tension 07 December 2020, 12:40:34 UTC
66bfc74 Update build-linux.yml 07 December 2020, 12:31:25 UTC
6fc845f - added a test for reading and writing the state of a simulation 07 December 2020, 11:32:02 UTC
7c341ff - added missing files 24 November 2020, 08:17:11 UTC
0603552 - updated to Eigen 3.3.8 - added a hotkey (m) to rescale the range of the current color map - color maps range is determined automatically - all particle fields can now be used for rendering - improved stability of implicit boundary handling - improved documentation - added DebugTools class which generates additional particle data for debugging - added Python example to add a particle field, this can be used for visual debugging or to export additional data per particle - updated pybind 24 November 2020, 08:14:57 UTC
a581c45 add changes to current version, destructor corrected, performNeighborhoodSearchSort implemented 15 October 2020, 12:52:40 UTC
afc32f4 - improved warmstart 02 October 2020, 07:37:29 UTC
a023135 - bugfixes 26 August 2020, 09:58:35 UTC
56cfd29 - fix 08 July 2020, 14:54:47 UTC
92c6703 - docs 08 July 2020, 14:50:16 UTC
1a758f2 - docs 08 July 2020, 14:00:37 UTC
94ec9e9 Merge branch 'master' of https://github.com/InteractiveComputerGraphics/SPlisHSPlasH 08 July 2020, 11:51:45 UTC
bf5a59f - updated doc 08 July 2020, 11:51:18 UTC
79a15af Update version 07 July 2020, 09:24:53 UTC
c5360fb Fix Illegal Instruction issue with prebuilt linux packages (#77) * Added option to compile for generic 64 bit architecture when building on CI * Try to build linux with avx support * Adjust CI and increment version * Fixes and decrement version 07 July 2020, 09:23:05 UTC
75490b9 Update build_from_source.md 07 July 2020, 08:48:20 UTC
f348020 - added build instructions - added more colormaps 07 July 2020, 08:39:55 UTC
4ed552a - fixed image 30 June 2020, 12:21:47 UTC
250fa7b - Python fixes - new screenshots 30 June 2020, 12:03:48 UTC
604817a Update version 23 June 2020, 12:08:16 UTC
1cc7b36 Fix order of arguments in FluidData bindings 23 June 2020, 10:47:23 UTC
755fc17 - updated README.md 19 June 2020, 14:35:04 UTC
0dd3cf8 - removed Doxyfile 17 June 2020, 18:09:00 UTC
b389466 - small fix 17 June 2020, 18:08:12 UTC
04dd3e1 Add doc hyperlink 17 June 2020, 17:08:08 UTC
1c4d7a3 Add doc badge 17 June 2020, 17:05:26 UTC
f8ad9e2 Update doc 17 June 2020, 16:43:06 UTC
6d8c943 Update doc 17 June 2020, 16:34:03 UTC
fcddc51 Merge branch 'master' of https://github.com/InteractiveComputerGraphics/SPlisHSPlasH 17 June 2020, 15:45:43 UTC
d973c7a - added missing file 17 June 2020, 15:45:18 UTC
8ead612 Update about.md 17 June 2020, 15:39:19 UTC
e413a15 Update index.rst 17 June 2020, 15:39:00 UTC
c4b1f73 - improved documentation - added version file 17 June 2020, 15:26:47 UTC
a4ff5c4 Require a specific sphinx version 17 June 2020, 09:59:04 UTC
a80f9dd Rtd Integration (#75) * Modify Doxyfile to generate xml * Revert "Modify Doxyfile to generate xml" This reverts commit 4f047c484717b944019c189d14842d6e3421e46a. * Fix encoding and symbols * Modified documentation. Now builds current documentation in sphinx. * Fix unknown symbols 17 June 2020, 09:33:56 UTC
f6effd5 - added teaser 16 June 2020, 05:57:07 UTC
f08ebd4 Fix ci linux (#74) * - test update ci script * - Run Actions on push * - Bump version to fix pypi builds * Prevent main CI from executing on pull request to master 12 June 2020, 13:58:20 UTC
9937dd2 - python fix 03 June 2020, 10:07:32 UTC
48011bc - linux build fix 02 June 2020, 16:12:20 UTC
7b474c9 - linux build fix 02 June 2020, 16:05:53 UTC
7a60096 - linux build fix 02 June 2020, 15:57:03 UTC
4c97cfc - fix linux python build 02 June 2020, 15:52:36 UTC
65df2a6 - fix windows build script 02 June 2020, 15:39:42 UTC
9768cf8 - fix linux build script 02 June 2020, 15:36:08 UTC
c0541e1 - performance improvements - added GUI based on the imgui library - added GLFW - removed dependency on glew - removed dependency on freeglut - bugfixes 02 June 2020, 15:21:25 UTC
77e7db9 Merge pull request #65 from InteractiveComputerGraphics/digitalillusions-patch-ci Patch CI and Update Documentation 08 April 2020, 13:03:49 UTC
0ec45c4 Adjusting Documentation and CI Scripts 08 April 2020, 10:17:53 UTC
7a748bf Revert version and push to pypi 07 April 2020, 13:03:36 UTC
c71d506 Bump version and update readme with absolute github links 07 April 2020, 08:28:59 UTC
1936b77 Encoding kwarg not available on python 2.7 06 April 2020, 17:44:44 UTC
610004d Bump version to include Description in TestPyPI 06 April 2020, 17:33:17 UTC
c7638a1 More renames 03 April 2020, 15:13:49 UTC
9ebae42 More renames 03 April 2020, 14:26:14 UTC
1820805 Rename python moduke 03 April 2020, 14:18:51 UTC
20bef64 - updated file_format.md 03 April 2020, 13:14:01 UTC
590a889 Disable AVX build for manylinux, as it breaks compatibility 29 March 2020, 15:03:19 UTC
fc0cde1 Update setup py and docs Fixed relative rpath issue. Auditwheel could not copy the relevant library file to the correct location during repair step. 27 March 2020, 15:21:34 UTC
9c23c1c Upload unique name 27 March 2020, 11:51:24 UTC
a48847b Build linux wheels in parallel 27 March 2020, 11:48:22 UTC
258d17d Build for many python versions 27 March 2020, 11:24:41 UTC
e1b298d Upload compiled wheels as artifacts 27 March 2020, 10:45:49 UTC
bad2bce Removed allocator class 27 March 2020, 10:29:38 UTC
back to top