OpenCMISS-Iron Internal API Documentation
types::cellmlpetsccontexttype Type Reference

Contains information on the solver, cellml, dof etc. for which cellml equations are to be evaluated by petsc. More...

Collaboration diagram for types::cellmlpetsccontexttype:

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...
 

Detailed Description

Contains information on the solver, cellml, dof etc. for which cellml equations are to be evaluated by petsc.

Definition at line 2318 of file types.f90.

Member Data Documentation

type(cellml_type), pointer types::cellmlpetsccontexttype::cellml

A pointer to the CellML environment.

Definition at line 2320 of file types.f90.

integer(intg) types::cellmlpetsccontexttype::dofidx

The current DOF to be evaluated.

Definition at line 2321 of file types.f90.

real(dp), dimension(:), pointer types::cellmlpetsccontexttype::rates

A pointer to the temporary rates array.

Definition at line 2322 of file types.f90.

integer(intg), dimension(:), allocatable types::cellmlpetsccontexttype::ratesindices

The PETSc array indices for the rates.

Definition at line 2323 of file types.f90.

type(solver_type), pointer types::cellmlpetsccontexttype::solver

A pointer to the solver.

Definition at line 2319 of file types.f90.