slidergrid

grid of elastic sliders on a frictional surface
git clone git://src.adamsgaard.dk/slidergrid # fast
git clone https://src.adamsgaard.dk/slidergrid.git # slow
Log | Files | Refs | README | LICENSE Back to index

DateCommit messageAuthorFiles+-
2020-01-02 09:40Change to ISC licenseAnders Damsgaard2+13-676
2019-09-07 06:25Update READMEAnders Damsgaard1+23-0
2016-05-04 20:10improve documentationAnders Damsgaard Christensen4+175-150
2016-05-02 16:58add system of equations for 3d beamAnders Damsgaard Christensen3+275-24
2016-04-20 18:47simplify relative velocity calculationAnders Damsgaard Christensen3+9-8
2016-04-20 18:24the contact velocity should use normal vector instead of distance vectorAnders Damsgaard Christensen3+35-10
2016-04-19 23:14insert intro textAnders Damsgaard Christensen2+11-1
2016-04-19 23:08add twist testAnders Damsgaard Christensen1+48-0
2016-04-19 23:07ignore test binaries and output foldersAnders Damsgaard Christensen1+8-0
2016-04-19 23:06add example simulation, remove extra ignoresAnders Damsgaard Christensen2+46-2
2016-04-19 23:05ignore latex build filesAnders Damsgaard Christensen1+14-0
2016-04-19 23:04add outline for documentation of methodsAnders Damsgaard Christensen4+116-0
2016-04-19 19:09add Kelvin-Voigt parameters for twist and bendingAnders Damsgaard Christensen2+27-16
2016-04-18 23:06resolve twist on bondAnders Damsgaard Christensen1+57-6
2016-04-18 21:55add arrays for twisting and bending of the bondAnders Damsgaard Christensen3+90-5
2016-04-15 21:52fix normal-impact simulation parametersAnders Damsgaard6+120-23
2016-04-14 22:32fix format of long intAnders Damsgaard2+3-3
2016-04-14 22:29add debug output for tangential componentsAnders Damsgaard4+52-13
2016-04-14 20:09include missing parameters to printf statementAnders Damsgaard1+10-1
2016-04-14 20:04include rotational kinematics in debug outputAnders Damsgaard3+10-10
2016-04-14 19:38fix makefile targetsAnders Damsgaard1+3-3
2016-04-14 19:36increase runtime of shear exampleAnders Damsgaard2+7-10
2016-04-14 19:24improve debugging output, save bond-parallel displacement as scalarAnders Damsgaard4+58-36
2016-04-12 22:03add debugging information for bond deformationAnders Damsgaard5+57-17
2016-04-05 21:17include simulation id in file nameAnders Damsgaard1+1-1
2016-04-05 21:16enable shear resisting forcesAnders Damsgaard4+29-26
2016-04-05 21:04add shear testAnders Damsgaard2+60-11
2016-04-05 20:57add parantheses to avoid warningAnders Damsgaard2+3-3
2016-04-05 20:55extend elasticity testingAnders Damsgaard7+46-24
2016-04-05 19:39version is now a number, disable debug outputAnders Damsgaard2+3-3
2016-04-05 19:35improve data handling in postprocessing moduleAnders Damsgaard1+27-13
2016-04-05 16:10write and read simulation status fileAnders Damsgaard2+106-36
2016-04-04 22:18change class nameAnders Damsgaard1+2-2
2016-04-04 22:16change VERSION to doubleAnders Damsgaard3+45-24
2016-03-30 21:54change help textAnders Damsgaard1+1-1
2016-03-30 21:25fix argumentsAnders Damsgaard1+11-8
2016-03-30 21:23change general data format, read general information in pythonAnders Damsgaard2+35-10
2016-03-30 21:13plot translational and rotational energy separatelyAnders Damsgaard1+17-7
2016-03-30 21:08determine translational kinetic energyAnders Damsgaard1+10-1
2016-03-30 21:02update slider plotting routine with new variable namesAnders Damsgaard1+13-2
2016-03-30 20:56save plot as PDFAnders Damsgaard1+22-2
2016-03-30 20:51add outline to plot kinetic energy over timeAnders Damsgaard2+18-7
2016-03-30 20:37write all kinematic values to text fileAnders Damsgaard3+42-12
2016-03-30 17:54fix function callAnders Damsgaard1+1-1
2016-03-30 17:51add viscous and non-viscous dampingAnders Damsgaard4+71-17
2016-03-23 22:24add a descriptive sentenceAnders Damsgaard1+3-0
2016-03-23 22:22determine bond-parallel and bond-normal deformation inseparate functionsAnders Damsgaard3+135-30
2016-03-23 20:40fix contact model parameter namesAnders Damsgaard1+2-2
2016-03-23 20:36specify that the stiffness refers to the spring in the Kelvin-Voigt modelAnders Damsgaard3+19-17
2016-03-23 20:14add static keyword to allow inclusion in several objectsAnders Damsgaard1+1-1
2016-03-23 20:08remove unused iteration variableAnders Damsgaard1+0-1
2016-03-23 20:07fix relative pathsAnders Damsgaard3+8-5
2016-03-23 20:04put test into subfolderAnders Damsgaard3+35-34
2016-03-23 20:01put tests in separate folderAnders Damsgaard8+94-62
2016-03-23 19:13add precaution on instabilities with backwards finite differencesAnders Damsgaard1+1-0
2016-03-23 19:13improve stability with central finite differences for displacementAnders Damsgaard2+4-4
2016-03-23 19:11stable behavior with elastic bond modelAnders Damsgaard5+47-14
2016-03-23 17:55break long lines (width > 80 char)Anders Damsgaard1+6-3
2016-03-22 22:58remove unnecessary newlineAnders Damsgaard1+0-1
2016-03-22 22:57remove unused function, initialize force and torque to 0 during initializationAnders Damsgaard2+15-15
2016-03-22 22:15add const keywords, suppress some debug outputAnders Damsgaard3+29-25
2016-03-22 21:59fix index, set velocity for first sliderAnders Damsgaard1+1-1
2016-03-22 21:57set initial distance vector when first finding contactsAnders Damsgaard2+6-1
2016-03-22 21:50show last output file in status, add debugging outputAnders Damsgaard2+20-11
2016-03-22 21:34fix function callsAnders Damsgaard2+6-7
2016-03-22 21:31find and save projected future slider positionAnders Damsgaard4+61-16
2016-03-22 20:26fix debug output in interaction functionAnders Damsgaard2+5-4
2016-03-22 20:22fix force sum, disable debug outputAnders Damsgaard3+12-12
2016-03-22 20:16fix divide by zero error, remove object files in source folderAnders Damsgaard3+8-10
2016-03-22 19:35initialize slider values in setup_simulationAnders Damsgaard2+5-4
2016-03-22 19:32set default values for remaining slider parametersAnders Damsgaard1+26-4
2016-03-22 19:07pass by reference, not valueAnders Damsgaard3+55-58
2016-03-22 19:02decrease verbosity of debug outputAnders Damsgaard2+0-6
2016-03-22 18:56pass sliders as pointers in initializationAnders Damsgaard4+18-10
2016-03-22 18:32include debug header in mainAnders Damsgaard1+1-0
2016-03-22 18:30avoid unused variable warningAnders Damsgaard2+3-2
2016-03-22 18:28add debug information for total slider force balanceAnders Damsgaard3+30-1
2016-03-17 23:56pass pointer to simulation structureAnders Damsgaard3+31-32
2016-03-17 23:49pass pointer to structure instead of structureAnders Damsgaard3+12-11
2016-03-17 23:41save initial conditions, add function to write all output filesAnders Damsgaard4+49-30
2016-03-17 23:16fix vtk file parsingAnders Damsgaard2+30-27
2016-03-17 22:49fix warnings for output folder creationAnders Damsgaard1+3-3
2016-03-17 22:48shorten test, do not read .vti files with postprocessing functionAnders Damsgaard2+5-3
2016-03-17 22:46write slider information to vtk fileAnders Damsgaard1+9-0
2016-03-17 22:41add function prototype to headerAnders Damsgaard1+5-0
2016-03-17 22:38add function to write to VTK filesAnders Damsgaard2+156-3
2016-03-17 21:08update visualization call in makefileAnders Damsgaard1+1-1
2016-03-17 21:07fix parsing of args without optionAnders Damsgaard1+7-4
2016-03-17 20:54parse options sensiblyAnders Damsgaard1+46-20
2016-03-17 20:07rename postprocessing script, restructure testAnders Damsgaard4+74-64
2016-03-17 18:25do not open png files, add perturbationAnders Damsgaard2+4-2
2016-03-17 18:01fix output file numberAnders Damsgaard1+1-0
2016-03-17 18:00fix output files, add simple output visualization scriptAnders Damsgaard1+60-0
2016-03-17 17:19fix output folder creation, file writeAnders Damsgaard2+14-3
2016-03-17 16:27fix sprintf calls, improve error messagesAnders Damsgaard4+34-16
2016-03-16 23:05write slider positions to file, todo: add other paramsAnders Damsgaard3+47-0
2016-03-16 22:39show status during verbose runs, define bond stiffnesses, set temporal parametersAnders Damsgaard4+59-20
2016-03-16 22:01add command line arguments for help and versionAnders Damsgaard3+69-14
2016-03-16 21:40add slider interaction to main loopAnders Damsgaard2+18-1
2016-03-16 21:39moved debug header fileAnders Damsgaard1+0-0
2016-03-16 21:32move non-simulation specific source into separate folderAnders Damsgaard12+10-4
2016-03-16 21:27fix function nameAnders Damsgaard1+1-1
2016-03-16 21:25add simulation constructor, fix neighbor constructionAnders Damsgaard6+60-31
2016-03-16 20:42add file for centralized debug flagsAnders Damsgaard2+19-1
2016-03-16 20:11define simulation setup in separate file which is linked together with main objectsAnders Damsgaard4+36-25
2016-03-16 20:01add simulation parameter value checkAnders Damsgaard5+77-17
2016-03-16 19:34add simulation structure, more vector constructors, initialize slider valuesAnders Damsgaard8+129-29
2016-03-16 18:41implement bond-parallel interactionAnders Damsgaard3+67-18
2016-03-16 17:57ignore ctags fileAnders Damsgaard1+1-0
2016-03-16 17:56determine bond total tension/compression and tension/compression rateAnders Damsgaard4+38-4
2016-03-15 23:23resolve contact relative movementAnders Damsgaard5+124-13
2016-03-15 22:14add bondingAnders Damsgaard3+8-16
2016-03-15 22:11add simple neighbor searchAnders Damsgaard2+21-8
2016-03-15 21:58implement neighbor searchAnders Damsgaard5+85-6
2016-03-15 21:20remove redundant bracesAnders Damsgaard1+2-3
2016-03-15 21:19add time loopAnders Damsgaard3+21-2
2016-03-15 21:09add missing line delimiters, elaborate on integration schemeAnders Damsgaard2+5-3
2016-03-15 20:45add comments, mass and spring_stiffnessAnders Damsgaard1+6-5
2016-03-15 20:43add more helper functions, complete TY3 integration schemeAnders Damsgaard3+62-7
2016-03-15 20:33fix vector function prototypesAnders Damsgaard3+23-12
2016-03-15 20:23add more vector operationsAnders Damsgaard3+13-0
2016-03-15 20:20add vector math definitionsAnders Damsgaard6+57-8
2016-03-15 19:58add more DOFAnders Damsgaard2+3-1
2016-03-15 19:53rename slider print functionAnders Damsgaard3+9-3
2016-03-15 19:50add function to create regular grid of slidersAnders Damsgaard4+40-1
2016-03-15 19:35add license info to readmeAnders Damsgaard1+2-0
2016-03-15 19:34add licenseAnders Damsgaard1+675-0
2016-03-15 19:34add gitignoreAnders Damsgaard1+3-0
2016-03-15 19:33add basic file structureAnders Damsgaard5+60-0
2016-03-15 19:08first commigAnders Damsgaard1+4-0