cfd_solver_schema_bounds Function

public function cfd_solver_schema_bounds(index, has_min, min_value, has_max, max_value) result(status) bind(c, name='cfd_solver_schema_bounds'))

Return optional numeric bounds for schema entry index.

Arguments

Type IntentOptional Attributes Name
integer(kind=c_int), value :: index
integer(kind=c_int), intent(out) :: has_min
real(kind=c_double), intent(out) :: min_value
integer(kind=c_int), intent(out) :: has_max
real(kind=c_double), intent(out) :: max_value

Return Value integer(kind=c_int)