OpenCMISS-Iron Internal API Documentation
multi_physics_routines Module Reference

This module handles all multi physics class routines. More...

Data Types

interface  MULTI_PHYSICS_CONTROL_LOOP_POST_LOOP
 Executes after each loop of a control loop, ie after each time step for a time loop. More...
 
interface  MULTI_PHYSICS_CONTROL_LOOP_PRE_LOOP
 Executes before each loop of a control loop, ie before each time step for a time loop. More...
 
interface  MULTI_PHYSICS_EQUATIONS_SET_SETUP
 Sets up the equations set for a multi physics equations set class. More...
 
interface  MULTI_PHYSICS_FINITE_ELEMENT_CALCULATE
 Calculates the element stiffness matries and rhs vector for the given element number for a multi physics class finite element equation set. More...
 
interface  MULTI_PHYSICS_POST_SOLVE
 Sets up the output type for a multi physics problem class. More...
 
interface  MULTI_PHYSICS_PRE_SOLVE
 Sets up the output type for a multi physics problem class. More...
 
interface  MULTI_PHYSICS_PROBLEM_SETUP
 Sets up the problem for a multi physics problem class. More...
 
interface  MultiPhysics_EquationsSetSolnMethodSet
 Sets/changes the solution method for a multi physics equation set class. More...
 
interface  MultiPhysics_EquationsSetSpecificationSet
 Sets the problem specification for a multi physics equation set class. More...
 
interface  MultiPhysics_FiniteElementJacobianEvaluate
 Evaluates the element Jacobian matrix for the given element number for a multi physics class finite element equation set. More...
 
interface  MultiPhysics_FiniteElementResidualEvaluate
 Evaluates the element residual and rhs vectors for the given element number for a multi physics class finite element equation set. More...
 
interface  MultiPhysics_ProblemSpecificationSet
 Sets/changes the problem type and subtype for a multi physics problem class. More...
 

Detailed Description

This module handles all multi physics class routines.