OpenCMISS-Iron Internal API Documentation
|
Contains information on dofs with associated dirichlet conditions and corresponding non-zero elements in the equations matrices. More...
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... | |
Contains information on dofs with associated dirichlet conditions and corresponding non-zero elements in the equations matrices.
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.
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.
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.