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

Private Member Functions

subroutine equations_matrices_values_initialise (EQUATIONS_MATRICES, SELECTION_TYPE, VALUE, ERR, ERROR,)
 Initialise the values of the equations matrices and vectors to the given value e.g., 0.0_DP. More...
 

Detailed Description

Definition at line 166 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_valuesinitialise::equations_matrices_values_initialise ( type(equations_matrices_type), pointer  EQUATIONS_MATRICES,
integer(intg), intent(in)  SELECTION_TYPE,
real(dp), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Initialise the values of the equations matrices and vectors to the given value e.g., 0.0_DP.

Parameters
equations_matricesA pointer to the equations matrices to initialise the values for
[in]selection_typeThe selection of equations matrices to be initialised
See also
EQUATIONS_MATRICES_ROUTINES::SelectMatricesTypes,EQUATION_MATRICES_ROUTINES
Parameters
[in]valueThe value to initialise
[out]errThe error code
[out]errorThe error string

Definition at line 4437 of file equations_matrices_routines.f90.