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

Private Member Functions

subroutine equations_matrices_dynamic_lumping_type_set (EQUATIONS_MATRICES, LUMPING_TYPE, ERR, ERROR,)
 Sets the lumping of the linear equations matrices. More...
 

Detailed Description

Definition at line 138 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_dynamiclumpingtypeset::equations_matrices_dynamic_lumping_type_set ( type(equations_matrices_type), pointer  EQUATIONS_MATRICES,
integer(intg), dimension(:), intent(in)  LUMPING_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the lumping of the linear equations matrices.

Parameters
equations_matricesA pointer to the eqautions matrices
[in]lumping_typeLUMPING_TYPE(matrix_idx). The lumping type for the matrix_idx'th dynamic equations matrix
[out]errThe error code
[out]errorThe error string

Definition at line 3760 of file equations_matrices_routines.f90.