Skip to content

Commit

Permalink
Remove five implementation of transverseisotropic
Browse files Browse the repository at this point in the history
  • Loading branch information
lijas committed Oct 2, 2023
1 parent f7bef32 commit 74a8801
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/materials/materials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ heaviside(x::T) where T = x > 0.0 ? one(T) : zero(T)
#end

materialstate_type(::Type{<:LinearElastic}) = LinearElasticState
materialstate_type(::Type{<:TransverselyIsotropic}) = TransverselyIsotropicState

"""
is_dissipative
Expand All @@ -23,8 +24,8 @@ function constitutive_driver_dissipation(::AbstractMaterial, ε::T, args...; kwa
end

#include("matelastic.jl")
include("mattransvlinearelastic.jl")
include("mattransverseisotropic2.jl")
#include("mattransvlinearelastic.jl")
#include("mattransverseisotropic2.jl")
#include("matyeoh.jl")
#include("mathyper.jl")
#include("matplast_largedef.jl")
Expand Down

0 comments on commit 74a8801

Please sign in to comment.