https://github.com/projectchrono/chrono

sort by:
Revision Author Date Message Commit Date
6b409b7 Merge branch 'release/3.0.0' 08 July 2017, 18:41:39 UTC
b11bffb Set final links in header menu for doxygen-generated documentation pages 07 July 2017, 06:04:47 UTC
2725f06 Fix output from demo_POST_emitter_asset 07 July 2017, 05:44:12 UTC
e81671c fixed the domain size for periodic boundary condition used in the .cpp file 06 July 2017, 15:04:03 UTC
a2cd4bf bug fix in exporting to paraview file 06 July 2017, 15:02:22 UTC
f07828a Remove VCS revision from ChVersion.h header. If needed, this macro could be provided through a different generated configuration header, but *not* ChVersion.h, as this would trigger full rebuilds after each git commit. 06 July 2017, 10:26:31 UTC
4d1a01f Fix CMakeLists for Chrono::CASCADE. - fix hardcoded assumption (Windows) that the VC10 version of OpenCASCADE - instead, ask the user to specify the path to the OpenCASCADE libraries 06 July 2017, 08:36:52 UTC
83a444e Redirect output from FEA and FSI demos to the single, common output directory 06 July 2017, 05:35:28 UTC
32f3f25 Ensure output from demos goes under a single common directory. - needed to prevent pollution of install directory - fixed demos for Chrono::Engine, Chrono::Parallel, Chrono::POST, and Chrono::Vehicle 05 July 2017, 20:39:33 UTC
48490c7 Fix DLL export for class defined in header 05 July 2017, 20:37:29 UTC
ff0fc19 Add utility function to specify common output directory for all Chrono demos. 05 July 2017, 20:37:01 UTC
049c2b4 Print Chrono version from all demos 05 July 2017, 15:36:41 UTC
f99a898 Clean up unused and redundant version-related macros. - add a macro with the Chrono version as a hexadecimal integer in a single place (ChVersion.h) - if needed, all Chrono modules should use this single value (all modules are distributed and released together, no need for separate versions) - remove unnecessary files in chrono_python 05 July 2017, 14:38:43 UTC
165508e Set Chrono version number for release 3.0.0 05 July 2017, 13:09:49 UTC
e81db84 Adjust Chrono version macros 04 July 2017, 12:01:01 UTC
aabc647 Add a simple powertrain template (based on speed-torque engine maps). This model has no torque converter and can have either a manual or an automatic transmission. It accepts a single reverse gear and any number of forward gears. In automatic mode, gear shifting is done based on specified ideal shift points. Add concrete class for use with a HMMWV vehicle. 03 July 2017, 15:48:40 UTC
5456559 Merge branch 'develop' of https://github.com/projectchrono/chrono into develop 03 July 2017, 13:22:05 UTC
aa99f07 Fix a problem with the FEA importer from .IMP Abaqus files, was failing for DC3D10 elements 03 July 2017, 13:21:55 UTC
041643a Miscellaneous fixes and tweaks to doxygen documentation 01 July 2017, 16:54:45 UTC
db06d34 Merge branch 'develop' of https://github.com/projectchrono/chrono into develop 29 June 2017, 22:30:25 UTC
30bafbc You can enable the visualization of the real-time profiler by pressing the "o" key in the Irrlicht 3D view. 29 June 2017, 22:30:19 UTC
a886255 Function to plot the profiler infos as text + bar chart, in Irrlicht view. 29 June 2017, 22:29:42 UTC
283656d Instrument the ChSystem main functions with the new CH_PROFILE macro, that uses automatic scope life of sampler objects. This can be expanded in future. Just put a CH_PROFILE("myfunctionname") inside your function or {... } scope, and you'll see the timings in the 3D view profiler (press 'o' in the 3d view to show the profiler). Also the Bullet coll detection has been instrumented in order to distinguish broad phase / narrow phase. 29 June 2017, 22:29:04 UTC
4d236ff Export the ChProfiler 29 June 2017, 22:25:57 UTC
ebe72cc Cleanup Irrlicht loop: instead of using Irrlicht-specific application.GetVideoDriver()->BeginScene(....), use the new application.BeginScene(...) Same for EndScene(). 29 June 2017, 22:25:16 UTC
d8ad739 Minor fixes 29 June 2017, 20:17:29 UTC
959b42d Update Chrono::Vehicle documentation file 29 June 2017, 20:09:57 UTC
4cfbc49 Reorganize documentation files. These changes are in preparation for supporting release-specific documentation hierarchies. - remove references to "FAQ", "Validation Studies", "White Papers", etc. (these are release-independent and now hosted elsewhere) - move link to "Installation Guides" to the main documentation page - provide link to PDF version of reference manual from within the documentation itself (this is release-specific) 29 June 2017, 19:51:25 UTC
b9a7677 Merge branch 'develop' of https://github.com/projectchrono/chrono into develop 29 June 2017, 18:27:36 UTC
dcba859 Fix bug where input files were open for read and write. This is an issue when the input data files are in a read-only directory (e.g., when installing Chrono in a restricted access directory). 29 June 2017, 18:26:56 UTC
1afe9fb Changed dropdowns 29 June 2017, 18:26:20 UTC
ff6326a Merge branch 'feature/cuda_configuration' into develop 29 June 2017, 12:11:48 UTC
f8aa087 Do not set the CUDA device (and certainly not to device 1) 29 June 2017, 12:11:47 UTC
d3a3df1 Add support for automatic detection of installed GPU 29 June 2017, 12:11:47 UTC
0e8dd90 Add functions for calculating the instantaneous vehicle COM location. - Currently only implemented for wheeled vehicles 29 June 2017, 07:39:44 UTC
92b7373 Remove obsolete files 28 June 2017, 16:15:14 UTC
4b0deca Fix typos and remaining Doxygen warnings 28 June 2017, 13:00:36 UTC
b22922c Fix comment in standard file header for chrono::fsi 28 June 2017, 10:02:54 UTC
8e609bf Fix comment in standard file header... Modules (and relative demos and utests) affected: - chrono - fea - cosimulation - cascade - parallel - models - python - vehicle - mpi - opengl - parallel 28 June 2017, 10:02:54 UTC
d8aa291 Rename `DeformableTerrain` to `SCMDeformableTerrain` 27 June 2017, 19:20:15 UTC
c16cbe3 Remove obsolete Chrono::Vehicle files 27 June 2017, 15:45:04 UTC
54807ac Upgrade constraint classes to the ChArchive serialization system. Remove the StreamIN and StreamOUT functions, add the ArchiveIN and ArchiveOUT members. 27 June 2017, 14:41:12 UTC
d6d8002 Remove the CH_FACTORY_TAG macro. This macro was used in most Chrono classes, so this change affects 99% of the headers, but the impact in backward compatibility of the API is null. In fact, that macro was deprecated since we switched to the new serialization system. The effect of the macro is now covered by CH_FACTORY_REGISTER as a side effect. 27 June 2017, 14:40:07 UTC
d9d8321 Change set of tutorial slides linked in doxygen documentation 27 June 2017, 07:04:58 UTC
2bd9e4d Fix syntax errors in JSON files 24 June 2017, 10:14:14 UTC
84bbde5 Fix comment in standard file header 24 June 2017, 07:59:16 UTC
930606b Fix comment in standard file header 24 June 2017, 07:37:10 UTC
5776454 Clean up Chrono::Parallel. - remove obsolete files - rename header for SPH kernels - add standard header throughout 24 June 2017, 06:44:05 UTC
e7122da Changes and cleanups in chrono_fsi demos to apply the API changes 23 June 2017, 16:00:28 UTC
49ac65e Removed the OpenGL support from chrono_fsi, this needs to be re-designed later. 23 June 2017, 15:58:13 UTC
e6f1f59 Fix Markdown documentation for ProjectChrono website - added demo_conveyor that was referred, but not existing - removed any reference to POSTPROCESSING; replaced with POSTPROCESS - links to modules will resolve to "group__<modulename>__module" and not to their installation page - python_installation errors are still present: slight changes must be accepted in order to resolve the Doxygen warnings 22 June 2017, 13:08:55 UTC
2745f77 Fix Doxygen documentation in Chrono::fea 22 June 2017, 12:55:53 UTC
46dd2b7 Fix Doxygen documentation in Chrono::matlab 22 June 2017, 12:55:53 UTC
526e2dc Fix Doxygen documentation in Chrono::cosimulation 22 June 2017, 12:55:53 UTC
10529ab Fix Doxygen documentation in Chrono::python 22 June 2017, 12:55:53 UTC
d87b2eb Fix Doxygen documentation in Chrono::cascade 22 June 2017, 12:55:53 UTC
f6cc592 Fix Doxygen documentation in Chrono::postprocess 22 June 2017, 12:55:53 UTC
01d8fc3 Fix Doxygen documentation in Chrono::irrlicht 22 June 2017, 12:55:53 UTC
f9edddc Fix Doxygen documentation in Chrono::mkl 22 June 2017, 12:55:53 UTC
ed6db63 This is necessary for the ChNodeFEAbase::GetIndex() to return the corect value. 21 June 2017, 20:56:47 UTC
71afe6c Added the DamBreak demo to chrono_fsi demos, fixed a syntax error in ChFsiGeneral.cuh 18 June 2017, 17:18:14 UTC
ef02d6a Modified ChUtilsPrintSph to allow for outputing SPH simulations to csv files. Modified ChUtilsGeneratorFsi to allow for easy creation of walls in other plans than xy. 18 June 2017, 16:53:53 UTC
2aece13 Added to the documentations of the chrono_fsi 18 June 2017, 16:27:40 UTC
5692e61 Clang-format on ChSystemFSI.cpp 16 June 2017, 04:29:45 UTC
c420beb Added documentation to the ChCollisionSystemFSI and some clang formatings 16 June 2017, 04:25:44 UTC
44fc406 Fix typos in comments (Chrono::Vehicle) 15 June 2017, 08:59:39 UTC
8bf692a Add doxygen API documentation for the vehicle models library 15 June 2017, 08:34:06 UTC
a35ce6c Clean up doxygen grouping in Chrono::Vehicle 15 June 2017, 05:52:46 UTC
075cd1e Added to Chrono::FSI documentations… 15 June 2017, 04:15:11 UTC
bfcd37b Fix 'ptrdiff_t' error in GCC 14 June 2017, 23:51:35 UTC
3341746 Fix Doxygen documentation and Chrono header in Chrono module 14 June 2017, 23:16:17 UTC
0e36509 Fixes for some doxygen warnings 14 June 2017, 15:50:45 UTC
9c421c3 Enable verbose output for one of the Travis builds 14 June 2017, 15:01:04 UTC
1faa38d Fix doxygen documentation for Chrono::OpenGL 14 June 2017, 15:00:32 UTC
872a10d Fix misleading assert in ChCSMatrix 14 June 2017, 13:46:26 UTC
f4fe9e9 Include missing header 14 June 2017, 12:35:00 UTC
adc6098 Expanded documentation of sparse matrices and renaming... - ChCSR3Matrix to ChCSMatrix since it supports both CSR and CSC - GetCSR_xxx methods changed to GetCS_xxx - minor renaming of ChSparsityPatternLearner - fixed misleading name of ConvertMatrixType 14 June 2017, 11:45:57 UTC
5aa7744 Fix bug in assembling CSR matrix in MKL solver 14 June 2017, 11:45:42 UTC
59b6bd0 Add MKL installation guide 14 June 2017, 11:31:29 UTC
c0366ee MKL solver: sparsity pattern lock activate by default 14 June 2017, 11:31:29 UTC
ded9a3d Add name identifier for a vehicle system 14 June 2017, 07:22:04 UTC
3a5b50c Added to the documentation of the Chrono::FSI. WIP 14 June 2017, 05:09:30 UTC
dc2331c Expand Chrono::Parallel doxygen documentation 13 June 2017, 16:58:19 UTC
3144503 Remove obsolete files 13 June 2017, 14:45:34 UTC
8b62274 Fix arguments for ChMarker constructor 13 June 2017, 13:19:49 UTC
17a2612 Fix name of chassis body 13 June 2017, 13:19:22 UTC
6abb1e3 Fix comments 13 June 2017, 13:19:00 UTC
a08abf8 Ensure all base classes for vehicle subsystem templates have a virtual destructor 12 June 2017, 10:46:04 UTC
50d8fb5 Fix demo_FEA_abaqus_wheel with MKL 12 June 2017, 09:13:39 UTC
478f02f Adds missing thirdparty license 12 June 2017, 06:10:41 UTC
0fb623e Add doxygen module information to Chrono::FSI 09 June 2017, 09:29:03 UTC
fe62305 Process CUDA headers (*.cuh) with Doxygen 09 June 2017, 09:28:31 UTC
8fa9d05 Update project configuration script to properly deal with the Chrono::Matlab module 06 June 2017, 09:01:41 UTC
2dc48df Mention SMC and NSC in ChSystem autodocs. 04 June 2017, 16:22:20 UTC
e3d5d82 Update the manual section on ChSystem, to explain ChSystemNSC and ChSystemSMC 04 June 2017, 16:18:40 UTC
2cabd36 Merge branch 'develop' of https://github.com/projectchrono/chrono into develop 04 June 2017, 11:51:22 UTC
bf74217 Update doc of python tutorial 04 June 2017, 11:51:09 UTC
c7003b8 Rename Chrono::Parallel demo 03 June 2017, 15:06:00 UTC
f1cafa7 Clean up PARALLEL demos: - enable wireframe visualization at start-up - adjust camera location - apply code formatting 03 June 2017, 09:15:53 UTC
ca48b0a Clean up FEA demos: - split demo_FEA_beamsconstr into two separate demos: demo_FEA_beams_constr and demo_FEA_beams_static - remove demo_FEA_abaqus_wheel4 and demo_FEA_miniature - add standard Chrono file header - apply code formatting 03 June 2017, 09:14:47 UTC
back to top