- 04 Sep, 2014 1 commit
-
-
BLANCHARD Pierre authored
-
- 15 Jul, 2014 1 commit
-
-
BLANCHARD Pierre authored
-
- 02 Jul, 2014 1 commit
-
-
BLANCHARD Pierre authored
Introduced the concept of extended bounding box in ChebyshevTensorial kernel (ONLY supported for NON_HOMOGENEOUS kernels yet) and provided corresponding tests for interpolator.
-
- 17 Jun, 2014 1 commit
-
-
BLANCHARD Pierre authored
-
- 02 May, 2014 1 commit
-
-
COULAUD Olivier authored
-
- 25 Mar, 2014 2 commits
-
-
BLANCHARD Pierre authored
Some more cleanup in MatrixKernel class (renaming DIM to NCMP, to avoid confusion in other applications) as well as in Chebyshev/Uniform Tensorial tests.
-
BLANCHARD Pierre authored
Redesigned direct DFT and FFT classes (provided a separate complex valued FFT and templatized direct DFT with physical value type); Provided test for C-interfaced Lapack functions such as Cholesky Decomposition (TODO add SVD and QRD).
-
- 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).
-
- 10 Feb, 2014 2 commits
-
-
BLANCHARD Pierre authored
-
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).
-
- 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)
-
- 07 Jan, 2014 1 commit
-
-
COULAUD Olivier authored
-
- 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.
-