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

Private Member Functions

subroutine equations_matrices_element_matrix_finalise (ELEMENT_MATRIX, ERR, ERROR,)
 Finalise an element matrix and deallocate all memory. More...
 

Detailed Description

Definition at line 170 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_elementmatrixfinalise::equations_matrices_element_matrix_finalise ( type(element_matrix_type)  ELEMENT_MATRIX,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Finalise an element matrix and deallocate all memory.

Parameters
element_matrixThe element matrix to finalise
[out]errThe error code
[out]errorThe error string

Definition at line 943 of file equations_matrices_routines.f90.