You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my inspection, the type TrussFEACrossSec{Float64} is only used the generate the problem.
But it's not usable in any other format?
i.e.
You can't do add (+) or subtract it with numbers TrussFEACrossSec{Float64}(1.0) + 1 gives an error
I want to use it with TrussSolver(solver)(<input a vector of areas>
The text was updated successfully, but these errors were encountered:
From my inspection, the type
TrussFEACrossSec{Float64}
is only used the generate the problem.But it's not usable in any other format?
i.e.
You can't do add (+) or subtract it with numbers
TrussFEACrossSec{Float64}(1.0)
+ 1 gives an errorI want to use it with
TrussSolver(solver)(<input a vector of areas>
The text was updated successfully, but these errors were encountered: