OpenPisco.Optim.Criteria.GeoThicknessCriteria module#
- OpenPisco.Optim.Criteria.GeoThicknessCriteria.GetInterpolationOperator(mesh: Mesh) NativeTransfer [source]#
Create a interpolator for point data
- Parameters
inputsuppmeshort (Mesh) – input mesh
- Returns
a NativeTransfer class with the following API
nt.SetTargetPoints(interpolationPoints) nt.Compute() interpolationOperator = nt.GetOperator() interpolationStatus = nt.GetStatus() phiAtIntPoints = interpolationOperator.dot(PointField)
- Return type
NativeTransfer
- class OpenPisco.Optim.Criteria.GeoThicknessCriteria.TopoCriteriaMaxThickness(other=None)[source]#
Bases:
CriteriaBase
- class OpenPisco.Optim.Criteria.GeoThicknessCriteria.TopoCriteriaMinThickness(other=None)[source]#
Bases:
CriteriaBase
- GetNumberOfSolutions()[source]#
-
Retrieve the number of solutions of the current criterion :return: number of solutions :rtype: int
- GetSensitivity()[source]#
-
Get the current value of the sensitivity :return: current value of the sensitivity :rtype: ndarray