Added test to interpolate function

This commit is contained in:
ovainola
2015-06-25 19:20:15 +03:00
parent fd3b343575
commit 2175c55f41
+1
View File
@@ -162,6 +162,7 @@ facts("test interpolation of different field variables") do
@fact interpolate(F4, N, [0.0, 0.0]) => [5.0; 0.5]
@fact interpolate(F5, N, [0.0, 0.0]) => [5.0; 0.5]
@fact interpolate(F5, dNdξ, [0.0, 0.0]) => [5.0 0.0; 0.0 0.5]
@fact interpolate(F6, N, [0.0, 0.0]) => 36
end