OpenCMISS-Iron Internal API Documentation
|
Sets/changes the solution method for a reaction diffusion equation type of a classical equations set class. More...
Private Member Functions | |
subroutine | reactiondiffusion_equationssetsolutionmethodset (EQUATIONS_SET, SOLUTION_METHOD, ERR, ERROR,) |
Sets/changes the solution method for a reaction diffusion equation type of a classical equations set class.
Definition at line 647 of file reaction_diffusion_equation_routines.f90.
|
private |
equations_set | A pointer to the equations set to set the solution method for | |
[in] | solution_method | The solution method to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 648 of file reaction_diffusion_equation_routines.f90.
References base_routines::enters(), equations_set_constants::equations_set_bem_solution_method, equations_set_constants::equations_set_cellml_reac_no_split_reac_diff_subtype, equations_set_constants::equations_set_cellml_reac_split_reac_diff_subtype, equations_set_constants::equations_set_constant_reac_diff_subtype, equations_set_constants::equations_set_fd_solution_method, equations_set_constants::equations_set_fem_solution_method, equations_set_constants::equations_set_fv_solution_method, equations_set_constants::equations_set_gfem_solution_method, equations_set_constants::equations_set_gfv_solution_method, base_routines::errors(), and base_routines::exits().