OpenCMISS-Iron Internal API Documentation
DOMAIN_MAPPINGS::DomainType

Variables

integer(intg), parameter, public domain_mappings::domain_local_internal =1
 The domain item is internal to the domain. More...
 
integer(intg), parameter, public domain_mappings::domain_local_boundary =2
 The domain item is on the boundary of the domain. More...
 
integer(intg), parameter, public domain_mappings::domain_local_ghost =3
 The domain item is ghosted from another domain. More...
 

Detailed Description

See also
DOMAIN_MAPPINGS

Variable Documentation

integer(intg), parameter, public domain_mappings::domain_local_boundary =2

The domain item is on the boundary of the domain.

See also
DOMAIN_MAPPINGS::DomainType,DOMAIN_MAPPINGS

Definition at line 69 of file domain_mappings.f90.

Referenced by domain_mappings::domain_mappings_local_from_global_calculate().

integer(intg), parameter, public domain_mappings::domain_local_ghost =3

The domain item is ghosted from another domain.

See also
DOMAIN_MAPPINGS::DomainType,DOMAIN_MAPPINGS

Definition at line 70 of file domain_mappings.f90.

Referenced by domain_mappings::domain_mappings_local_from_global_calculate(), and solver_mapping_routines::solver_mapping_calculate().

integer(intg), parameter, public domain_mappings::domain_local_internal =1

The domain item is internal to the domain.

See also
DOMAIN_MAPPINGS::DomainType,DOMAIN_MAPPINGS

Definition at line 68 of file domain_mappings.f90.

Referenced by domain_mappings::domain_mappings_local_from_global_calculate(), and solver_mapping_routines::solver_mapping_calculate().