~max-mcginley/third-order-lie-map/generator

« back to all changes in this revision

Viewing changes to tests/Makefile

  • Committer: Max McGinley
  • Date: 2015-08-18 17:13:46 UTC
  • Revision ID: max.mcginley@stfc.ac.uk-20150818171346-ou729otm1b9zmnvo
RK4 method added to integrated interaction 4th order hamiltonian. Relative error around 5e-4 for 10mm x,y and 1Mev px, py. Added missing global and particle generation header files. 2 lattices uploaded for use in tests etc. Documentation to follow.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# Where to find user code.
20
20
USER_DIR = ..
21
21
 
22
 
CPP_FILES := $(USER_DIR)/BASEparticle.cc $(USER_DIR)/LieMap.cc $(USER_DIR)/BfieldIntegrator.cc $(USER_DIR)/TestResult.cc $(USER_DIR)/LieOperator.cc $(USER_DIR)/FourthOrderHamiltonian.cc
 
22
CPP_FILES := $(USER_DIR)/BASEparticle.cc $(USER_DIR)/LieMap.cc $(USER_DIR)/BfieldIntegrator.cc $(USER_DIR)/LieOperator.cc $(USER_DIR)/FourthOrderHamiltonian.cc
23
23
OBJ_FILES := $(CPP_FILES:.cc=.o)
 
24
CPP_FILES += ../../src/common_cpp/Maths/PolynomialMap.cc
24
25
 
25
26
# Flags passed to the preprocessor.
26
27
CPPFLAGS += $(OBJ_FILES) \