OpenCMISS-Iron Internal API Documentation
fieldml_output_routines::basis_info_type Type Reference

Private Attributes

type(basis_type), pointer basis
 The OpenCMISS basis. More...
 
integer(intg) connectivity_handle
 The basis connectivity evaluator handle. More...
 
integer(intg) reference_handle
 The reference evaluator representing the basis. More...
 
integer(intg) layout_handle
 The local node layout. More...
 

Detailed Description

Definition at line 78 of file fieldml_output_routines.f90.

Member Data Documentation

type(basis_type), pointer fieldml_output_routines::basis_info_type::basis
private

The OpenCMISS basis.

Definition at line 79 of file fieldml_output_routines.f90.

integer(intg) fieldml_output_routines::basis_info_type::connectivity_handle
private

The basis connectivity evaluator handle.

Definition at line 80 of file fieldml_output_routines.f90.

integer(intg) fieldml_output_routines::basis_info_type::layout_handle
private

The local node layout.

Definition at line 82 of file fieldml_output_routines.f90.

integer(intg) fieldml_output_routines::basis_info_type::reference_handle
private

The reference evaluator representing the basis.

Definition at line 81 of file fieldml_output_routines.f90.