Removing vonmises.jl includes (#74)

* Removing vonmises.jl includes

Removing all vonmises.jl includes, since file is no longer
to be found in the repository. Vonmises.jl had definitions
for elasticplastic material models, but those definitions
have been moved to problems_elasticity.jl/problems_elasticplastic.jl
files.

fix #73
This commit is contained in:
ovainola
2017-01-06 12:26:29 +02:00
committed by GitHub
parent c1de25b93e
commit 762acf5e10
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -766,7 +766,6 @@ end
# Plastic material #
###############################
#=
include("vonmises.jl")
abstract PlaneStressLinearElasticPlasticProblem <: LinearElasticityProblem
function PlaneStressLinearElasticPlasticProblem(name="plane stress linear elasticity", dim::Int=2, elements=[])
-2
View File
@@ -1,8 +1,6 @@
# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
include("vonmises.jl")
# Elasticity problems
abstract ElasticPlasticProblem <: AbstractProblem
abstract PlaneStressElasticPlasticProblem <: ElasticPlasticProblem