created a test for tesing the cubic interpolation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user