Skip to content

Add failing test #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add failing test
Related to issue #57.
  • Loading branch information
ahojukka5 committed Oct 1, 2019
commit a1db79ec2aa9964c5001f06c69db1507e7ee7f5b
9 changes: 9 additions & 0 deletions test/test_typeconversion.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/FEMBase.jl/blob/master/LICENSE

using FEMBase, Test, Tensors

element = Element(Seg2, (1, 2))
data = Vec(1,2,3)
update!(element, 0.0 => data)