|
type(region_type), pointer | region |
| A pointer to the region containing the generated meshes. If the generated meshes are in an interface rather than a region then this pointer will be NULL and the interface pointer should be used. More...
|
|
type(interface_type), pointer | interface |
| A pointer to the interface containing the generated meshes. If the generated meshes are in a region rather than an interface then this pointer will be NULL and the interface pointer should be used. More...
|
|
integer(intg) | number_of_generated_meshes |
| The number of generated meshes defined. More...
|
|
type(generated_mesh_ptr_type), dimension(:), pointer | generated_meshes |
| The array of pointers to the generated meshes. More...
|
|
Contains information on the generated meshes defined on a region.
Definition at line 599 of file types.f90.