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

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

Private Member Functions

subroutine equationsmatrices_nonlinearstructuretypeset0 (EQUATIONS_MATRICES, STRUCTURE_TYPE, ERR, ERROR,)
 Sets the structure (sparsity) of the nonlinear (Jacobian) equations matrices. More...
 
subroutine equationsmatrices_nonlinearstructuretypeset1 (EQUATIONS_MATRICES, STRUCTURE_TYPE, ERR, ERROR,)
 Sets the structure (sparsity) of all nonlinear (Jacobian) equations matrices. More...
 

Detailed Description

Sets the structure (sparsity) of the nonlinear (Jacobian) equations matrices.

Definition at line 205 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_nonlinearstructuretypeset::equationsmatrices_nonlinearstructuretypeset0 ( type(equations_matrices_type), pointer  EQUATIONS_MATRICES,
integer(intg), dimension(:), intent(in)  STRUCTURE_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the structure (sparsity) of the nonlinear (Jacobian) equations matrices.

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

Definition at line 4230 of file equations_matrices_routines.f90.

subroutine equations_matrices_routines::equationsmatrices_nonlinearstructuretypeset::equationsmatrices_nonlinearstructuretypeset1 ( type(equations_matrices_type), pointer  EQUATIONS_MATRICES,
integer(intg), intent(in)  STRUCTURE_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

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

Parameters
equations_matricesA pointer to the equations matrices
[in]structure_typeThe structure type for all Jacobian equations matrices
[out]errThe error code
[out]errorThe error string

Definition at line 4300 of file equations_matrices_routines.f90.