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

Private Member Functions

subroutine equations_matrices_element_add (EQUATIONS_MATRICES, ERR, ERROR,)
 Adds the element matrices and rhs vector into the equations matrices and rhs vector. More...
 

Detailed Description

Definition at line 154 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

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

Adds the element matrices and rhs vector into the equations matrices and rhs vector.

Parameters
equations_matricesA pointer to the equations matrices
[out]errThe error code
[out]errorThe error string

Definition at line 1260 of file equations_matrices_routines.f90.