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

Private Member Functions

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

Detailed Description

Definition at line 210 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_output::equations_matrices_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 matrices.

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

Definition at line 3516 of file equations_matrices_routines.f90.