OpenCMISS-Iron Internal API Documentation
|
Contains information on the create values cache for the equations mapping. Because we do not want to allocate and deallocate large data structures as the equations mapping options are changed between create start and create finish we cache the important information and the allocate and process the data structures at create finish. More...
Public Attributes | |
integer(intg) | number_of_dynamic_equations_matrices |
The number of dynamic matrices in the equations mapping. More... | |
integer(intg) | dynamic_stiffness_matrix_number |
The dynamic matrix number corresponding to the dynamic stiffness matrix. More... | |
integer(intg) | dynamic_damping_matrix_number |
The dynamic matrix number corresponding to the dynamic damping matrix. More... | |
integer(intg) | dynamic_mass_matrix_number |
The dynamic matrix number corresponding to the dynamic mass matrix. More... | |
integer(intg) | dynamic_variable_type |
The dependent variable type mapped to the dynamic equations matrices. More... | |
real(dp), dimension(:), allocatable | dynamic_matrix_coefficients |
DYNAMIC_MATRIX_COEFFICIENTS(matrix_idx). The coefficient of the matrix_idx'th dynamic matrix in the equations set. More... | |
integer(intg) | number_of_linear_equations_matrices |
The number of linear matrices in the equations mapping. More... | |
integer(intg), dimension(:), allocatable | linear_matrix_variable_types |
LINEAR_MATRIX_VARIABLE_TYPES(matrix_idx). The dependent variable type mapped to the matrix_idx'th linear equations matrix. More... | |
real(dp), dimension(:), allocatable | linear_matrix_coefficients |
LINEAR_MATRIX_COEFFICIENTS(matrix_idx). The coefficient of the matrix_idx'th linear matrix in the equations set. More... | |
integer(intg) | number_of_residual_variables |
The number of residual variables for the nonlinear equations. More... | |
integer(intg), dimension(:), allocatable | residual_variable_types |
RESIDUAL_VARIABLE_TYPES(jacobian_idx). The type of the jacobian_idx'th Jacobian. More... | |
real(dp) | residual_coefficient |
The coefficient multiplying the residual vector. More... | |
integer(intg) | rhs_variable_type |
The dependent variable type mapped to the rhs vector. More... | |
real(dp) | rhs_coefficient |
The coefficient multiplying the RHS vector. More... | |
integer(intg) | source_variable_type |
The source variable type mapped to the source vector. More... | |
real(dp) | source_coefficient |
The coefficient multiplying the source vector. More... | |
Contains information on the create values cache for the equations mapping. Because we do not want to allocate and deallocate large data structures as the equations mapping options are changed between create start and create finish we cache the important information and the allocate and process the data structures at create finish.
integer(intg) types::equations_mapping_create_values_cache_type::dynamic_damping_matrix_number |
integer(intg) types::equations_mapping_create_values_cache_type::dynamic_mass_matrix_number |
real(dp), dimension(:), allocatable types::equations_mapping_create_values_cache_type::dynamic_matrix_coefficients |
integer(intg) types::equations_mapping_create_values_cache_type::dynamic_stiffness_matrix_number |
integer(intg) types::equations_mapping_create_values_cache_type::dynamic_variable_type |
real(dp), dimension(:), allocatable types::equations_mapping_create_values_cache_type::linear_matrix_coefficients |
integer(intg), dimension(:), allocatable types::equations_mapping_create_values_cache_type::linear_matrix_variable_types |
integer(intg) types::equations_mapping_create_values_cache_type::number_of_dynamic_equations_matrices |
integer(intg) types::equations_mapping_create_values_cache_type::number_of_linear_equations_matrices |
integer(intg) types::equations_mapping_create_values_cache_type::number_of_residual_variables |
real(dp) types::equations_mapping_create_values_cache_type::residual_coefficient |
integer(intg), dimension(:), allocatable types::equations_mapping_create_values_cache_type::residual_variable_types |
real(dp) types::equations_mapping_create_values_cache_type::rhs_coefficient |
integer(intg) types::equations_mapping_create_values_cache_type::rhs_variable_type |
real(dp) types::equations_mapping_create_values_cache_type::source_coefficient |