all tests pass now

This commit is contained in:
Jukka Aho
2016-07-03 21:16:03 +03:00
parent eec6db657d
commit 757ba2b3d9
52 changed files with 607 additions and 853 deletions
+8
View File
@@ -26,6 +26,14 @@ function call(element::Element{Poi1}, ip, time, ::Type{Val{:detJ}})
return 1.0
end
function get_integration_order(element::Poi1)
return 1
end
function get_integration_points(element::Poi1, order::Int64)
return [ (1.0, [] ) ]
end
### 1d elements
type Seg2 <: AbstractElement