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

Sets/changes the solution method for a coupled diffusion & advection-diffusion equation type of a multi physics equations set class. More...

Public Member Functions

subroutine multicompartmenttransport_equationssetsolutionmethodset (EQUATIONS_SET, SOLUTION_METHOD, ERR, ERROR,)
 

Detailed Description

Sets/changes the solution method for a coupled diffusion & advection-diffusion equation type of a multi physics equations set class.

Definition at line 104 of file multi_compartment_transport_routines.f90.

Member Function/Subroutine Documentation

subroutine multi_compartment_transport_routines::MultiCompartmentTransport_EquationsSetSolutionMethodSet::multicompartmenttransport_equationssetsolutionmethodset ( type(equations_set_type), pointer  EQUATIONS_SET,
integer(intg), intent(in)  SOLUTION_METHOD,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
Parameters
equations_setA pointer to the equations set to set the solution method for
[in]solution_methodThe solution method to set
[out]errThe error code
[out]errorThe error string

Definition at line 105 of file multi_compartment_transport_routines.f90.

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