Definition at line 395 of file solver_routines.f90.
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
-
| solver | A pointer to the dynamic solver to set the theta value for |
[in] | theta | THEATA(degree_idx). The theta value to set for the degree_idx-1'th polynomial |
[out] | err | The error code |
[out] | error | The 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
-
| solver | A pointer to the dynamic solver to set the theta value for |
[in] | theta | The theta value to set for the first degree polynomial |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 6691 of file solver_routines.f90.