https://github.com/projectchrono/chrono

sort by:
Revision Author Date Message Commit Date
9b28aba Adding true readme, moving old to release notes 15 October 2013, 00:07:50 UTC
765acff Added a .gitignore for directories, c++, python and matlab 15 October 2013, 00:07:50 UTC
d911d33 Adding license and copyright header 15 October 2013, 00:07:50 UTC
623eb87 11 October 2013, 12:55:34 UTC
c5dea4e fixed narrowphase compound rotation problem Boxe have local rotation displayed properly in opengl always project normal lagrange multiplier even if not computing with friciton 02 October 2013, 08:20:08 UTC
21304fd Fixed compile errors for irrlicht demos on OSX 02 October 2013, 03:32:44 UTC
7f55fcc Bilateral update is now parallel 29 September 2013, 23:53:04 UTC
f6d02d7 small changes to rigid rigid constacts 29 September 2013, 05:12:35 UTC
12ed0c5 Improved convergence rate of spinning and sliding friction 28 September 2013, 05:28:31 UTC
50ceae8 updating spinning and rolling friction 26 September 2013, 23:20:41 UTC
2b058b3 Update bilaterals and spinning/rolling 23 September 2013, 16:48:26 UTC
9d8dcdd Added spinning and rolling friction code Seems to be working, need to test a few things still 21 September 2013, 20:34:18 UTC
1592670 COrrected compound moment of inertia tensors. Only translations on a single axis will behave correctly for now. 13 September 2013, 18:59:08 UTC
6f7a48d 13 September 2013, 15:31:03 UTC
7cff721 Obsolete parts of code have been removed. Also, CHparser.h .cpp deleted. CHquadra.h .cpp deleted 13 September 2013, 15:08:51 UTC
d7d6cab 13 September 2013, 14:37:12 UTC
27164a4 Removed obsolete code: CHfile, CHimpacts, CHmocap, etc. The CHcollide.h and .cpp have been removed from physics/ to collision/ , and renamed to CHcCollisionUtils .h and .cpp 13 September 2013, 14:36:33 UTC
ee0a93c 13 September 2013, 13:48:00 UTC
62b9dbb 13 September 2013, 13:47:51 UTC
45113f6 13 September 2013, 13:47:35 UTC
1faf756 Refactoring of the FEM code: moved the /fem directory to unit_FEM, so it is an optional unit that can be compiled conditionally (open CMake to set the checkmark) Also, CHtensors.h left in physics. Also, the meshless experimental stuff and its demo_meshless are part of the unit_FEM 13 September 2013, 13:46:20 UTC
00940d5 added lerp function updated opengl 12 September 2013, 01:37:13 UTC
a08c6a0 Fixed small bug in broadphase Fidex major issue with bilaterals, much more stable now. Was an issue with warm starting AABB active region code working properly 04 September 2013, 16:07:26 UTC
afa7f4a Added a better warm start for GPU code, still testing 03 September 2013, 21:08:53 UTC
c1cfc97 Removed two more MAXFLOATS 02 September 2013, 04:47:52 UTC
2da5322 changed MAXFLOAT to FLT_MAX, fixes linux compilation issues 02 September 2013, 04:45:44 UTC
5c00286 Improved performance of solver, code Added in spatial warm starting code for normal contact constraints updated rendering code, more information displated 02 September 2013, 04:41:16 UTC
5e6bb83 Fixed issues with bialterals, Added code to compute diagonal of Shur matrix, this could be used in the future for preconditioning purposes. 28 August 2013, 06:01:12 UTC
4f4143f Minor change, commented out tbb include for thrust. was left over from testing 27 August 2013, 22:52:17 UTC
0002322 Improved performance of Parllel code by ~30% Using thrust parallel with omp properly now Added memsets where necessary Combined operations where possible Collision detection performance improved greatly 27 August 2013, 22:25:15 UTC
c9e7ba2 PID controller whose input is controlled with a function 27 August 2013, 14:37:32 UTC
1efc388 Jacobian and rhs code will be deprecated in favor of a constraint based approach. Rhs and Jacobians along with shur matrix vector multiplies are done on a per constraint type basis, this helps to keep the code clean and modular. Fluid-Fluid and Rigid-Fluid code is not enabled yet Bilaterals need to be tested still. 25 August 2013, 22:54:21 UTC
ae8c79b Remvoed combined jacobian and body id data structures, separated into specific ones for contacts and bilaterals. This removed extra copy operations and streamlines code slightly. 25 August 2013, 20:03:05 UTC
6d9e8c9 Reorganized data structures for host and device data. Currently working on host side, cleaning up memory accesses and removing redundant data. For host simulations memory should be drastically reduced 25 August 2013, 19:47:23 UTC
f8b1d10 Stabilization for APGD can be enabled or disabled at runtime 22 August 2013, 18:59:10 UTC
7238db5 parallel region was not correctly used, removed 22 August 2013, 03:59:26 UTC
a823bc8 Added cone asset and geometry type Tweaked velocity stabilization Updated Opengl to display cone geometry Added a new function to add cone to a collision model, not implemented for Bullet collision model 22 August 2013, 01:38:34 UTC
00a4450 Modified triangle mesh for gpu velocity stabilization active by default opengl code handles triangle meshes better 21 August 2013, 04:47:00 UTC
b7bafe1 allows a ChFunction to be passed into the PID controller, which manages a smooth transition between the current and desired controller inputs over a specified time period. 19 August 2013, 16:05:09 UTC
b9ea24e Moved setBody to the CHcCollisionModel class A chBody can now set the body in the constructor when it is given a collision model as an argument There is no need for ChBodyGPU, class is removed Removed all dependency on ChBodyGPU class Added velocity based stabilization for bilateral constraints, need to clean this up still Added compliance as a per object parameter 09 August 2013, 21:44:39 UTC
cf8193e added GetStrain/GetStress for hexahedrons 07 August 2013, 20:18:03 UTC
9c3a69d removed old include for gpu jacobi solver 03 August 2013, 23:32:02 UTC
c02a063 Added new base GPU class that contains data that most GPU related code requires Added a new class for RHS computation Moved Jacobi solver to the main solver class Adding functionality for stabilization related solver step 03 August 2013, 22:48:55 UTC
d47f860 03 August 2013, 01:04:57 UTC
3ba0694 Updated ChBody with an extra constructor that takes a collision model as an argument Added a unique identifier to Chbody for indexing purposes ChBodyGPU is now a wrapper around ChBody, there is no custom code in ChBodyGPU, it calls the new ChBody constructor with a GPU collision model 30 July 2013, 21:01:59 UTC
c873911 Updated data manager copy functions to be more generic cleaning up the ChSystemGPU code 30 July 2013, 19:14:49 UTC
dc0ae5d 30 July 2013, 03:13:59 UTC
cae7acd Added the classes GaussPoint and GaussIntegrationRule to to manage the volume integration process 30 July 2013, 03:03:11 UTC
798e648 30 July 2013, 03:00:32 UTC
81a2ed3 create bodies where the COG is offset from the mesh origin 29 July 2013, 15:41:33 UTC
02e30dd Justin - adding functions to easily insert a body with a mesh whose origin is offset from the COG of the body 25 July 2013, 17:02:08 UTC
e737ba7 Some extra qualifications removed from header files 24 July 2013, 19:00:36 UTC
9699fe3 Fixing backslashes in #includes that Visual Studio inserted 24 July 2013, 18:46:42 UTC
430db26 22 July 2013, 22:20:01 UTC
c86bc49 Added QUARDATIC HEXAHEDRON Updated demo_FEMbasic.cpp 22 July 2013, 22:18:31 UTC
080b296 cleaning up GPU code removed optimized APGD code temporarily (might be placed in it's own solver class) removed dependency on gpu data structures, all classes should now get the full data and determine which data to pick. 19 July 2013, 11:35:18 UTC
1326bc3 Added linear hexaedral element class Updated fem/demo_FEMbasic.cpp 18 July 2013, 21:05:17 UTC
17b2bdc refactor: change CHGPUDataManager class to ChGPUDataManager 18 July 2013, 14:47:24 UTC
d6229f3 Fixing compilation issues, slashes were in the wrong direction 18 July 2013, 09:57:59 UTC
16977bd 16 July 2013, 16:28:13 UTC
cac828e Added quadratic tetrahedron 16 July 2013, 16:24:57 UTC
f3f6b71 Setup changed to SetupInitial in ChElementBase etc. Also, SetupInitial() added to ChMesh too, for collective initialization. 10 July 2013, 15:16:07 UTC
65cee33 Bug in ChLcpConstraintTwoGeneric - fixed. The FEM test with constrained tetahedron is working. 10 July 2013, 14:49:56 UTC
7cb3ec4 Bug in ChNodeBody, the 'attached position' of a point was always 0,0,0 after Initialize. Now fixed to get the actual pos of the node. 10 July 2013, 09:24:37 UTC
245dd98 Modified the vector3dfCH() constructor and the ChIrrTools::alignIrrlichtNodeToChronoCsys() function to take const references as parameters (as they are not modified). This allows passing rvalues (e.g. temporaries) which would be prohibited if these functions accepted non-const references (error with gcc; Visual C++ binds rvalues to non-const references as a "feature"). 09 July 2013, 16:53:07 UTC
48ed43c 09 July 2013, 16:49:34 UTC
8bad975 Modified cmake to reflect changed license and readme file names GPU unit now compiles with gcc 4.7.3 09 July 2013, 08:20:27 UTC
1566796 Updated license to BSD3 renamed license file and readme files Fixed compilation errors with fem code modified opengl code 09 July 2013, 08:03:37 UTC
50a2140 05 July 2013, 13:42:49 UTC
928c86b 04 July 2013, 20:58:49 UTC
6d19a4f 04 July 2013, 20:56:51 UTC
972a4df 04 July 2013, 20:56:22 UTC
d21f7bb added CHelement3D.h, CHelementTetra_4.h/.cpp updated ChContinuumElastic class 04 July 2013, 20:46:51 UTC
395ab2e 04 July 2013, 20:45:39 UTC
50d70f2 04 July 2013, 20:39:44 UTC
9c82b85 03 July 2013, 21:24:39 UTC
49b8a27 02 July 2013, 21:24:59 UTC
13fafbd Obsolete code removed from the FEM directory. The CHfem.h file has been splitted in multiple files. 02 July 2013, 21:24:19 UTC
6e1dc9e Updated Det() Added MatrInverse(matrA) (max 4x4 matrices) 02 July 2013, 12:27:54 UTC
be34dfe 01 July 2013, 14:03:00 UTC
f434efa soil bin with: controls, wheel and soil info panels 30 June 2013, 21:15:43 UTC
e25d1b7 fixed some bin controller issues 26 June 2013, 14:41:00 UTC
01d7911 soilbin now has working controls, output display for wheel and soil infos 26 June 2013, 14:00:33 UTC
a7a1a42 working version of soilbin, with controls 25 June 2013, 15:53:01 UTC
6c54b6c cleaned up APGD code, improved performance 20 June 2013, 07:33:43 UTC
06758ea fixed interface app bug 19 June 2013, 04:13:59 UTC
3ed3fcb Removed minimum residual computation from main loop 18 June 2013, 18:47:34 UTC
be4236f fixed compilation issue 18 June 2013, 18:19:30 UTC
3d5204d Moved reduction operations to thrust calls 18 June 2013, 18:16:22 UTC
d9d4148 demo_soilbin.cpp working (somewhat). fixed some typos in demo_forklift.cpp 18 June 2013, 17:40:39 UTC
3767866 removed direct.h 17 June 2013, 20:54:39 UTC
f54aa5b fixed demo_soilbin, put it in the correct directory. 17 June 2013, 20:50:18 UTC
9155194 Fixed cohesion code for the frictional case for unit GPU, added bilaterals to GPU code 17 June 2013, 20:49:04 UTC
ac8c41e beginning integration of soft soil terrain database functionality 17 June 2013, 00:31:02 UTC
53294a4 added cohesion to gpu code, only supported in APGD solver at the moment, need to clean this up still 14 June 2013, 22:12:35 UTC
bf8d686 Updated OpenGL code, can draw triangle meshes now Added triangle mesh asset GPU collision detection supports triangle meshes again removed reference in CHstream.h as it was causing an error in the new fem demo when a ChVector<> was streamed out to the log file. Working on getting bilateral working with all solvers on GPU 14 June 2013, 04:46:39 UTC
af670f5 Added support for statics (linear) in ChSystem, using DoStaticsLinear. Note that the LCP solver must be PMINRES for the moment, other cannot work. Also note that it is still experimental. Look at demo_FEMbasic.cpp Also, obsolete code from ChObject removed. 12 June 2013, 14:37:00 UTC
e3e05b1 10 June 2013, 21:12:51 UTC
a04aba5 10 June 2013, 14:45:35 UTC
f87ce7f Developement of FEM framework in progress. 07 June 2013, 21:43:58 UTC
back to top