OpenCMISS-Iron Internal API Documentation
|
Contains information on the boundary conditions for the solver equations. More...
Public Attributes | |
type(solver_equations_type), pointer | solver_equations |
A pointer to the solver equations. More... | |
logical | boundary_conditions_finished |
Is .TRUE. if the boundary conditions for the equations set has finished being created, .FALSE. if not. More... | |
integer(intg) | number_of_boundary_conditions_variables |
The number of boundary conditions variables. More... | |
type(boundary_conditions_variable_ptr_type), dimension(:), allocatable | boundary_conditions_variables |
BOUNDARY_CONDITIONS_VARIABLES(variable_idx). BOUNDARY_CONDITIONS_VARIABLES(variable_idx)PTR is the pointer to the variable_idx'th boundary conditions variable. variable_idx ranges from 1 to NUMBER_OF_BOUNDARY_CONDITIONS_VARIABLES. More... | |
integer(intg) | neumannmatrixsparsity |
The sparsity type of the Neumann integration matrices. More... | |
Contains information on the boundary conditions for the solver equations.
logical types::boundary_conditions_type::boundary_conditions_finished |
type(boundary_conditions_variable_ptr_type), dimension(:), allocatable types::boundary_conditions_type::boundary_conditions_variables |
integer(intg) types::boundary_conditions_type::neumannmatrixsparsity |
The sparsity type of the Neumann integration matrices.
integer(intg) types::boundary_conditions_type::number_of_boundary_conditions_variables |
type(solver_equations_type), pointer types::boundary_conditions_type::solver_equations |