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

Sets up the output type for a monodomain problem class. More...

Private Member Functions

subroutine monodomain_pre_solve (CONTROL_LOOP, SOLVER, ERR, ERROR,)
 

Detailed Description

Sets up the output type for a monodomain problem class.

Definition at line 1286 of file monodomain_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine monodomain_equations_routines::MONODOMAIN_PRE_SOLVE::monodomain_pre_solve ( type(control_loop_type), pointer  CONTROL_LOOP,
type(solver_type), pointer  SOLVER,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
control_loopA pointer to the control loop to solve.
solverA pointer to the solver
[out]errThe error code
[out]errorThe error string

Definition at line 1287 of file monodomain_equations_routines.f90.

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