Package | Description |
---|---|
org.drip.spline.params | |
org.drip.spline.segment |
Modifier and Type | Method and Description |
---|---|
SegmentFlexurePenaltyControl |
SegmentDesignInelasticControl.curvaturePenaltyControl()
Retrieve the Curvature Penalty Parameters
|
SegmentFlexurePenaltyControl |
SegmentDesignInelasticControl.lengthPenaltyControl()
Retrieve the Length Penalty Parameters
|
Constructor and Description |
---|
SegmentDesignInelasticControl(int iCk,
SegmentFlexurePenaltyControl sfpcLength,
SegmentFlexurePenaltyControl sfpcCurvature)
Constructor for the Segment Design Inelastic Parameters given the desired Ck, the Segment Length and
the Roughness Penalty Order
|
Constructor and Description |
---|
BestFitFlexurePenalizer(InelasticConstitutiveState ics,
SegmentFlexurePenaltyControl sfpcCurvature,
SegmentFlexurePenaltyControl sfpcLength,
SegmentBestFitResponse sbfr,
BasisEvaluator lbe)
BestFitFlexurePenalizer constructor
|