Introduced the concept of element and equation.

This commit is contained in:
Jukka Aho
2015-08-26 01:39:04 +03:00
parent 18394347dd
commit 8369e508b5
3 changed files with 353 additions and 333 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ type IntegrationPoint
weight :: Float64
attributes :: Dict{ASCIIString, Any}
end
IntegrationPoint(xi, weight) = IntegrationPoint(xi, weight, Dict{AsciiString, Any}())
IntegrationPoint(xi, weight) = IntegrationPoint(xi, weight, Dict{ASCIIString, Any}())
type Assembly
# LHS