public class SegmentInelasticParams
extends java.lang.Object
Constructor and Description |
---|
SegmentInelasticParams(int iCk,
SegmentConstraint lc)
ElasticParams constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getCk()
Retrieve the Continuity Order
|
SegmentConstraint |
getLinearConstraint()
Retrieve the Linear Constraint
|
static SegmentInelasticParams |
MakeC2SegmentElasticParams(SegmentConstraint lc)
Create the C2 Segment Elastic Parameters
|
public SegmentInelasticParams(int iCk, SegmentConstraint lc) throws java.lang.Exception
iCk
- Continuity Orderlc
- Segment Linear Constraintjava.lang.Exception
- Thrown if the inputs are invalidpublic static final SegmentInelasticParams MakeC2SegmentElasticParams(SegmentConstraint lc)
lc
- Segment Fixed Nodal Constraintpublic int getCk()
public SegmentConstraint getLinearConstraint()