mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-24 03:07:53 +00:00
Calculate shape functions using FEMBasis.jl
A lot of code is moved to FEMBasis.jl regarding calculating basis / shape functions of finite elements. * add FEMBasis to REQUIRE * remove obsolete files * remove obsolete test files * make integration point iterable * loosen type definitions * get length of element rather from basis than connectivity * calculate midpoint of reference element * wrong input argument to eval_basis! fixed
This commit is contained in:
+1
-1
@@ -416,7 +416,7 @@ function (field::CCTV)(xi::Vector, time::Number)
|
||||
return field.data(time)
|
||||
end
|
||||
|
||||
function (field::CVTV)(xi::Vector, time::Number)
|
||||
function (field::CVTV)(xi, time)
|
||||
return field.data(xi, time)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user