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

Private Member Functions

subroutine equations_matrices_jacobian_output (ID, EQUATIONS_MATRICES, ERR, ERROR,)
 Outputs the equations Jacobian matrices. More...
 

Detailed Description

Definition at line 214 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_jacobianoutput::equations_matrices_jacobian_output ( integer(intg), intent(in)  ID,
type(equations_matrices_type), pointer  EQUATIONS_MATRICES,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Outputs the equations Jacobian matrices.

Parameters
[in]idThe ID of the ouptut stream
equations_matricesA pointer to the equations Jacobian matrices
[out]errThe error code
[out]errorThe error string

Definition at line 3232 of file equations_matrices_routines.f90.