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

Contains the topology information for a domain. More...

Collaboration diagram for types::domain_topology_type:

Public Attributes

type(domain_type), pointer domain
 The pointer to the domain for this topology information. More...
 
type(domain_nodes_type), pointer nodes
 The pointer to the topology information for the nodes of this domain. More...
 
type(domain_dofs_type), pointer dofs
 The pointer to the topology information for the dofs of this domain. /todo think about getting rid of domain dofs. More...
 
type(domain_elements_type), pointer elements
 The pointer to the topology information for the elements of this domain. More...
 
type(domain_faces_type), pointer faces
 The pointer to the topology information for the faces of this domain. More...
 
type(domain_lines_type), pointer lines
 The pointer to the topology information for the lines of this domain. More...
 

Detailed Description

Contains the topology information for a domain.

Definition at line 724 of file types.f90.

Member Data Documentation

type(domain_dofs_type), pointer types::domain_topology_type::dofs

The pointer to the topology information for the dofs of this domain. /todo think about getting rid of domain dofs.

Definition at line 727 of file types.f90.

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

The pointer to the domain for this topology information.

Definition at line 725 of file types.f90.

type(domain_elements_type), pointer types::domain_topology_type::elements

The pointer to the topology information for the elements of this domain.

Definition at line 728 of file types.f90.

type(domain_faces_type), pointer types::domain_topology_type::faces

The pointer to the topology information for the faces of this domain.

Definition at line 729 of file types.f90.

type(domain_lines_type), pointer types::domain_topology_type::lines

The pointer to the topology information for the lines of this domain.

Definition at line 730 of file types.f90.

type(domain_nodes_type), pointer types::domain_topology_type::nodes

The pointer to the topology information for the nodes of this domain.

Definition at line 726 of file types.f90.