created a test for tesing the cubic interpolation

This commit is contained in:
Stephen Mardson McQuay
2010-03-20 20:09:46 -06:00
parent 1fc988428d
commit 700ccc8c25
7 changed files with 97 additions and 56 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ def qlinear_3D(X, R):
qlin = sum([q_i * phi_i for q_i, phi_i in zip(R.q, phis)])
return phis, qlin
def run_baker(X, R, S):
def run_baker(X, R, S, order=2):
"""
This is the main function to call to get an interpolation to X from the input meshes