Introduction
Introduction Statistics Contact Development Disclaimer Help
tLog - slidergrid - grid of elastic sliders on a frictional surface
git clone git://src.adamsgaard.dk/slidergrid
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2020-01-02 09:40 Change to ISC license Anders Damsgaard
2019-09-07 06:25 Update README Anders Damsgaard
2016-05-04 20:10 improve documentation Anders Damsgaard C�…
2016-05-02 16:58 add system of equations for 3d beam Anders Damsgaard C�…
2016-04-20 18:47 simplify relative velocity calculation Anders Damsgaard C�…
2016-04-20 18:24 the contact velocity should use normal … Anders Damsgaard …
2016-04-19 23:14 insert intro text Anders Damsgaard C�…
2016-04-19 23:08 add twist test Anders Damsgaard C�…
2016-04-19 23:07 ignore test binaries and output folders Anders Damsgaard C�…
2016-04-19 23:06 add example simulation, remove extra ig… Anders Damsgaard …
2016-04-19 23:05 ignore latex build files Anders Damsgaard C�…
2016-04-19 23:04 add outline for documentation of methods Anders Damsgaard C�…
2016-04-19 19:09 add Kelvin-Voigt parameters for twist a… Anders Damsgaard …
2016-04-18 23:06 resolve twist on bond Anders Damsgaard C�…
2016-04-18 21:55 add arrays for twisting and bending of … Anders Damsgaard …
2016-04-15 21:52 fix normal-impact simulation parameters Anders Damsgaard
2016-04-14 22:32 fix format of long int Anders Damsgaard
2016-04-14 22:29 add debug output for tangential compone… Anders Damsgaard
2016-04-14 20:09 include missing parameters to printf st… Anders Damsgaard
2016-04-14 20:04 include rotational kinematics in debug … Anders Damsgaard
2016-04-14 19:38 fix makefile targets Anders Damsgaard
2016-04-14 19:36 increase runtime of shear example Anders Damsgaard
2016-04-14 19:24 improve debugging output, save bond-par… Anders Damsgaard
2016-04-12 22:03 add debugging information for bond defo… Anders Damsgaard
2016-04-05 21:17 include simulation id in file name Anders Damsgaard
2016-04-05 21:16 enable shear resisting forces Anders Damsgaard
2016-04-05 21:04 add shear test Anders Damsgaard
2016-04-05 20:57 add parantheses to avoid warning Anders Damsgaard
2016-04-05 20:55 extend elasticity testing Anders Damsgaard
2016-04-05 19:39 version is now a number, disable debug … Anders Damsgaard
2016-04-05 19:35 improve data handling in postprocessing… Anders Damsgaard
2016-04-05 16:10 write and read simulation status file Anders Damsgaard
2016-04-04 22:18 change class name Anders Damsgaard
2016-04-04 22:16 change VERSION to double Anders Damsgaard
2016-03-30 21:54 change help text Anders Damsgaard
2016-03-30 21:25 fix arguments Anders Damsgaard
2016-03-30 21:23 change general data format, read genera… Anders Damsgaard
2016-03-30 21:13 plot translational and rotational energ… Anders Damsgaard
2016-03-30 21:08 determine translational kinetic energy Anders Damsgaard
2016-03-30 21:02 update slider plotting routine with new… Anders Damsgaard
2016-03-30 20:56 save plot as PDF Anders Damsgaard
2016-03-30 20:51 add outline to plot kinetic energy over… Anders Damsgaard
2016-03-30 20:37 write all kinematic values to text file Anders Damsgaard
2016-03-30 17:54 fix function call Anders Damsgaard
2016-03-30 17:51 add viscous and non-viscous damping Anders Damsgaard
2016-03-23 22:24 add a descriptive sentence Anders Damsgaard
2016-03-23 22:22 determine bond-parallel and bond-normal… Anders Damsgaard
2016-03-23 20:40 fix contact model parameter names Anders Damsgaard
2016-03-23 20:36 specify that the stiffness refers to th… Anders Damsgaard
2016-03-23 20:14 add static keyword to allow inclusion i… Anders Damsgaard
2016-03-23 20:08 remove unused iteration variable Anders Damsgaard
2016-03-23 20:07 fix relative paths Anders Damsgaard
2016-03-23 20:04 put test into subfolder Anders Damsgaard
2016-03-23 20:01 put tests in separate folder Anders Damsgaard
2016-03-23 19:13 add precaution on instabilities with ba… Anders Damsgaard
2016-03-23 19:13 improve stability with central finite d… Anders Damsgaard
2016-03-23 19:11 stable behavior with elastic bond model Anders Damsgaard
2016-03-23 17:55 break long lines (width > 80 char) Anders Damsgaard
2016-03-22 22:58 remove unnecessary newline Anders Damsgaard
2016-03-22 22:57 remove unused function, initialize forc… Anders Damsgaard
2016-03-22 22:15 add const keywords, suppress some debug… Anders Damsgaard
2016-03-22 21:59 fix index, set velocity for first slider Anders Damsgaard
2016-03-22 21:57 set initial distance vector when first … Anders Damsgaard
2016-03-22 21:50 show last output file in status, add de… Anders Damsgaard
2016-03-22 21:34 fix function calls Anders Damsgaard
2016-03-22 21:31 find and save projected future slider p… Anders Damsgaard
2016-03-22 20:26 fix debug output in interaction function Anders Damsgaard
2016-03-22 20:22 fix force sum, disable debug output Anders Damsgaard
2016-03-22 20:16 fix divide by zero error, remove object… Anders Damsgaard
2016-03-22 19:35 initialize slider values in setup_simul… Anders Damsgaard
2016-03-22 19:32 set default values for remaining slider… Anders Damsgaard
2016-03-22 19:07 pass by reference, not value Anders Damsgaard
2016-03-22 19:02 decrease verbosity of debug output Anders Damsgaard
2016-03-22 18:56 pass sliders as pointers in initializat… Anders Damsgaard
2016-03-22 18:32 include debug header in main Anders Damsgaard
2016-03-22 18:30 avoid unused variable warning Anders Damsgaard
2016-03-22 18:28 add debug information for total slider … Anders Damsgaard
2016-03-17 23:56 pass pointer to simulation structure Anders Damsgaard
2016-03-17 23:49 pass pointer to structure instead of st… Anders Damsgaard
2016-03-17 23:41 save initial conditions, add function t… Anders Damsgaard
2016-03-17 23:16 fix vtk file parsing Anders Damsgaard
2016-03-17 22:49 fix warnings for output folder creation Anders Damsgaard
2016-03-17 22:48 shorten test, do not read .vti files wi… Anders Damsgaard
2016-03-17 22:46 write slider information to vtk file Anders Damsgaard
2016-03-17 22:41 add function prototype to header Anders Damsgaard
2016-03-17 22:38 add function to write to VTK files Anders Damsgaard
2016-03-17 21:08 update visualization call in makefile Anders Damsgaard
2016-03-17 21:07 fix parsing of args without option Anders Damsgaard
2016-03-17 20:54 parse options sensibly Anders Damsgaard
2016-03-17 20:07 rename postprocessing script, restructu… Anders Damsgaard
2016-03-17 18:25 do not open png files, add perturbation Anders Damsgaard
2016-03-17 18:01 fix output file number Anders Damsgaard
2016-03-17 18:00 fix output files, add simple output vis… Anders Damsgaard
2016-03-17 17:19 fix output folder creation, file write Anders Damsgaard
2016-03-17 16:27 fix sprintf calls, improve error messag… Anders Damsgaard
2016-03-16 23:05 write slider positions to file, todo: a… Anders Damsgaard
2016-03-16 22:39 show status during verbose runs, define… Anders Damsgaard
2016-03-16 22:01 add command line arguments for help and… Anders Damsgaard
2016-03-16 21:40 add slider interaction to main loop Anders Damsgaard
2016-03-16 21:39 moved debug header file Anders Damsgaard
2016-03-16 21:32 move non-simulation specific source int… Anders Damsgaard
2016-03-16 21:27 fix function name Anders Damsgaard
2016-03-16 21:25 add simulation constructor, fix neighbo… Anders Damsgaard
2016-03-16 20:42 add file for centralized debug flags Anders Damsgaard
2016-03-16 20:11 define simulation setup in separate fil… Anders Damsgaard
2016-03-16 20:01 add simulation parameter value check Anders Damsgaard
2016-03-16 19:34 add simulation structure, more vector c… Anders Damsgaard
2016-03-16 18:41 implement bond-parallel interaction Anders Damsgaard
2016-03-16 17:57 ignore ctags file Anders Damsgaard
2016-03-16 17:56 determine bond total tension/compressio… Anders Damsgaard
2016-03-15 23:23 resolve contact relative movement Anders Damsgaard
2016-03-15 22:14 add bonding Anders Damsgaard
2016-03-15 22:11 add simple neighbor search Anders Damsgaard
2016-03-15 21:58 implement neighbor search Anders Damsgaard
2016-03-15 21:20 remove redundant braces Anders Damsgaard
2016-03-15 21:19 add time loop Anders Damsgaard
2016-03-15 21:09 add missing line delimiters, elaborate … Anders Damsgaard
2016-03-15 20:45 add comments, mass and spring_stiffness Anders Damsgaard
2016-03-15 20:43 add more helper functions, complete TY3… Anders Damsgaard
2016-03-15 20:33 fix vector function prototypes Anders Damsgaard
2016-03-15 20:23 add more vector operations Anders Damsgaard
2016-03-15 20:20 add vector math definitions Anders Damsgaard
2016-03-15 19:58 add more DOF Anders Damsgaard
2016-03-15 19:53 rename slider print function Anders Damsgaard
2016-03-15 19:50 add function to create regular grid of … Anders Damsgaard
2016-03-15 19:35 add license info to readme Anders Damsgaard
2016-03-15 19:34 add license Anders Damsgaard
2016-03-15 19:34 add gitignore Anders Damsgaard
2016-03-15 19:33 add basic file structure Anders Damsgaard
2016-03-15 19:08 first commig Anders Damsgaard
Atom feed
Atom feed (tags)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.