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

Contains information on dofs associated with pressure incremented conditions. More...

Public Attributes

integer(intg), dimension(:), allocatable pressure_incremented_dof_indices
 PRESSURE_INCREMENTED_DOF_INDICES(idx). Stores the dof_idx of the dofs which are subject to a pressure incremented boundary condition. More...
 

Detailed Description

Contains information on dofs associated with pressure incremented conditions.

Definition at line 1816 of file types.f90.

Member Data Documentation

integer(intg), dimension(:), allocatable types::boundary_conditions_pressure_incremented_type::pressure_incremented_dof_indices

PRESSURE_INCREMENTED_DOF_INDICES(idx). Stores the dof_idx of the dofs which are subject to a pressure incremented boundary condition.

See also
BOUNDARY_CONDITIONS_ROUTINES::BoundaryConditions,BOUNDARY_CONDITIONS_ROUTINES

Definition at line 1817 of file types.f90.