OpenCMISS-Iron Internal API Documentation
|
Contains information on the analytic setup for the equations set. More...
Public Attributes | |
type(equations_set_type), pointer | equations_set |
A pointer to the equations set. More... | |
integer(intg) | analytic_function_type |
The analytic function identifier. More... | |
logical | analytic_finished |
Is .TRUE. if the analytic setup for the problem has finished being created, .FALSE. if not. More... | |
logical | analytic_field_auto_created |
Is .TRUE. if the analytic field has been auto created, .FALSE. if not. More... | |
type(field_type), pointer | analytic_field |
A pointer to the analytic field for the equations set if one is defined. If no source is defined the pointer is NULL. More... | |
real(dp) | analytic_time |
The time value to use for analytic evaluations. More... | |
real(dp), dimension(20) | analytic_user_params |
A small array that can be used to hold various parameters often required in analytic problems. More... | |
Contains information on the analytic setup for the equations set.
type(field_type), pointer types::equations_set_analytic_type::analytic_field |
logical types::equations_set_analytic_type::analytic_field_auto_created |
logical types::equations_set_analytic_type::analytic_finished |
integer(intg) types::equations_set_analytic_type::analytic_function_type |
real(dp) types::equations_set_analytic_type::analytic_time |
real(dp), dimension(20) types::equations_set_analytic_type::analytic_user_params |
type(equations_set_type), pointer types::equations_set_analytic_type::equations_set |