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

Contains information on the domain decomposition mappings. More...

Collaboration diagram for types::domain_mappings_type:

Public Attributes

type(domain_type), pointer domain
 A pointer to the domain decomposition. More...
 
type(domain_mapping_type), pointer elements
 Pointer to the element mappings for the domain decomposition. More...
 
type(domain_mapping_type), pointer nodes
 Pointer to the node mappings for the domain decomposition. More...
 
type(domain_mapping_type), pointer dofs
 Pointer to the dof mappings for the domain decomposition. More...
 

Detailed Description

Contains information on the domain decomposition mappings.

Definition at line 930 of file types.f90.

Member Data Documentation

type(domain_mapping_type), pointer types::domain_mappings_type::dofs

Pointer to the dof mappings for the domain decomposition.

Definition at line 934 of file types.f90.

type(domain_type), pointer types::domain_mappings_type::domain

A pointer to the domain decomposition.

Definition at line 931 of file types.f90.

type(domain_mapping_type), pointer types::domain_mappings_type::elements

Pointer to the element mappings for the domain decomposition.

Definition at line 932 of file types.f90.

type(domain_mapping_type), pointer types::domain_mappings_type::nodes

Pointer to the node mappings for the domain decomposition.

Definition at line 933 of file types.f90.