OpenCMISS-Iron Internal API Documentation
interface_equations_routines::InterfaceEquations_InterfaceInterpSetsNumberSet Interface Reference

Private Member Functions

subroutine interfaceequations_interfaceinterpsetsnumberset (INTERFACE_EQUATIONS, NUMBER_OF_GEOMETRIC_SETS, NUMBER_OF_DEPENDENT_SETS, NUMBER_OF_PENALTY_SETS, ERR, ERROR,)
 

Detailed Description

Definition at line 517 of file interface_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine interface_equations_routines::InterfaceEquations_InterfaceInterpSetsNumberSet::interfaceequations_interfaceinterpsetsnumberset ( type(interface_equations_type), pointer  INTERFACE_EQUATIONS,
integer(intg), intent(in)  NUMBER_OF_GEOMETRIC_SETS,
integer(intg), intent(in)  NUMBER_OF_DEPENDENT_SETS,
integer(intg), intent(in)  NUMBER_OF_PENALTY_SETS,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
interface_equationsThe interface equations to set the interface interpolation sets for
[in]number_of_geometric_setsThe number of geometric interface interpolation sets to set
[in]number_of_dependent_setsThe number of dependent interface interpolation sets to set
[in]number_of_penalty_setsThe number of penalty interface interpolation sets to set
[out]errThe error code
[out]errorThe error string

Definition at line 519 of file interface_equations_routines.f90.

References base_routines::enters(), base_routines::errors(), and base_routines::exits().