|
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...
|
|
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
-
| elementmatrix | The element matrix to setup |
| rowsfieldvariable | A pointer to the field variable associated with the rows |
| columnsfieldvariable | A pointer to the field variable associated with the columns |
[in] | rowsnumberofelements | Number of elements in the row variables whose dofs are present in this element matrix |
[in] | colsnumberofelements | Number of elements in the col variables whose dofs are present in this element matrix |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 998 of file equations_matrices_routines.f90.