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

Private Member Functions

subroutine equations_matrices_dynamic_storage_type_set (EQUATIONS_MATRICES, STORAGE_TYPE, ERR, ERROR,)
 Sets the storage type (sparsity) of the dynamic equations matrices. More...
 

Detailed Description

Definition at line 142 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_dynamicstoragetypeset::equations_matrices_dynamic_storage_type_set ( type(equations_matrices_type), pointer  EQUATIONS_MATRICES,
integer(intg), dimension(:), intent(in)  STORAGE_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the storage type (sparsity) of the dynamic equations matrices.

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

Definition at line 3824 of file equations_matrices_routines.f90.