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

Sets the storage type (sparsity) of the nonlinear (Jacobian) equations matrices. More...

Private Member Functions

subroutine equationsmatrices_nonlinearstoragetypeset0 (EQUATIONS_MATRICES, STORAGE_TYPE, ERR, ERROR,)
 Sets the storage type (sparsity) of the nonlinear (Jacobian) equations matrices. More...
 
subroutine equationsmatrices_nonlinearstoragetypeset1 (EQUATIONS_MATRICES, STORAGE_TYPE, ERR, ERROR,)
 Sets the storage type (sparsity) of all nonlinear (Jacobian) equations matrices. More...
 

Detailed Description

Sets the storage type (sparsity) of the nonlinear (Jacobian) equations matrices.

Definition at line 199 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_nonlinearstoragetypeset::equationsmatrices_nonlinearstoragetypeset0 ( 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 nonlinear (Jacobian) equations matrices.

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

Definition at line 3972 of file equations_matrices_routines.f90.

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

Sets the storage type (sparsity) of all nonlinear (Jacobian) equations matrices.

Parameters
equations_matricesA pointer to the eqautions matrices
[in]storage_typeSTORAGE_TYPE. The storage type for all Jacobian equations matrices
[out]errThe error code
[out]errorThe error string

Definition at line 4046 of file equations_matrices_routines.f90.