mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-17 02:49:04 +00:00
9 lines
209 B
Julia
9 lines
209 B
Julia
# This file is a part of JuliaFEM.
|
|
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
|
|
|
|
using FactCheck
|
|
using JuliaFEM: test_element
|
|
|
|
using JuliaFEM: Quad4
|
|
test_element(Quad4)
|