Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
7fa2e42d
Commit
7fa2e42d
authored
Mar 13, 2012
by
Matthias Messner
Browse files
moved folder Src/Chebyshev/ to Src/Kernels/Chebyshev/
parent
8b54072f
Changes
22
Hide whitespace changes
Inline
Side-by-side
Src/Chebyshev/FAbstractChebKernel.hpp
→
Src/
Kernels/
Chebyshev/FAbstractChebKernel.hpp
View file @
7fa2e42d
...
...
@@ -2,11 +2,11 @@
#define FABSTRACTCHEBKERNEL_HPP
// [--License--]
#include
"../Utils/FGlobal.hpp"
#include
"../Utils/FTrace.hpp"
#include
"../Utils/FSmartPointer.hpp"
#include
"../
../
Utils/FGlobal.hpp"
#include
"../
../
Utils/FTrace.hpp"
#include
"../
../
Utils/FSmartPointer.hpp"
#include
"../Components/FAbstractKernels.hpp"
#include
"../
../
Components/FAbstractKernels.hpp"
#include
"./FChebInterpolator.hpp"
...
...
Src/Chebyshev/FChebCell.hpp
→
Src/
Kernels/
Chebyshev/FChebCell.hpp
View file @
7fa2e42d
...
...
@@ -2,8 +2,8 @@
#define FCHEBCELL_HPP
#include
"../Extensions/FExtendMortonIndex.hpp"
#include
"../Extensions/FExtendCoordinate.hpp"
#include
"../
../
Extensions/FExtendMortonIndex.hpp"
#include
"../
../
Extensions/FExtendCoordinate.hpp"
#include
"./FChebTensor.hpp"
...
...
Src/Chebyshev/FChebInterpolator.hpp
→
Src/
Kernels/
Chebyshev/FChebInterpolator.hpp
View file @
7fa2e42d
...
...
@@ -6,7 +6,7 @@
#include
"./FChebTensor.hpp"
#include
"./FChebRoots.hpp"
#include
"../Utils/FBlas.hpp"
#include
"../
../
Utils/FBlas.hpp"
...
...
Src/Chebyshev/FChebKernel.hpp
→
Src/
Kernels/
Chebyshev/FChebKernel.hpp
View file @
7fa2e42d
...
...
@@ -2,13 +2,11 @@
#define FCHEBKERNEL_HPP
// [--License--]
#include
"../Utils/FGlobal.hpp"
#include
"../Utils/FTrace.hpp"
#include
"../Utils/FSmartPointer.hpp"
#include
"../
../
Utils/FGlobal.hpp"
#include
"../
../
Utils/FTrace.hpp"
#include
"../
../
Utils/FSmartPointer.hpp"
#include
"./FAbstractChebKernel.hpp"
//#include "./FChebInterpolator.hpp"
#include
"./FChebM2LHandler.hpp"
class
FTreeCoordinate
;
...
...
Src/Chebyshev/FChebLeaf.hpp
→
Src/
Kernels/
Chebyshev/FChebLeaf.hpp
View file @
7fa2e42d
...
...
@@ -2,8 +2,8 @@
#define FCHEBLEAF_HPP
#include
"../Utils/FNoCopyable.hpp"
#include
"../Containers/FVector.hpp"
#include
"../
../
Utils/FNoCopyable.hpp"
#include
"../
../
Containers/FVector.hpp"
class
FChebParticle
;
...
...
Src/Chebyshev/FChebM2LHandler.hpp
→
Src/
Kernels/
Chebyshev/FChebM2LHandler.hpp
View file @
7fa2e42d
...
...
@@ -9,8 +9,8 @@
#include
<fstream>
#include
<typeinfo>
#include
"../Utils/FBlas.hpp"
#include
"../Utils/FTic.hpp"
#include
"../
../
Utils/FBlas.hpp"
#include
"../
../
Utils/FTic.hpp"
#include
"./FChebTensor.hpp"
...
...
Src/Chebyshev/FChebMapping.hpp
→
Src/
Kernels/
Chebyshev/FChebMapping.hpp
View file @
7fa2e42d
...
...
@@ -3,8 +3,8 @@
#include
<limits>
#include
"../Utils/FNoCopyable.hpp"
#include
"../Utils/F3DPosition.hpp"
#include
"../
../
Utils/FNoCopyable.hpp"
#include
"../
../
Utils/F3DPosition.hpp"
/**
* @author Matthias Messner (matthias.matthias@inria.fr)
...
...
Src/Chebyshev/FChebMatrixKernel.hpp
→
Src/
Kernels/
Chebyshev/FChebMatrixKernel.hpp
View file @
7fa2e42d
...
...
@@ -2,9 +2,9 @@
#define FCHEBMATRIXKERNEL_HPP
// [--License--]
#include
"../Utils/F3DPosition.hpp"
#include
"../Utils/FNoCopyable.hpp"
#include
"../Utils/FMath.hpp"
#include
"../
../
Utils/F3DPosition.hpp"
#include
"../
../
Utils/FNoCopyable.hpp"
#include
"../
../
Utils/FMath.hpp"
enum
{
ONE_OVER_R
=
1
,
...
...
Src/Chebyshev/FChebParticle.hpp
→
Src/
Kernels/
Chebyshev/FChebParticle.hpp
View file @
7fa2e42d
...
...
@@ -4,10 +4,10 @@
#include
<stdexcept>
#include
<cassert>
#include
"../Extensions/FExtendPosition.hpp"
#include
"../Extensions/FExtendPhysicalValue.hpp"
#include
"../Extensions/FExtendPotential.hpp"
#include
"../Extensions/FExtendForces.hpp"
#include
"../
../
Extensions/FExtendPosition.hpp"
#include
"../
../
Extensions/FExtendPhysicalValue.hpp"
#include
"../
../
Extensions/FExtendPotential.hpp"
#include
"../
../
Extensions/FExtendForces.hpp"
/**
* @author Matthias Messner (matthias.matthias@inria.fr)
...
...
Src/Chebyshev/FChebRoots.hpp
→
Src/
Kernels/
Chebyshev/FChebRoots.hpp
View file @
7fa2e42d
...
...
@@ -5,7 +5,7 @@
#include
<limits>
#include
<cassert>
#include
"../Utils/FNoCopyable.hpp"
#include
"../
../
Utils/FNoCopyable.hpp"
/**
...
...
Src/Chebyshev/FChebSymKernel.hpp
→
Src/
Kernels/
Chebyshev/FChebSymKernel.hpp
View file @
7fa2e42d
...
...
@@ -2,12 +2,11 @@
#define FCHEBSYMKERNEL_HPP
// [--License--]
#include
"../Utils/FGlobal.hpp"
#include
"../Utils/FTrace.hpp"
#include
"../Utils/FSmartPointer.hpp"
#include
"../
../
Utils/FGlobal.hpp"
#include
"../
../
Utils/FTrace.hpp"
#include
"../
../
Utils/FSmartPointer.hpp"
#include
"./FAbstractChebKernel.hpp"
#include
"./FChebInterpolator.hpp"
#include
"./FChebSymmetries.hpp"
...
...
Src/Chebyshev/FChebSymmetries.hpp
→
Src/
Kernels/
Chebyshev/FChebSymmetries.hpp
View file @
7fa2e42d
...
...
@@ -3,7 +3,7 @@
#include
<climits>
#include
"../Utils/FBlas.hpp"
#include
"../
../
Utils/FBlas.hpp"
#include
"./FChebTensor.hpp"
...
...
Src/Chebyshev/FChebTensor.hpp
→
Src/
Kernels/
Chebyshev/FChebTensor.hpp
View file @
7fa2e42d
#ifndef FCHEBTENSOR_HPP
#define FCHEBTENSOR_HPP
#include
"../Utils/FMath.hpp"
#include
"../
../
Utils/FMath.hpp"
#include
"./FChebRoots.hpp"
#include
"./FChebMapping.hpp"
...
...
Tests/testChebAlgorithm.cpp
View file @
7fa2e42d
...
...
@@ -23,12 +23,12 @@
#include
<cstdio>
#include
<cstdlib>
#include
"../Src/Chebyshev/FChebParticle.hpp"
#include
"../Src/Chebyshev/FChebLeaf.hpp"
#include
"../Src/Chebyshev/FChebCell.hpp"
#include
"../Src/Chebyshev/FChebMatrixKernel.hpp"
#include
"../Src/Chebyshev/FChebKernel.hpp"
#include
"../Src/Chebyshev/FChebSymKernel.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebParticle.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebLeaf.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebCell.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebMatrixKernel.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebKernel.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebSymKernel.hpp"
//#include "../Src/Utils/FTic.hpp"
#include
"../Src/Utils/FParameters.hpp"
...
...
Tests/testChebBinaryM2L.cpp
View file @
7fa2e42d
...
...
@@ -29,8 +29,8 @@
#include
"../Src/Utils/FTic.hpp"
#include
"../Src/Utils/FMath.hpp"
#include
"../Src/Chebyshev/FChebMatrixKernel.hpp"
#include
"../Src/Chebyshev/FChebM2LHandler.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebMatrixKernel.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebM2LHandler.hpp"
...
...
Tests/testChebInterpolator.cpp
View file @
7fa2e42d
...
...
@@ -33,10 +33,10 @@
#include
"../Src/Utils/FAssertable.hpp"
#include
"../Src/Utils/F3DPosition.hpp"
#include
"../Src/Chebyshev/FChebParticle.hpp"
#include
"../Src/Chebyshev/FChebLeaf.hpp"
#include
"../Src/Chebyshev/FChebInterpolator.hpp"
#include
"../Src/Chebyshev/FChebMatrixKernel.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebParticle.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebLeaf.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebInterpolator.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebMatrixKernel.hpp"
...
...
Tests/testChebM2Lprecomputation.cpp
View file @
7fa2e42d
...
...
@@ -30,9 +30,9 @@
#include
"../Src/Utils/FTic.hpp"
#include
"../Src/Chebyshev/FChebTensor.hpp"
#include
"../Src/Chebyshev/FChebM2LHandler.hpp"
#include
"../Src/Chebyshev/FChebMatrixKernel.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebTensor.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebM2LHandler.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebMatrixKernel.hpp"
...
...
Tests/testChebOctree.cpp
View file @
7fa2e42d
...
...
@@ -28,9 +28,9 @@
#include
"../Src/Utils/FAssertable.hpp"
#include
"../Src/Utils/F3DPosition.hpp"
#include
"../Src/Chebyshev/FChebParticle.hpp"
#include
"../Src/Chebyshev/FChebCell.hpp"
#include
"../Src/Chebyshev/FChebLeaf.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebParticle.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebCell.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebLeaf.hpp"
/**
...
...
Tests/testChebSxUCBSy.cpp
View file @
7fa2e42d
...
...
@@ -32,11 +32,11 @@
#include
"../Src/Utils/FAssertable.hpp"
#include
"../Src/Utils/F3DPosition.hpp"
#include
"../Src/Chebyshev/FChebParticle.hpp"
#include
"../Src/Chebyshev/FChebLeaf.hpp"
#include
"../Src/Chebyshev/FChebInterpolator.hpp"
#include
"../Src/Chebyshev/FChebM2LHandler.hpp"
#include
"../Src/Chebyshev/FChebMatrixKernel.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebParticle.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebLeaf.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebInterpolator.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebM2LHandler.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebMatrixKernel.hpp"
...
...
Tests/testChebSymmetries.cpp
View file @
7fa2e42d
...
...
@@ -28,9 +28,9 @@
#include
"../Src/Utils/FTic.hpp"
#include
"../Src/Chebyshev/FChebTensor.hpp"
#include
"../Src/Chebyshev/FChebMatrixKernel.hpp"
#include
"../Src/Chebyshev/FChebSymmetries.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebTensor.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebMatrixKernel.hpp"
#include
"../Src/
Kernels/
Chebyshev/FChebSymmetries.hpp"
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment