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

Contains information on dofs with associated dirichlet conditions and corresponding non-zero elements in the equations matrices. More...

Collaboration diagram for types::boundary_conditions_dirichlet_type:

Public Attributes

integer(intg), dimension(:), allocatable dirichlet_dof_indices
 DIRICHLET_DOF_INDICES(idx). Stores the dof_idx of the dofs which are subject to a dirichlet boundary condition. More...
 
type(boundary_conditions_sparsity_indices_ptr_type), dimension(:,:), allocatable linear_sparsity_indices
 LINEAR_SPARSITY_INDICES(equ_set_idx,equ_matrix_idx). Stores the indices of the non-zero elements of the equ_set_idx'th equation set and equ_matrix_idx'th linear equation matrix in the columns corresponding to the dofs which are subject to a dirichlet boundary condition. More...
 
type(boundary_conditions_sparsity_indices_ptr_type), dimension(:,:), allocatable dynamic_sparsity_indices
 DYNAMIC_SPARSITY_INDICES(equ_set_idx,equ_matrix_idx). Stores the indices of the non-zero elements of the equ_set_idx'th equation set and equ_matrix_idx'th dynamic equation matrix in the columns corresponding to the dofs which are subject to a dirichlet boundary condition. More...
 

Detailed Description

Contains information on dofs with associated dirichlet conditions and corresponding non-zero elements in the equations matrices.

Definition at line 1794 of file types.f90.

Member Data Documentation

integer(intg), dimension(:), allocatable types::boundary_conditions_dirichlet_type::dirichlet_dof_indices

DIRICHLET_DOF_INDICES(idx). Stores the dof_idx of the dofs which are subject to a dirichlet boundary condition.

See also
BOUNDARY_CONDITIONS_ROUTINES::BoundaryConditions,BOUNDARY_CONDITIONS_ROUTINES

Definition at line 1795 of file types.f90.

type(boundary_conditions_sparsity_indices_ptr_type), dimension(:,:), allocatable types::boundary_conditions_dirichlet_type::dynamic_sparsity_indices

DYNAMIC_SPARSITY_INDICES(equ_set_idx,equ_matrix_idx). Stores the indices of the non-zero elements of the equ_set_idx'th equation set and equ_matrix_idx'th dynamic equation matrix in the columns corresponding to the dofs which are subject to a dirichlet boundary condition.

Definition at line 1797 of file types.f90.

type(boundary_conditions_sparsity_indices_ptr_type), dimension(:,:), allocatable types::boundary_conditions_dirichlet_type::linear_sparsity_indices

LINEAR_SPARSITY_INDICES(equ_set_idx,equ_matrix_idx). Stores the indices of the non-zero elements of the equ_set_idx'th equation set and equ_matrix_idx'th linear equation matrix in the columns corresponding to the dofs which are subject to a dirichlet boundary condition.

Definition at line 1796 of file types.f90.