OpenCMISS-Iron Internal API Documentation
types::problems_type Type Reference

Contains information on the problems defined. More...

Collaboration diagram for types::problems_type:

Public Attributes

integer(intg) number_of_problems
 The number of problems defined. More...
 
type(problem_ptr_type), dimension(:), pointer problems
 The array of pointers to the problems. More...
 

Detailed Description

Contains information on the problems defined.

Definition at line 3236 of file types.f90.

Member Data Documentation

integer(intg) types::problems_type::number_of_problems

The number of problems defined.

Definition at line 3237 of file types.f90.

type(problem_ptr_type), dimension(:), pointer types::problems_type::problems

The array of pointers to the problems.

Definition at line 3238 of file types.f90.