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

Describes the coupled rows or columns in the solver mapping. More...

Collaboration diagram for types::solvermappingdofcouplingstype:

Public Attributes

integer(intg) numberofcouplings
 The number of couplings in the list. More...
 
integer(intg) capacity
 The allocated length of the couplings array. More...
 
type(boundaryconditionscoupleddofsptrtype), dimension(:), allocatable dofcouplings
 dofCouplings(couplingIdx) is a pointer to the coupled DOF information for the couplingIdx'th coupling in the solver rows or columns. More...
 

Detailed Description

Describes the coupled rows or columns in the solver mapping.

Definition at line 3084 of file types.f90.

Member Data Documentation

integer(intg) types::solvermappingdofcouplingstype::capacity

The allocated length of the couplings array.

Definition at line 3086 of file types.f90.

type(boundaryconditionscoupleddofsptrtype), dimension(:), allocatable types::solvermappingdofcouplingstype::dofcouplings

dofCouplings(couplingIdx) is a pointer to the coupled DOF information for the couplingIdx'th coupling in the solver rows or columns.

Definition at line 3087 of file types.f90.

integer(intg) types::solvermappingdofcouplingstype::numberofcouplings

The number of couplings in the list.

Definition at line 3085 of file types.f90.