OpenCMISS-Iron Internal API Documentation

The types of solution initialisation. More...

Collaboration diagram for OPENCMISS::Solver::SolutionInitialiseTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_solution_initialise_zero = SOLVER_SOLUTION_INITIALISE_ZERO
 Initialise the solution by zeroing it before a solve. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_solution_initialise_current_field = SOLVER_SOLUTION_INITIALISE_CURRENT_FIELD
 Initialise the solution by copying in the current dependent field values. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_solution_initialise_no_change = SOLVER_SOLUTION_INITIALISE_NO_CHANGE
 Do not change the solution before a solve. More...
 

Detailed Description

The types of solution initialisation.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_solution_initialise_current_field = SOLVER_SOLUTION_INITIALISE_CURRENT_FIELD

Initialise the solution by copying in the current dependent field values.

See also
OPENCMISS::Solver::SolutionInitialiseTypes,OPENCMISS

Definition at line 6236 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_solution_initialise_no_change = SOLVER_SOLUTION_INITIALISE_NO_CHANGE

Do not change the solution before a solve.

See also
OPENCMISS::Solver::SolutionInitialiseTypes,OPENCMISS

Definition at line 6237 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_solution_initialise_zero = SOLVER_SOLUTION_INITIALISE_ZERO

Initialise the solution by zeroing it before a solve.

See also
OPENCMISS::Solver::SolutionInitialiseTypes,OPENCMISS

Definition at line 6235 of file opencmiss_iron.f90.