|
integer(intg) | user_number |
| The user identifying number of the equations set. More...
|
|
integer(intg) | global_number |
| The global index of the equations set in the region. More...
|
|
logical | equations_set_finished |
| Is .TRUE. if the equations set have finished being created, .FALSE. if not. More...
|
|
type(equations_sets_type), pointer | equations_sets |
| A pointer back to the equations sets. More...
|
|
type(region_type), pointer | region |
| A pointer back to the region containing the equations set. More...
|
|
integer(intg), dimension(:), allocatable | specification |
| The equations set specification array, eg. [class, type, subtype], although there can be more or fewer identifiers. Unused identifiers are set to zero. More...
|
|
integer(intg) | solution_method |
| The solution method for the equations set. More...
|
|
type(equations_set_geometry_type) | geometry |
| The geometry information for the equations set. More...
|
|
type(equations_set_materials_type), pointer | materials |
| A pointer to the materials information for the equations set. More...
|
|
type(equations_set_source_type), pointer | source |
| A pointer to the source information for the equations set. More...
|
|
type(equations_set_dependent_type) | dependent |
| The depedent variable information for the equations set. More...
|
|
type(equations_set_independent_type), pointer | independent |
| A pointer to the indepedent field information for the equations set. More...
|
|
type(equations_set_analytic_type), pointer | analytic |
| A pointer to the analytic setup information for the equations set. More...
|
|
type(equationssetderivedtype), pointer | derived |
| A pointer to the derived field information. More...
|
|
type(equations_type), pointer | equations |
| A pointer to the equations information for the equations set. More...
|
|
type(boundary_conditions_type), pointer | boundary_conditions |
| A pointer to the boundary condition information for the equations set. More...
|
|
type(equations_set_equations_set_field_type) | equations_set_field |
| A pointer to the equations set field for the equations set. More...
|
|
Contains information on an equations set.
- See also
- OPENCMISS::CMISSEquationsSetType
Definition at line 1941 of file types.f90.