OpenCMISS-Iron Internal API Documentation
equations_matrices_routines::equationsmatrices_createstart Interface Reference

Private Member Functions

subroutine equations_matrices_create_start (EQUATIONS, EQUATIONS_MATRICES, ERR, ERROR,)
 Starts the creation of the equations matrices and rhs for the the equations. More...
 

Detailed Description

Definition at line 130 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_createstart::equations_matrices_create_start ( type(equations_type), pointer  EQUATIONS,
type(equations_matrices_type), pointer  EQUATIONS_MATRICES,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Starts the creation of the equations matrices and rhs for the the equations.

Parameters
equationsThe pointer to the equations to create the equations matrices for
equations_matricesOn return, a pointer to the equations matrices being created.
[out]errThe error code
[out]errorThe error string

Definition at line 615 of file equations_matrices_routines.f90.