tLog - granular - granular dynamics simulation
 (HTM) git clone git://src.adamsgaard.dk/granular
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       Date              Commit message                            Author
 (DIR) 2022-07-05 16:42  fix typos                                 Anders Damsgaard
 (DIR) 2021-09-10 07:38  Makefile: also set correct permissions …  Anders Damsgaard
 (DIR) 2021-09-02 12:16  some errx(3) calls should be err(3)       Anders Damsgaard
 (DIR) 2021-08-31 13:42  granular2img: fix indentation             Anders Damsgaard
 (DIR) 2021-08-31 10:34  Makefile: fix "dist" target               Anders Damsgaard
 (DIR) 2021-08-31 08:20  pledge(2) remaining programs and unify …  Anders Damsgaard
 (DIR) 2021-07-14 06:08  Makefile: simplify according to quinq f…  Anders Damsgaard
 (DIR) 2021-06-15 05:37  swap order of file pointers and simulat…  Anders Damsgaard
 (DIR) 2021-05-06 08:21  add comments to examples                  Anders Damsgaard
 (DIR) 2021-05-06 08:15  install examples with documentation, ex…  Anders Damsgaard
 (DIR) 2021-05-05 13:28  fix and improve cross-referencing in ma…  Anders Damsgaard
 (DIR) 2021-05-05 13:09  add granularenergy program and include …  Anders Damsgaard
 (DIR) 2021-04-23 08:09  add many-grain-collision                  Anders Damsgaard
 (DIR) 2021-04-23 07:54  add two-grain collision example           Anders Damsgaard
 (DIR) 2021-04-23 07:24  reset force balance on each iteration     Anders Damsgaard
 (DIR) 2021-04-23 04:42  fix contact removal                       Anders Damsgaard
 (DIR) 2021-04-23 04:20  grain.c: resolve issues around grain fi…  Anders Damsgaard
 (DIR) 2021-04-23 04:06  granulargrain: add options to fix and d…  Anders Damsgaard
 (DIR) 2021-04-22 20:10  fix contact detection logic               Anders Damsgaard
 (DIR) 2021-04-22 19:54  granular2img.1: fix mandoc(1) lint warn…  Anders Damsgaard
 (DIR) 2021-04-22 19:53  granular2img.1: tweak ffmpeg(1) example…  Anders Damsgaard
 (DIR) 2021-04-22 19:47  granular2img.1: elaborate and improve e…  Anders Damsgaard
 (DIR) 2021-04-22 19:33  granular2img: fix color field default v…  Anders Damsgaard
 (DIR) 2021-04-22 19:30  granular2img: allow awk(1) syntax for g…  Anders Damsgaard
 (DIR) 2021-04-22 19:09  granular2img.1: shorten example           Anders Damsgaard
 (DIR) 2021-04-22 19:03  fix typo in man pages                     Anders Damsgaard
 (DIR) 2021-04-22 19:02  rename granular2pdf to granular2img and…  Anders Damsgaard
 (DIR) 2021-04-22 18:23  granulargrain.1: fix indentation in mul…  Anders Damsgaard
 (DIR) 2021-04-22 17:21  fix various mandoc warnings               Anders Damsgaard
 (DIR) 2021-04-22 17:11  granulargrain.c: fix argument read        Anders Damsgaard
 (DIR) 2021-04-22 17:08  add granulargrain program to generate a…  Anders Damsgaard
 (DIR) 2021-04-22 14:13  add acceleration as constant body force   Anders Damsgaard
 (DIR) 2021-04-22 12:22  grain.c: add missing density value check  Anders Damsgaard
 (DIR) 2021-04-22 11:48  set default density and add temporal fu…  Anders Damsgaard
 (DIR) 2021-04-22 11:47  grains.c: fix and optimize grain-grain …  Anders Damsgaard
 (DIR) 2021-04-22 10:33  fix error handling and use secure snpri…  Anders Damsgaard
 (DIR) 2021-04-22 09:57  use proper secure idiom for snprintf      Anders Damsgaard
 (DIR) 2021-04-22 07:52  allow contacts to break and keep track …  Anders Damsgaard
 (DIR) 2021-04-21 19:55  add hertz-mendlin contact model, still …  Anders Damsgaard
 (DIR) 2021-04-21 11:54  add harmonic_mean function                Anders Damsgaard
 (DIR) 2021-04-21 11:52  add dot product function                  Anders Damsgaard
 (DIR) 2021-04-21 10:01  add acceleration lock setting             Anders Damsgaard
 (DIR) 2021-04-21 08:32  only register contacts for enabled grai…  Anders Damsgaard
 (DIR) 2021-04-21 08:18  grain.c: fail if number of contacts exc…  Anders Damsgaard
 (DIR) 2021-04-09 18:35  Makefile: also remove object files asso…  Anders Damsgaard
 (DIR) 2021-04-09 11:23  simulation.c: remove unneeded condition…  Anders Damsgaard
 (DIR) 2021-04-08 20:42  add missing contact.c                     Anders Damsgaard
 (DIR) 2021-04-08 20:36  simulation.c: handle memory around grai…  Anders Damsgaard
 (DIR) 2021-04-08 20:34  make sim_detect_contacts non-static       Anders Damsgaard
 (DIR) 2021-04-08 20:31  simulation.c: do not free input grain i…  Anders Damsgaard
 (DIR) 2021-04-08 20:31  simulation.c: copy new grains to simula…  Anders Damsgaard
 (DIR) 2021-04-08 20:11  add outline for registering new contacts  Anders Damsgaard
 (DIR) 2021-04-08 19:11  add contact struct, will maybe be moved…  Anders Damsgaard
 (DIR) 2021-03-28 15:11  grain.c: add temporal integration schem…  Anders Damsgaard
 (DIR) 2021-03-28 07:29  granularpacking.c: remove duplicate inc…  Anders Damsgaard
 (DIR) 2021-03-28 07:22  gather headers in granular.h, rename np…  Anders Damsgaard
 (DIR) 2021-03-28 07:19  Makefile: use $OBJ for shared objects a…  Anders Damsgaard
 (DIR) 2021-03-27 20:35  include missing headers                   Anders Damsgaard
 (DIR) 2021-03-25 21:38  granular: support and document simulati…  Anders Damsgaard
 (DIR) 2021-03-25 21:34  granular: add man page and add some opt…  Anders Damsgaard
 (DIR) 2021-03-25 21:17  begin handling arguments in main program  Anders Damsgaard
 (DIR) 2021-03-25 21:14  clean up headers and add empty time loop  Anders Damsgaard
 (DIR) 2021-03-25 21:03  move grain read from stdin to simulatio…  Anders Damsgaard
 (DIR) 2021-03-25 20:23  granular2vtu.1: fix program name and fi…  Anders Damsgaard
 (DIR) 2021-03-25 20:20  simulation.c: fix memory leak when addi…  Anders Damsgaard
 (DIR) 2021-03-25 20:15  fix initialization loop                   Anders Damsgaard
 (DIR) 2021-03-25 20:14  also initialize sorting grid value        Anders Damsgaard
 (DIR) 2021-03-25 20:14  simulation: set grid arrays to constant…  Anders Damsgaard
 (DIR) 2021-03-25 19:41  granularpacking.c: add powerlaw option …  Anders Damsgaard
 (DIR) 2021-03-25 19:27  granularpacking: fix help text for diam…  Anders Damsgaard
 (DIR) 2021-03-25 19:14  simulation.c: use VTK macro for positio…  Anders Damsgaard
 (DIR) 2021-03-25 18:44  simulation.c: set float format for VTK …  Anders Damsgaard
 (DIR) 2021-03-25 18:41  simulation.c: condense VTK export code …  Anders Damsgaard
 (DIR) 2021-03-25 18:08  simulation.c: add remaining fields to V…  Anders Damsgaard
 (DIR) 2021-03-25 18:01  granular.5: fix unit for Poisson's ratio  Anders Damsgaard
 (DIR) 2021-03-25 17:57  granular.5: fix units for torque          Anders Damsgaard
 (DIR) 2021-03-25 17:31  README.md: add instructions on build ve…  Anders Damsgaard
 (DIR) 2021-03-25 17:09  use diameter instead of radius in granu…  Anders Damsgaard
 (DIR) 2021-03-25 16:56  granular2pdf.1: add zathura example       Anders Damsgaard
 (DIR) 2021-03-25 16:39  use portable reallocarray instead of ca…  Anders Damsgaard
 (DIR) 2021-03-25 15:54  fix hierarchy of printing functions       Anders Damsgaard
 (DIR) 2021-03-25 15:37  granular2vtu.c: remove extra whitespace   Anders Damsgaard
 (DIR) 2021-03-25 14:53  granular2vtu.c: fix compile warning on …  Anders Damsgaard
 (DIR) 2021-03-25 13:25  granularpacking: add options for paddin…  Anders Damsgaard
 (DIR) 2021-03-25 13:18  add granular2pdf.1                        Anders Damsgaard
 (DIR) 2021-03-25 13:18  granularpacking: add options to change …  Anders Damsgaard
 (DIR) 2021-03-25 12:53  remove OpenBSD array/string functions u…  Anders Damsgaard
 (DIR) 2021-03-25 12:45  update refs in documentation and instal…  Anders Damsgaard
 (DIR) 2021-03-25 12:44  add granularpacking.1                     Anders Damsgaard
 (DIR) 2021-03-25 12:36  add granular2vtu.1                        Anders Damsgaard
 (DIR) 2021-03-25 11:57  granular2vtk.c: add pledge(2)             Anders Damsgaard
 (DIR) 2021-03-25 11:51  fix sim_add_grain, granular2vtk runs wi…  Anders Damsgaard
 (DIR) 2021-03-25 09:17  add OpenBSD array handling for compatib…  Anders Damsgaard
 (DIR) 2021-03-25 07:38  packing: change grain from array to poi…  Anders Damsgaard
 (DIR) 2021-03-21 09:47  change some vars to int, fix i/o          Anders Damsgaard
 (DIR) 2021-03-21 07:12  change naming of sim functions, and use…  Anders Damsgaard
 (DIR) 2021-03-19 21:28  grain.c: fix grain_read element count     Anders Damsgaard
 (DIR) 2021-03-19 21:24  rename granular2pdf and install it        Anders Damsgaard
 (DIR) 2021-03-19 21:14  header file fixes                         Anders Damsgaard
 (DIR) 2021-03-19 21:07  add missing header, reduce example pack…  Anders Damsgaard
 (DIR) 2021-03-19 21:05  fix include errors                        Anders Damsgaard
 (DIR) 2021-03-19 20:58  util.c: rename random function to avoid…  Anders Damsgaard
 (DIR) 2021-03-19 20:56  implement simulation initialization and…  Anders Damsgaard
 (DIR) 2021-03-19 17:37  packing.c: fix malloc in 3d triangular …  Anders Damsgaard
 (DIR) 2021-03-19 17:32  granularplot: remove title from grains    Anders Damsgaard
 (DIR) 2021-03-19 17:32  simulation.c: add VTK export for grains   Anders Damsgaard
 (DIR) 2021-03-19 17:31  packing.c: fix positioning in third dim…  Anders Damsgaard
 (DIR) 2021-03-19 12:33  add triangular regular packing            Anders Damsgaard
 (DIR) 2021-03-19 12:05  packing.c: fix particle count             Anders Damsgaard
 (DIR) 2021-03-19 11:58  add simple script to plot grain positio…  Anders Damsgaard
 (DIR) 2021-03-18 20:01  fix memory handling in packing algorithm  Anders Damsgaard
 (DIR) 2021-03-18 14:13  packing.c: style fixes and check radii …  Anders Damsgaard
 (DIR) 2021-03-18 13:40  arrays.c: fix remaining memory allocati…  Anders Damsgaard
 (DIR) 2021-03-18 13:37  arrays.c: check return from memory allo…  Anders Damsgaard
 (DIR) 2021-03-18 13:33  add first packing algorithm               Anders Damsgaard
 (DIR) 2021-03-18 13:33  fix memory handling around grain creati…  Anders Damsgaard
 (DIR) 2021-03-18 11:48  Makefile: include packing files           Anders Damsgaard
 (DIR) 2021-03-18 11:48  grain.h: include missing libraries        Anders Damsgaard
 (DIR) 2021-03-18 11:47  util.c: change default size distributio…  Anders Damsgaard
 (DIR) 2021-03-18 10:33  grain.c: fix indentation                  Anders Damsgaard
 (DIR) 2021-03-18 10:31  grain.c: change type of exponent in pow…  Anders Damsgaard
 (DIR) 2021-03-18 10:17  grain.c: add grain reading function       Anders Damsgaard
 (DIR) 2021-03-18 09:41  grain.c: specify write precision in hea…  Anders Damsgaard
 (DIR) 2021-03-18 09:12  grain.c: fix grain_print function name    Anders Damsgaard
 (DIR) 2021-03-18 09:07  simulation.c: clean up simulation struct  Anders Damsgaard
 (DIR) 2021-03-18 09:06  grain.c: rename functions so all start …  Anders Damsgaard
 (DIR) 2021-03-18 07:55  util.c: add residual and random number …  Anders Damsgaard
 (DIR) 2021-03-18 07:44  remove residual function from arrays      Anders Damsgaard
 (DIR) 2021-03-18 07:16  simulation.h: remove unneeded vars        Anders Damsgaard
 (DIR) 2021-03-18 07:16  add residual function                     Anders Damsgaard
 (DIR) 2021-03-18 07:04  add functions for calculating kinetic g…  Anders Damsgaard
 (DIR) 2021-03-18 06:59  add helper functions for euclidean norm…  Anders Damsgaard
 (DIR) 2021-03-18 06:44  add grain volume and mass calculations    Anders Damsgaard
 (DIR) 2021-03-18 06:44  move global defines to granular.h         Anders Damsgaard
 (DIR) 2021-03-18 06:36  Makefile: add granular.h                  Anders Damsgaard
 (DIR) 2021-03-18 06:35  fix dimensional constant usage            Anders Damsgaard
 (DIR) 2021-03-18 06:21  Makefile: fix build instructions and re…  Anders Damsgaard
 (DIR) 2021-03-18 06:20  fix many grain inconsitencies             Anders Damsgaard
 (DIR) 2021-03-17 23:23  Makefile: fix deps for granular           Anders Damsgaard
 (DIR) 2021-03-17 23:21  use define for number of dimensions (ND)  Anders Damsgaard
 (DIR) 2021-03-17 23:18  add preliminary granular.c                Anders Damsgaard
 (DIR) 2021-03-17 23:15  add arg.h                                 Anders Damsgaard
 (DIR) 2021-03-17 23:07  Makefile: also install granular(5)        Anders Damsgaard
 (DIR) 2021-03-17 23:04  add preliminary Makefile                  Anders Damsgaard
 (DIR) 2021-03-17 23:04  add README.md                             Anders Damsgaard
 (DIR) 2021-03-17 23:03  add empty simulation.c                    Anders Damsgaard
 (DIR) 2021-03-17 23:02  add LICENSE                               Anders Damsgaard
 (DIR) 2021-03-17 23:00  add untested grain, array, and util fil…  Anders Damsgaard
 (DIR) 2021-03-17 22:39  granular.5: granular stress -> contact …  Anders Damsgaard
 (DIR) 2021-03-17 22:38  granular.5: granular_stress is a vector   Anders Damsgaard
 (DIR) 2021-03-17 21:31  add preliminary granular.5                Anders Damsgaard
       
 (TXT) Atom feed
 (TXT) Atom feed (tags)