- 11 Mar, 2014 1 commit
-
-
BLANCHARD Pierre authored
Introduced core width in R_IJ and R_IJK kernels; Fixed R_IJK (scheme: p_i=R_ijk*q_jk, BEWARE: antisymmetry and non_homogeneity strongly affect P2P and MatrixKernel, force not yet implemented); Improved consistency with potential theory for tensorial matrix kernels by defining number of phys vals NPV and number of potential vals NPOT (NRHS=NPV, NLHS=NPOT*NRHS).
-
- 05 Feb, 2014 1 commit
-
-
BLANCHARD Pierre authored
Fixed handling of non homogeneous kernels of interactions (aka matrix kernel) in Uniform kernel (TODO Fix in Chebyshev if relevant), Introduced blockwise evaluation of tensorial matrix kernel (+redesign precomputation), added input parameter in AbstractUnifKernel (for OptiDis non singular Ra_{ijk} or any matrix kernel requiring an extra parameter), +divers test fixing.
-
- 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).
-
- 21 Jan, 2014 1 commit
-
-
BLANCHARD Pierre authored
Implemented a tensorial version for ChebyshevSym kernel (currently in separate files for clarity/safety, TODO finalize and merge), cleaned up tensorial Uniform kernel.
-
- 09 Jan, 2014 1 commit
-
-
BLANCHARD Pierre authored
Introduced tensorial kernels for Uniform FMM (NB: Chebyshev UCB incompatible, TODO Chebyshev Sym), tested for kernel R_{,ij} and its derivative, fixed multidimensionnal fft, + some cleanup.
-
- 08 Jan, 2014 1 commit
-
-
PIACIBELLO Cyrille authored
Change to kernel constructor prototype for Chebyshev and Uniform. Changes propagated to all Test and UTest files (I hope)
-
- 29 Dec, 2013 1 commit
-
-
BLANCHARD Pierre authored
Implementation of Symmetric Uniform Kernel, optimized evaluation of derivative of Lagrange polynomials.
-
- 17 Dec, 2013 1 commit
-
-
BLANCHARD Pierre authored
Implemented UniformGrid/Lagrange interpolation and factorized interpolation specific elements such as the MatrixKernel, Tensor and Mapping classes + Added required tests.
-