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

Private Member Functions

subroutine equations_matrices_element_calculate (EQUATIONS_MATRICES, ELEMENT_NUMBER, ERR, ERROR,)
 Calculate the positions in the equations matrices and rhs of the element matrices and rhs vector. Old CMISS name MELGE. More...
 

Detailed Description

Definition at line 162 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_elementcalculate::equations_matrices_element_calculate ( type(equations_matrices_type), pointer  EQUATIONS_MATRICES,
integer(intg), intent(in)  ELEMENT_NUMBER,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Calculate the positions in the equations matrices and rhs of the element matrices and rhs vector. Old CMISS name MELGE.

Parameters
equations_matricesA pointer to the equations matrices
[in]element_numberThe element number to calculate the mappings for
[out]errThe error code
[out]errorThe error string

Definition at line 1403 of file equations_matrices_routines.f90.