mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-26 20:01:32 +00:00
Introduced the concept of element and equation.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user