yade:newlyCreatedBranch

Last commit made on 2021-09-04
Get this branch:
git clone -b newlyCreatedBranch https://git.launchpad.net/yade

Branch merges

Branch information

Name:
newlyCreatedBranch
Repository:
lp:yade

Recent commits

3e6eebd... by Raphaël Maurin

Update HydroForceEngine.cpp

7dad5ff... by Raphaël Maurin

HydroForceEngine: fix small errors in the fluid resolution
- Threshold the value of the volume fraction in the bed for the mixing length (Li & Sawamoto)
- Fix a mistake in the fluidResolution timing loop (<= instead of <)
- Remove unused variables declarations

505649f... by Janek Kozicki

GUI serialization shows more info if there is an unhandled type.

be0d7b4... by Jérôme Duriez

Clump discretization doc

f878ce0... by Jérôme Duriez

A new onlyReal in O.interactions.has

04c3891... by Janek Kozicki

Move warning "complex tan(…), tanh(…) has huge ULP error for boost < 1.76" to a better place

69060e2... by Janek Kozicki

Simplify handling of ENABLE_COMPLEX_MP in RealHP.hpp

1b55223... by Janek Kozicki

Write in documentation about ComplexHP type and boost multiprecision complex and flag ENABLE_COMPLEX_MP

d0231e3... by Janek Kozicki

Small fix for ENABLE_COMPLEX_MP=OFF

d5d1d8e... by Janek Kozicki

Solve the upconversion problem, add cmake option ENABLE_COMPLEX_MP=OFF if someone prefers the other solution