File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ CriticalStretch
2525NoCorrection
2626EnergySurfaceCorrection
2727ZEMSilling
28+ ZEMWan
2829LinearElastic
2930NeoHooke
3031MooneyRivlin
Original file line number Diff line number Diff line change @@ -17,9 +17,11 @@ consistent (correspondence) formulation of non-ordinary state-based peridynamics
1717 - [`NeoHooke`](@ref)
1818 - [`MooneyRivlin`](@ref)
1919 - [`SaintVenantKirchhoff`](@ref)
20- - `zem::AbstractZEMStabilization`: Zero-energy mode stabilization. The
21- stabilization algorithm of Silling (2017) is used as default. \\
22- (default: [`ZEMSilling`](@ref))
20+ - `zem::AbstractZEMStabilization`: Algorithm of zero-energy mode stabilization. \\
21+ (default: [`ZEMSilling`](@ref)) \\
22+ The following algorithms can be used:
23+ - [`ZEMSilling`](@ref)
24+ - [`ZEMWan`](@ref)
2325- `dmgmodel::AbstractDamageModel`: Damage model defining the damage behavior. \\
2426 (default: [`CriticalStretch`](@ref))
2527- `maxdmg::Float64`: Maximum value of damage a point is allowed to obtain. If this value is
Original file line number Diff line number Diff line change @@ -14,9 +14,11 @@ consistent (correspondence) formulation of non-ordinary state-based peridynamics
1414 (default: `LinearElastic()`) \\
1515 Only the following model can be used:
1616 - [`LinearElastic`](@ref)
17- - `zem::AbstractZEMStabilization`: Zero-energy mode stabilization. The
18- stabilization algorithm of Silling (2017) is used as default. \\
19- (default: [`ZEMSilling`](@ref))
17+ - `zem::AbstractZEMStabilization`: Algorithm of zero-energy mode stabilization. \\
18+ (default: [`ZEMSilling`](@ref)) \\
19+ The following algorithms can be used:
20+ - [`ZEMSilling`](@ref)
21+ - [`ZEMWan`](@ref)
2022- `dmgmodel::AbstractDamageModel`: Damage model defining the damage behavior. \\
2123 (default: [`CriticalStretch`](@ref))
2224- `maxdmg::Float64`: Maximum value of damage a point is allowed to obtain. If this value is
You can’t perform that action at this time.
0 commit comments