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

Private Member Functions

subroutine equations_matrices_element_vector_finalise (ELEMENT_VECTOR, ERR, ERROR,)
 Finalise an element vector and deallocate all memory. More...
 

Detailed Description

Definition at line 182 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_elementvectorfinalise::equations_matrices_element_vector_finalise ( type(element_vector_type)  ELEMENT_VECTOR,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Finalise an element vector and deallocate all memory.

Parameters
element_vectorThe element vector to finalise
[out]errThe error code
[out]errorThe error string

Definition at line 1164 of file equations_matrices_routines.f90.