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

Private Member Functions

subroutine equations_matrices_element_finalise (EQUATIONS_MATRICES, ERR, ERROR,)
 Finalise the element calculation information and deallocate all memory. More...
 

Detailed Description

Definition at line 150 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_elementfinalise::equations_matrices_element_finalise ( type(equations_matrices_type), pointer  EQUATIONS_MATRICES,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Finalise the element calculation information and deallocate all memory.

Parameters
equations_matricesThe equations matrices for which to finalise the elements
[out]errThe error code
[out]errorThe error string

Definition at line 2658 of file equations_matrices_routines.f90.