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

Private Member Functions

subroutine solver_label_get_c (SOLVER, LABEL, ERR, ERROR,)
 Returns the label of a solver. More...
 
subroutine solver_label_get_vs (SOLVER, LABEL, ERR, ERROR,)
 Returns the label of a solver. More...
 

Detailed Description

Definition at line 400 of file solver_routines.f90.

Member Function/Subroutine Documentation

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

Returns the label of a solver.

See also
OPENCMISS::CMISSSolverLabelGet
Parameters
solverA pointer to the solver to get the label for
[out]labelOn return, the solver label.
[out]errThe error code
[out]errorThe error string

Definition at line 8845 of file solver_routines.f90.

subroutine solver_routines::solver_label_get::solver_label_get_vs ( type(solver_type), pointer  SOLVER,
type(varying_string), intent(out)  LABEL,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Returns the label of a solver.

See also
OPENCMISS::CMISSSolverLabelGet
Parameters
solverA pointer to the solver to get the label for
[out]labelOn return, the solver label.
[out]errThe error code
[out]errorThe error string

Definition at line 8881 of file solver_routines.f90.