OpenCMISS-Iron Internal API Documentation
SOLVER_ROUTINES::SolutionInitialiseTypes

The types of solution initialisation. More...

Variables

integer(intg), parameter, public solver_routines::solver_solution_initialise_zero =0
 Initialise the solution by zeroing it before a solve. More...
 
integer(intg), parameter, public solver_routines::solver_solution_initialise_current_field =1
 Initialise the solution by copying in the current dependent field values. More...
 
integer(intg), parameter, public solver_routines::solver_solution_initialise_no_change =2
 Do not change the solution before a solve. More...
 

Detailed Description

The types of solution initialisation.

See also
SOLVER_ROUTINES

Variable Documentation