OpenCMISS-Iron Python Bindings API Documentation
iron.CellMLEquations Class Reference
Inheritance diagram for iron.CellMLEquations:
Collaboration diagram for iron.CellMLEquations:

Public Member Functions

def __init__ (self)
 
def CellMLAdd (self, CellML)
 
def Finalise (self)
 

Public Attributes

 cmiss_type
 

Detailed Description

Contains information about the CellML equations for a solver.

Definition at line 481 of file iron.py.

Constructor & Destructor Documentation

def iron.CellMLEquations.__init__ (   self)
Initialise a null cmfe_CellMLEquationsType

Definition at line 485 of file iron.py.

Member Function Documentation

def iron.CellMLEquations.CellMLAdd (   self,
  CellML 
)
Adds a CellML environment to CellML equations identified by an object.

:param CellML: The CellML environment to add.
:type CellML: CellML
:returns: CellMLIndex. The index of the added CellML environment.
:rtype: int

Definition at line 490 of file iron.py.

def iron.CellMLEquations.Finalise (   self)
Finalises a cmfe_CellMLEquationsType object.

:rtype: None

Definition at line 502 of file iron.py.

Member Data Documentation

iron.CellMLEquations.cmiss_type

Definition at line 488 of file iron.py.