You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function_points_weights(quad_type::Symbol, order::Int)
if quad_type ==:legendre
p, w =gausslegendre(order)
elseif quad_type ==:lobatto
p, w =gausslobatto(order)
elsethrow(ArgumentError("unsupported quadrature rule"))
endreturn p, w
end
Probably due to
@nloops
and friends? Mostly on v0.6, but pretty slow on v0.5 aswell:v0.5:
v0.6:
The text was updated successfully, but these errors were encountered: