OpenCMISS-Iron Internal API Documentation
PROBLEM_CONSTANTS::LinearityTypes

Setup type parameters. More...

Variables

integer(intg), parameter problem_constants::problem_solver_linear =1
 Linear problem. More...
 
integer(intg), parameter problem_constants::problem_solver_nonlinear =2
 Nonlinear problem. More...
 

Detailed Description

Setup type parameters.

See also
PROBLEM_CONSTANTS

Variable Documentation

integer(intg), parameter problem_constants::problem_solver_linear =1

Linear problem.

See also
PROBLEM_CONSTANTS::LinearityTypes,PROBLEM_CONSTANTS

Definition at line 292 of file problem_constants.f90.

integer(intg), parameter problem_constants::problem_solver_nonlinear =2