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

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

Collaboration diagram for types::quadrature_scheme_ptr_type:

Public Attributes

type(quadrature_scheme_type), pointer ptr
 A pointer to the quadrature scheme. More...
 

Detailed Description

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

See also
TYPES::QUADRATURE_SCHEME_TYPE

Definition at line 156 of file types.f90.

Member Data Documentation

type(quadrature_scheme_type), pointer types::quadrature_scheme_ptr_type::ptr

A pointer to the quadrature scheme.

Definition at line 157 of file types.f90.