Skip to content

Commit

Permalink
corrected doc of SingleUdof
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMaincon committed Dec 10, 2024
1 parent 362f7af commit 2a07418
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/BasicElements.jl
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,8 @@ Thev alue of the Udof is applied as a load to a Xdof on the same node.
- `Xfield::Symbol`.
- `Ufield::Symbol`.
- `cost::Function`, where
`cost(x::ℝ,t::ℝ[,costargs...]) → ℝ` if `class` is `:X` or `:U`, and
`cost(x::ℝ, [,costargs...]) → ℝ` if `class` is `:A`.
- `costargs::NTuple`
`cost(u::ℝ,t::ℝ[,costargs...]) → ℝ`
- `[costargs::NTuple]`
# Requestable internal variables
- `cost`, the value of the cost.
Expand Down

0 comments on commit 2a07418

Please sign in to comment.