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

Private Member Functions

subroutine equations_matrices_element_matrix_setup (elementMatrix, rowsFieldVariable, columnsFieldVariable, rowsNumberOfElements, colsNumberOfElements, err, error,)
 Sets up the element matrix for the row and column field variables. More...
 

Detailed Description

Definition at line 178 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_elementmatrixsetup::equations_matrices_element_matrix_setup ( type(element_matrix_type)  elementMatrix,
type(field_variable_type), pointer  rowsFieldVariable,
type(field_variable_type), pointer  columnsFieldVariable,
integer(intg), intent(in)  rowsNumberOfElements,
integer(intg), intent(in)  colsNumberOfElements,
integer(intg), intent(out)  err,
type(varying_string), intent(out)  error 
)
private

Sets up the element matrix for the row and column field variables.

Parameters
elementmatrixThe element matrix to setup
rowsfieldvariableA pointer to the field variable associated with the rows
columnsfieldvariableA pointer to the field variable associated with the columns
[in]rowsnumberofelementsNumber of elements in the row variables whose dofs are present in this element matrix
[in]colsnumberofelementsNumber of elements in the col variables whose dofs are present in this element matrix
[out]errThe error code
[out]errorThe error string

Definition at line 998 of file equations_matrices_routines.f90.