OpenCMISS-Iron Internal API Documentation
|
Contains information about the solver equations for a solver. More...
Public Attributes | |
type(solver_type), pointer | solver |
A pointer to the solver. More... | |
logical | solver_equations_finished |
Is .TRUE. if the solver equations have finished being created, .FALSE. if not. More... | |
integer(intg) | linearity |
The linearity type of the solver equations. More... | |
integer(intg) | time_dependence |
The time dependence type of the solver equations. More... | |
integer(intg) | sparsity_type |
The type of sparsity to use in the solver matrices. More... | |
type(solver_mapping_type), pointer | solver_mapping |
A pointer to the solver mapping. More... | |
type(solver_matrices_type), pointer | solver_matrices |
A pointer to the solver matrices for the problem. More... | |
type(boundary_conditions_type), pointer | boundary_conditions |
A pointer to the boundary condition information for the solver equations. More... | |
Contains information about the solver equations for a solver.
type(boundary_conditions_type), pointer types::solver_equations_type::boundary_conditions |
integer(intg) types::solver_equations_type::linearity |
type(solver_type), pointer types::solver_equations_type::solver |
logical types::solver_equations_type::solver_equations_finished |
type(solver_mapping_type), pointer types::solver_equations_type::solver_mapping |
type(solver_matrices_type), pointer types::solver_equations_type::solver_matrices |
integer(intg) types::solver_equations_type::sparsity_type |
The type of sparsity to use in the solver matrices.