OpenCMISS-Iron Python Bindings API Documentation
|
Public Member Functions | |
def | __init__ (self) |
def | CreateFinish (self) |
def | CreateStart (self, interfaceConditionUserNumber, interface, geometricField) |
def | DependentVariableAdd (self, meshIndex, equationsSet, variableType) |
def | Destroy (self) |
def | EquationsCreateFinish (self) |
def | EquationsCreateStart (self, interfaceEquations) |
def | EquationsDestroy (self) |
def | Finalise (self) |
def | IntegrationTypeGet (self) |
def | IntegrationTypeSet (self, interfaceConditionIntegrationType) |
def | LagrangeFieldCreateFinish (self) |
def | LagrangeFieldCreateStart (self, lagrangeFieldUserNumber, lagrangeField) |
def | MethodGet (self) |
def | MethodSet (self, interfaceConditionMethod) |
def | OperatorGet (self) |
def | OperatorSet (self, interfaceConditionOperator) |
def | PenaltyFieldCreateFinish (self) |
def | PenaltyFieldCreateStart (self, PenaltyFieldUserNumber, PenaltyField) |
Public Attributes | |
cmiss_type | |
Properties | |
operator = property(OperatorGet, OperatorSet, None, ) | |
integrationType = property(IntegrationTypeGet, IntegrationTypeSet, None, ) | |
method = property(MethodGet, MethodSet, None, ) | |
def iron.InterfaceCondition.__init__ | ( | self | ) |
def iron.InterfaceCondition.CreateFinish | ( | self | ) |
def iron.InterfaceCondition.CreateStart | ( | self, | |
interfaceConditionUserNumber, | |||
interface, | |||
geometricField | |||
) |
Starts the creation of an interface condition identified by an object. :param interfaceConditionUserNumber: The user number of the interface conditon to start the creation of. :type interfaceConditionUserNumber: int :param interface: The interface to create the interface on. :type interface: Interface :param geometricField: The geometric field for the interface condition. :type geometricField: Field :rtype: None
def iron.InterfaceCondition.DependentVariableAdd | ( | self, | |
meshIndex, | |||
equationsSet, | |||
variableType | |||
) |
Adds a dependent field variable to an interface condition identified by an object. :param meshIndex: The mesh index of the interface condition interface for which the dependent variable is added. :type meshIndex: int :param equationsSet: The equations set containg the dependent variable to add. :type equationsSet: EquationsSet :param variableType: The variable type of the dependent variable to add. :type variableType: int :rtype: None
def iron.InterfaceCondition.Destroy | ( | self | ) |
def iron.InterfaceCondition.EquationsCreateFinish | ( | self | ) |
def iron.InterfaceCondition.EquationsCreateStart | ( | self, | |
interfaceEquations | |||
) |
def iron.InterfaceCondition.EquationsDestroy | ( | self | ) |
def iron.InterfaceCondition.Finalise | ( | self | ) |
def iron.InterfaceCondition.IntegrationTypeGet | ( | self | ) |
def iron.InterfaceCondition.IntegrationTypeSet | ( | self, | |
interfaceConditionIntegrationType | |||
) |
Sets/changes the integration type for an interface condition identified by an object. :param interfaceConditionIntegrationType: On return, the interface condition integration type. Must be a value from the InterfaceConditionIntegrationTypes enum. :type interfaceConditionIntegrationType: int :rtype: None
def iron.InterfaceCondition.LagrangeFieldCreateFinish | ( | self | ) |
def iron.InterfaceCondition.LagrangeFieldCreateStart | ( | self, | |
lagrangeFieldUserNumber, | |||
lagrangeField | |||
) |
Starts the creation of a Lagrange multiplier field for an interface condition identified by an object. :param lagrangeFieldUserNumber: The user number of the Lagrange field. :type lagrangeFieldUserNumber: int :param lagrangeField: If associated on entry, the user created Lagrange field which has the same user number as the specified Lagrange field user number. If not associated on entry, on return, the created Lagrange field for the interface condition. :type lagrangeField: Field :rtype: None
def iron.InterfaceCondition.MethodGet | ( | self | ) |
def iron.InterfaceCondition.MethodSet | ( | self, | |
interfaceConditionMethod | |||
) |
def iron.InterfaceCondition.OperatorGet | ( | self | ) |
def iron.InterfaceCondition.OperatorSet | ( | self, | |
interfaceConditionOperator | |||
) |
Sets/changes the operator for an interface condition identified by an object. :param interfaceConditionOperator: The interface condition operator to set. Must be a value from the InterfaceConditionOperator enum. :type interfaceConditionOperator: int :rtype: None
def iron.InterfaceCondition.PenaltyFieldCreateFinish | ( | self | ) |
def iron.InterfaceCondition.PenaltyFieldCreateStart | ( | self, | |
PenaltyFieldUserNumber, | |||
PenaltyField | |||
) |
Starts the creation of a penalty field for an interface condition identified by an object. :param PenaltyFieldUserNumber: The user number of the penalty field. :type PenaltyFieldUserNumber: int :param PenaltyField: If associated on entry, the user created penalty field which has the same user number as the specified penalty field user number. If not associated on entry, on return, the created penalty field for the interface condition. :type PenaltyField: Field :rtype: None
|
static |
|
static |