From e9f00ac8be804694fed90fee6dfaa45f9438ebb8 Mon Sep 17 00:00:00 2001 From: jthorn Date: Sun, 6 Jul 2003 11:39:36 +0000 Subject: Remove Jonathan Thornburg's interpolator (which is GPL and thus not allowed to be in CactusBase; it now lives in AEIThorns/AEILocalInterp/) so this thorn contains only the interpolator written by Thomas Radke in early 2001. The files for this interpolator are now in src/ ; before this commit they were in src/UniformCartesian/ . git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@154 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- .../1d.cube.order1.smooth0.c | 57 ---------------------- 1 file changed, 57 deletions(-) delete mode 100644 src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.cube.order1.smooth0.c (limited to 'src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.cube.order1.smooth0.c') diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.cube.order1.smooth0.c b/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.cube.order1.smooth0.c deleted file mode 100644 index 20523da..0000000 --- a/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.cube.order1.smooth0.c +++ /dev/null @@ -1,57 +0,0 @@ -/* $Header$ */ - -#include -#include -#include -#include -#include - -#include "util_ErrorCodes.h" -#include "cctk.h" -#include "../InterpLocalUniform.h" -#include "../common/structs.h" -#include "../common/fetch.h" -#include "../common/evaluate.h" -#include "../common/store.h" - -/* function prototype */ -#define FUNCTION_NAME LocalInterp_U_LagrMD_1d_cube10 -#include "../template.h" - -#define N_DIMS 1 -#define MOLECULE_MIN_M 0 -#define MOLECULE_MAX_M 1 -#define MOLECULE_SIZE 2 - -/* which derivative ops do we support? */ -#define HAVE_OP_I -#define HAVE_OP_DX -/* n.b. no 2nd derivatives for linear interpolation! */ - -#define XYZ x -#define FP_XYZ fp x -#define STRIDE_IJK stride_i -#define JACOBIAN_MIJK_STRIDE Jacobian_mi_stride - -#define DATA_STRUCT data_struct_1d_cube_size2 -#define COEFFS_STRUCT coeffs_struct_1d_cube_size2 - -#define FETCH_DATA_REAL LocalInterp_fetch_1d_cube2_r -#define FETCH_DATA_REAL4 LocalInterp_fetch_1d_cube2_r4 -#define FETCH_DATA_REAL8 LocalInterp_fetch_1d_cube2_r8 -#define FETCH_DATA_REAL16 LocalInterp_fetch_1d_cube2_r16 -#define FETCH_DATA_COMPLEX LocalInterp_fetch_1d_cube2_c -#define FETCH_DATA_COMPLEX8 LocalInterp_fetch_1d_cube2_c8 -#define FETCH_DATA_COMPLEX16 LocalInterp_fetch_1d_cube2_c16 -#define FETCH_DATA_COMPLEX32 LocalInterp_fetch_1d_cube2_c32 - -#define EVALUATE_MOLECULE LocalInterp_eval_1d_cube2 - -#define STORE_COEFFS LocalInterp_store_1d_cube2 - -/* note pathnames are all relative to "../template.c" */ -#define COEFFS_I_COMPUTE_FILE_NAME "Lagrange-maximum-degree/1d.coeffs/1d.cube.order1.smooth0/coeffs-I.compute.c" -#define COEFFS_DX_COMPUTE_FILE_NAME "Lagrange-maximum-degree/1d.coeffs/1d.cube.order1.smooth0/coeffs-dx.compute.c" - -/* actual code */ -#include "../template.c" -- cgit v1.2.3