- 11 Apr, 2017 1 commit
-
-
Quentin Khan authored
This allows altering the LICENCE text without changing all files. It should avoid merge conflicts in the future.
-
- 20 Oct, 2016 2 commits
-
-
Berenger Bramas authored
-
Berenger Bramas authored
-
- 02 Jun, 2016 1 commit
-
-
Berenger Bramas authored
-
- 07 Mar, 2016 1 commit
-
-
BLANCHARD Pierre authored
Major modification! Defined rigoreous target-source convention: p(x)=sum_y K(x,y)w(y) with x=target and y=source. Direct computation is done by calling MutualParticles(Target params,Source params) or P2P(Target, Source); Kernel matrices evaluation is done by calling evaluate(x=target,y=source) which returns k(x,y)=k(x-y).
-
- 30 Mar, 2015 1 commit
-
-
BRAMAS Berenger authored
-
- 25 Mar, 2015 1 commit
-
-
BRAMAS Berenger authored
-
- 24 Mar, 2015 1 commit
-
-
BRAMAS Berenger authored
-
- 28 Jan, 2015 1 commit
-
-
BRAMAS Berenger authored
-
- 02 Sep, 2014 1 commit
-
-
BRAMAS Berenger authored
Remove some warnings, and split P2PR which is P2P only for one over R and P2P which can accept a matrix kernel (which can be one over R or anything else), both approaches support SSE and AVX but have not been tested.
-
- 14 Jul, 2014 1 commit
-
-
BLANCHARD Pierre authored
Provided generic functions for the evaluation of the direct interactions (pass matrix kernel as argument).
-
- 30 Jun, 2014 1 commit
-
-
PIACIBELLO Cyrille authored
-
- 21 Jun, 2014 1 commit
-
-
COULAUD Olivier authored
In utestRotationDirectSeveralTime we have to implement a method to reset the leaves to their initial state.
-
- 10 Feb, 2014 1 commit
-
-
BLANCHARD Pierre authored
Implemented dense tensorial Chebyshev kernel + add test, fixed some failing utests by comparing RELATIVE errors instead of absolute.
-
- 04 Feb, 2014 1 commit
-
-
BLANCHARD Pierre authored
Introduced tensorial physical value, potential and force (through templatization of P2PParticleContainer with dimensions NRHS and NLHS, default NRHS=NLHS=1). ChebTensorial kernel does not support this yet (TODO apply same modif on ChebInterpolator).
-
- 17 Oct, 2013 2 commits
-
-
BRAMAS Berenger authored
-
BRAMAS Berenger authored
-
- 16 Oct, 2013 1 commit
-
-
BRAMAS Berenger authored
-