Skip to content

Commit 84d2617

Browse files
committed
Update the docstring of body to contain all material models
1 parent a40024b commit 84d2617

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/discretization/body.jl

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ Construct a `Body` for a peridynamics simulation.
77
# Arguments
88
- `material::AbstractMaterial`: The material which is defined for the whole body.
99
Available material models:
10-
- [`BBMaterial`](@ref): Bond-based peridynamics
11-
- [`OSBMaterial`](@ref): Ordinary state-based peridynamics
12-
- [`CMaterial`](@ref): Correspondence formulation
13-
- [`BACMaterial`](@ref): Bond-associated correspondence formulation of Chen and Spencer
14-
- [`CKIMaterial`](@ref): Continuum-kinematics-inspired peridynamics
10+
- [`BBMaterial`](@ref): Bond-based peridynamics.
11+
- [`DHBBMaterial`](@ref): Dual-horizon bond-based peridynamics.
12+
- [`OSBMaterial`](@ref): Ordinary state-based peridynamics, also called linear
13+
peridynamic solid (LPS).
14+
- [`CMaterial`](@ref): Correspondence formulation.
15+
- [`CRMaterial`](@ref): Correspondence formulation stress rotation for objectivity
16+
enforcement.
17+
- [`BACMaterial`](@ref): Bond-associated correspondence formulation of Chen and Spencer.
18+
- [`CKIMaterial`](@ref): Continuum-kinematics-inspired peridynamics.
1519
- `position::AbstractMatrix`: A `3×n` matrix with the point position of the `n` points.
1620
- `volume::AbstractVector`: A vector with the volume of each point.
1721
- `inp_file::AbstractString`: An Abaqus input file containing meshes, imported with

0 commit comments

Comments
 (0)