Skip to content

Commit 109cdad

Browse files
committed
Added ZEMWan to the docs
1 parent 6b59f6b commit 109cdad

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

docs/src/public_api_reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ CriticalStretch
2525
NoCorrection
2626
EnergySurfaceCorrection
2727
ZEMSilling
28+
ZEMWan
2829
LinearElastic
2930
NeoHooke
3031
MooneyRivlin

src/physics/correspondence.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

src/physics/correspondence_rotated.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)