Package | Description |
---|---|
org.drip.spline.params | |
org.drip.spline.segment |
Modifier and Type | Method and Description |
---|---|
SegmentBasisFlexureConstraint |
SegmentResponseValueConstraint.responseIndexedBasisConstraint(BasisEvaluator lbe,
InelasticConstitutiveState ics)
Convert the Segment Constraint onto Local Predictor Ordinates, the corresponding Response Basis
Function, and the Shape Controller Realizations
|
Modifier and Type | Class and Description |
---|---|
class |
SegmentBasisEvaluator
This Class implements the BasisEvaluator interface for the given set of the Segment Basis Evaluator
Functions.
|
Modifier and Type | Method and Description |
---|---|
BasisEvaluator |
ConstitutiveState.basisEvaluator()
Retrieve the Basis Evaluator
|
BasisEvaluator |
SegmentBasisEvaluator.replicate() |
BasisEvaluator |
BasisEvaluator.replicate()
Clone/Replicate the current Basis Evaluator Instance
|
Modifier and Type | Method and Description |
---|---|
static ConstitutiveState |
ConstitutiveState.Create(double dblLeftPredictorOrdinate,
double dblRightPredictorOrdinate,
BasisEvaluator be,
SegmentDesignInelasticControl sdic)
Build the ConstitutiveState instance from the Basis Evaluator Set
|
Constructor and Description |
---|
BestFitFlexurePenalizer(InelasticConstitutiveState ics,
SegmentFlexurePenaltyControl sfpcCurvature,
SegmentFlexurePenaltyControl sfpcLength,
SegmentBestFitResponse sbfr,
BasisEvaluator lbe)
BestFitFlexurePenalizer constructor
|