|
OpenCMISS-Iron Internal API Documentation
|
This module handles all interface equations routines. More...
Data Types | |
| interface | INTERFACE_CONDITION_EQUATIONS_GET |
| Gets the interface equations for an interface conditions. More... | |
| interface | INTERFACE_EQUATIONS_CREATE_FINISH |
| Finish the creation of interface equations. More... | |
| interface | INTERFACE_EQUATIONS_CREATE_START |
| Start the creation of interface equations for an interface condition. More... | |
| interface | INTERFACE_EQUATIONS_DESTROY |
| Destroys interface equations. More... | |
| interface | INTERFACE_EQUATIONS_DOMAIN_INTERFACE_INTERPOLATION_ |
| Sets up the interface equations domain interface interpolation. ! More... | |
| interface | INTERFACE_EQUATIONS_FINALISE |
| Finalise the interface equations and deallocate all memory. More... | |
| interface | INTERFACE_EQUATIONS_INITIALISE |
| Initialises the interface equations for an interface condition. More... | |
| interface | INTERFACE_EQUATIONS_INTERPOLATION_FINALISE |
| Finalises the interface equations interpolation and deallocates all memory. More... | |
| interface | INTERFACE_EQUATIONS_LINEARITY_TYPE_GET |
| Gets the linearity type for interface equations. More... | |
| interface | INTERFACE_EQUATIONS_LINEARITY_TYPE_SET |
| Sets/changes the linearity type for interface equations. More... | |
| interface | INTERFACE_EQUATIONS_OUTPUT_TYPE_GET |
| Gets the output type for interface equations. More... | |
| interface | INTERFACE_EQUATIONS_OUTPUT_TYPE_SET |
| Sets/changes the output type for the interface equations. More... | |
| interface | INTERFACE_EQUATIONS_SPARSITY_TYPE_GET |
| Gets the sparsity type for interface equations. More... | |
| interface | INTERFACE_EQUATIONS_SPARSITY_TYPE_SET |
| Sets/changes the sparsity type for the interface equations. More... | |
| interface | InterfaceEquations_DomainInterpolationFinalise |
| Finalises the interface equations domain interpolation and deallocates all memory. More... | |
| interface | InterfaceEquations_DomainInterpolationInitialise |
| Initialises the interface equations domain interpolation. More... | |
| interface | InterfaceEquations_DomainVariableInterpolationSetup |
| Sets up the interface equations domain variable interpolation. More... | |
| interface | InterfaceEquations_InterfaceInterpSetsNumberSet |
| interface | InterfaceEquations_InterpolationInitialise |
| Initialises the interface equations interpolation. More... | |
| interface | InterfaceEquations_InterpolationSetFinalise |
| Finalises the interface equations interpolation set and deallocates all memory. More... | |
| interface | InterfaceEquations_InterpolationSetInitialise |
| Initialises the interface equations interpolation set. More... | |
| interface | InterfaceEquations_TimeDependenceTypeGet |
| Gets the time dependence type for interface equations. More... | |
| interface | InterfaceEquations_VariableInterpSetsNumberSet |
| interface | InterfaceEquationsTimeDependenceTypeSet |
| Sets/changes the time dependence type for interface equations. More... | |
Variables | |
| integer(intg), parameter, public | interface_equations_no_output =0 |
| No output. More... | |
| integer(intg), parameter, public | interface_equations_timing_output =1 |
| Timing information output. More... | |
| integer(intg), parameter, public | interface_equations_matrix_output =2 |
| All below and equation matrices output. More... | |
| integer(intg), parameter, public | interface_equations_element_matrix_output =3 |
| All below and element matrices output . More... | |
| integer(intg), parameter, public | interface_equations_sparse_matrices =1 |
| Use sparse matrices for the interface equations. More... | |
| integer(intg), parameter, public | interface_equations_full_matrices =2 |
| Use fully populated matrices for the interface equations. More... | |
This module handles all interface equations routines.