OpenCMISS-Iron Internal API Documentation
|
Contains information on the solver, cellml, dof etc. for which cellml equations are to be evaluated by petsc. More...
Public Attributes | |
type(solver_type), pointer | solver |
A pointer to the solver. More... | |
type(cellml_type), pointer | cellml |
A pointer to the CellML environment. More... | |
integer(intg) | dofidx |
The current DOF to be evaluated. More... | |
real(dp), dimension(:), pointer | rates |
A pointer to the temporary rates array. More... | |
integer(intg), dimension(:), allocatable | ratesindices |
The PETSc array indices for the rates. More... | |
Contains information on the solver, cellml, dof etc. for which cellml equations are to be evaluated by petsc.
type(cellml_type), pointer types::cellmlpetsccontexttype::cellml |
integer(intg) types::cellmlpetsccontexttype::dofidx |
real(dp), dimension(:), pointer types::cellmlpetsccontexttype::rates |
integer(intg), dimension(:), allocatable types::cellmlpetsccontexttype::ratesindices |
type(solver_type), pointer types::cellmlpetsccontexttype::solver |