yade:0.97

Last commit made on 2013-05-12
Get this branch:
git clone -b 0.97 https://git.launchpad.net/yade

Branch merges

Branch information

Name:
0.97
Repository:
lp:yade

Recent commits

95e7d0f... by Anton Gladky

0.97.0

777da23... by Anton Gladky

Merge pull request #35 from Kubeu/patch-1

added some hints about plotting and batch mode

a97ffe9... by Jan Stránský

disabled some prints for non __main__ yade imports

e168c01... by dmarzougui <email address hidden>

Correct the type of numbers used in the computation of viscous stress.

e3c1755... by Anton Gladky

Use ${OpenMP_CXX_FLAGS} isntead of explicit -fopenmp.

8d7acec... by Alexander Eulitz [Eugen]

added some hints about plotting and batch mode

damaged linebreak at stopAtIter (simply search for it)

83c5b51... by Bruno Chareyre

- better error handling in FlowEngine
- remove lubrication forces between spheres in boundaries
- check that id1!=id2 before computing forces (can happen in very small periodic packings)
- some code cleaning (FlowEngine.cpp)

ca59407... by Bruno Chareyre

- fix two compile warnings

0636b79... by Bruno Chareyre

- update cell's prevVelGrad in Newton

cff0454... by Bruno Chareyre

- Handle errors in fluid engine more nicely. Pause the simulation when something goes wrong instead of crashing...