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

Private Member Functions

subroutine solver_dynamic_theta_set_dp1 (SOLVER, THETA, ERR, ERROR,)
 Sets/changes a single theta value for a dynamic solver. More...
 
subroutine solver_dynamic_theta_set_dp (SOLVER, THETA, ERR, ERROR,)
 Sets/changes the theta value for a dynamic solver. More...
 

Detailed Description

Definition at line 395 of file solver_routines.f90.

Member Function/Subroutine Documentation

subroutine solver_routines::solver_dynamic_theta_set::solver_dynamic_theta_set_dp ( type(solver_type), pointer  SOLVER,
real(dp), dimension(:), intent(in)  THETA,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the theta value for a dynamic solver.

See also
OPENCMISS::CMISSSolverDynamicThetaSet
Parameters
solverA pointer to the dynamic solver to set the theta value for
[in]thetaTHEATA(degree_idx). The theta value to set for the degree_idx-1'th polynomial
[out]errThe error code
[out]errorThe error string

Definition at line 6715 of file solver_routines.f90.

subroutine solver_routines::solver_dynamic_theta_set::solver_dynamic_theta_set_dp1 ( type(solver_type), pointer  SOLVER,
real(dp), intent(in)  THETA,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes a single theta value for a dynamic solver.

See also
OPENCMISS::CMISSSolverDynamicThetaSet
Parameters
solverA pointer to the dynamic solver to set the theta value for
[in]thetaThe theta value to set for the first degree polynomial
[out]errThe error code
[out]errorThe error string

Definition at line 6691 of file solver_routines.f90.