From 762acf5e10e43fea5e97ec8211960a09e2b1a869 Mon Sep 17 00:00:00 2001 From: ovainola Date: Fri, 6 Jan 2017 12:26:29 +0200 Subject: [PATCH] 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 --- src/problems_elasticity.jl | 1 - src/problems_elasticplastic.jl | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/problems_elasticity.jl b/src/problems_elasticity.jl index e3cc30d..6207f4b 100644 --- a/src/problems_elasticity.jl +++ b/src/problems_elasticity.jl @@ -766,7 +766,6 @@ end # Plastic material # ############################### #= -include("vonmises.jl") abstract PlaneStressLinearElasticPlasticProblem <: LinearElasticityProblem function PlaneStressLinearElasticPlasticProblem(name="plane stress linear elasticity", dim::Int=2, elements=[]) diff --git a/src/problems_elasticplastic.jl b/src/problems_elasticplastic.jl index c75df3b..cc1b092 100644 --- a/src/problems_elasticplastic.jl +++ b/src/problems_elasticplastic.jl @@ -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