OpenCMISS-Iron Internal API Documentation
multi_compartment_transport_routines::MultiCompartmentTransport_EquationsSetSetup Interface Reference

Sets up the multi-compartment coupled advection-diffusion & diffusion transport equation. More...

Public Member Functions

subroutine multicompartmenttransport_equationssetsetup (EQUATIONS_SET, EQUATIONS_SET_SETUP, ERR, ERROR,)
 

Detailed Description

Sets up the multi-compartment coupled advection-diffusion & diffusion transport equation.

Definition at line 130 of file multi_compartment_transport_routines.f90.

Member Function/Subroutine Documentation

subroutine multi_compartment_transport_routines::MultiCompartmentTransport_EquationsSetSetup::multicompartmenttransport_equationssetsetup ( type(equations_set_type), pointer  EQUATIONS_SET,
type(equations_set_setup_type), intent(inout)  EQUATIONS_SET_SETUP,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
Parameters
equations_setA pointer to the equations set to setup
[in,out]equations_set_setupThe equations set setup information
[out]errThe error code
[out]errorThe error string

Definition at line 131 of file multi_compartment_transport_routines.f90.

References base_routines::enters(), and base_routines::exits().