OpenCMISS-Iron Internal API Documentation
|
Contains information on the Jacobian matrix for nonlinear problems. More...
Public Attributes | |
integer(intg) | jacobian_number |
The equations Jacobian matrix number. More... | |
type(equations_matrices_nonlinear_type), pointer | nonlinear_matrices |
A pointer back to the nonlinear matrices for this Jacobian. More... | |
integer(intg) | storage_type |
The storage (sparsity) type for this matrix. More... | |
integer(intg) | structure_type |
The structure (sparsity) type for this matrix. More... | |
integer(intg) | number_of_columns |
The number of columns in this global matrix. More... | |
logical | update_jacobian |
Is .TRUE. if this Jacobian matrix is to be updated. More... | |
type(distributed_matrix_type), pointer | jacobian |
A pointer to the distributed jacobian matrix data. More... | |
logical | first_assembly |
Is .TRUE. if this Jacobian matrix has not been assembled. More... | |
type(element_matrix_type) | element_jacobian |
The element matrix for this Jacobian matrix. This is not used if the Jacobian is not supplied. More... | |
type(nodalmatrixtype) | nodaljacobian |
The nodal matrix for this Jacobian matrix. This is not used if the Jacobian is not supplied. More... | |
integer(intg) | jacobian_calculation_type |
The calculation type (analytic of finite difference) of the Jacobian. More... | |
Contains information on the Jacobian matrix for nonlinear problems.
type(element_matrix_type) types::equations_jacobian_type::element_jacobian |
logical types::equations_jacobian_type::first_assembly |
type(distributed_matrix_type), pointer types::equations_jacobian_type::jacobian |
integer(intg) types::equations_jacobian_type::jacobian_calculation_type |
integer(intg) types::equations_jacobian_type::jacobian_number |
type(nodalmatrixtype) types::equations_jacobian_type::nodaljacobian |
type(equations_matrices_nonlinear_type), pointer types::equations_jacobian_type::nonlinear_matrices |
integer(intg) types::equations_jacobian_type::number_of_columns |
integer(intg) types::equations_jacobian_type::storage_type |
integer(intg) types::equations_jacobian_type::structure_type |