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

Private Member Functions

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

Detailed Description

Definition at line 194 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_linearstoragetypeset::equations_matrices_linear_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 linear equations matrices.

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

Definition at line 3898 of file equations_matrices_routines.f90.