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

A buffer type to allow for an array of pointers to a GENERATED_MESH_TYPE. More...

Collaboration diagram for types::generated_mesh_ptr_type:

Public Attributes

type(generated_mesh_type), pointer ptr
 The pointer to the generated mesh. More...
 

Detailed Description

A buffer type to allow for an array of pointers to a GENERATED_MESH_TYPE.

Definition at line 594 of file types.f90.

Member Data Documentation

type(generated_mesh_type), pointer types::generated_mesh_ptr_type::ptr

The pointer to the generated mesh.

Definition at line 595 of file types.f90.