mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-19 17:58:53 +00:00
Testing greek letter with Coverage.jl
This commit is contained in:
@@ -4,6 +4,7 @@ end
|
||||
|
||||
|
||||
function C2D4(xx)
|
||||
θ = 1
|
||||
chi = xx[1]
|
||||
eta = xx[2]
|
||||
return = [(1 - chi) * (1 - eta),
|
||||
|
||||
Reference in New Issue
Block a user