OpenCMISS-Iron Internal API Documentation
monodomain_equations_routines::MONODOMAIN_EQUATION_PROBLEM_SETUP Interface Reference

Sets up the Monodomain solution. More...

Private Member Functions

subroutine monodomain_equation_problem_setup (PROBLEM, PROBLEM_SETUP, ERR, ERROR,)
 

Detailed Description

Sets up the Monodomain solution.

Definition at line 1060 of file monodomain_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine monodomain_equations_routines::MONODOMAIN_EQUATION_PROBLEM_SETUP::monodomain_equation_problem_setup ( type(problem_type), pointer  PROBLEM,
type(problem_setup_type), intent(inout)  PROBLEM_SETUP,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
problemA pointer to the solutions set to setup a Monodomain equation on.
[in,out]problem_setupThe problem setup information
[out]errThe error code
[out]errorThe error string

Definition at line 1061 of file monodomain_equations_routines.f90.

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