mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-21 10:23:37 +00:00
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:
@@ -766,7 +766,6 @@ end
|
||||
# Plastic material #
|
||||
###############################
|
||||
#=
|
||||
include("vonmises.jl")
|
||||
abstract PlaneStressLinearElasticPlasticProblem <: LinearElasticityProblem
|
||||
|
||||
function PlaneStressLinearElasticPlasticProblem(name="plane stress linear elasticity", dim::Int=2, elements=[])
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user