mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-18 01:31:31 +00:00
Merge branch 'master' of git://github.com/JuliaFEM/JuliaFEM.jl
This commit is contained in:
+2
-2
@@ -27,12 +27,12 @@ end
|
||||
|
||||
# 3D Elasticity problems
|
||||
function ElasticityProblem(dim::Int=3, elements=[])
|
||||
return Problem{ElasticityProblem}(dim, elements)
|
||||
return Problem{ElasticityProblem}("elasticity problem", dim, elements)
|
||||
end
|
||||
|
||||
# 2D Plane stress elasticity problems
|
||||
function PlaneStressElasticityProblem(dim::Int=2, elements=[])
|
||||
return Problem{PlaneStressElasticityProblem}(dim, elements)
|
||||
return Problem{PlaneStressElasticityProblem}("plane stress elasticity problem", dim, elements)
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user