OpenCMISS-Iron Internal API Documentation
solver_routines::solver_label_set Interface Reference

Private Member Functions

subroutine solver_label_set_c (SOLVER, LABEL, ERR, ERROR,)
 Sets the label of a solver. More...
 
subroutine solver_label_set_vs (SOLVER, LABEL, ERR, ERROR,)
 Sets the label of a solver. More...
 

Detailed Description

Definition at line 405 of file solver_routines.f90.

Member Function/Subroutine Documentation

subroutine solver_routines::solver_label_set::solver_label_set_c ( type(solver_type), pointer  SOLVER,
character(len=*), intent(in)  LABEL,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the label of a solver.

See also
OPENCMISS::CMISSSolverLabelSet
Parameters
solverA pointer to the solver to set the label for
[in]labelThe label to set
[out]errThe error code
[out]errorThe error string

Definition at line 8910 of file solver_routines.f90.

subroutine solver_routines::solver_label_set::solver_label_set_vs ( type(solver_type), pointer  SOLVER,
type(varying_string), intent(in)  LABEL,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the label of a solver.

See also
OPENCMISS::CMISSSolverLabelSet
Parameters
solverA pointer to the solver to set the label for
[in]labelThe label to set
[out]errThe error code
[out]errorThe error string

Definition at line 8943 of file solver_routines.f90.