is_gauss_quadrature Function

public pure function is_gauss_quadrature(self)

Returns if gauss-quadrature or midpoint rule is used for integration

Type Bound

parallel_map_t

Arguments

Type IntentOptional Attributes Name
class(parallel_map_t), intent(in) :: self

Instance of the type

Return Value logical


Contents