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
metric_components(m::AbstractMetric, xt::SVector{2}) # only r and theta componentsmetric_components(m::AbstractMetric, xt::NTuple{2}) # same as above
The return type is also all over the place.
This is needlessly confusing. Suggest we differentiate metric_components and metric_elements, the prior is used as the implementation, and metric_elements is used as an accessor method?
This also seems complex though...
The text was updated successfully, but these errors were encountered:
Currently, there are some implemenations that are
and others that are
The return type is also all over the place.
This is needlessly confusing. Suggest we differentiate
metric_components
andmetric_elements
, the prior is used as the implementation, andmetric_elements
is used as an accessor method?This also seems complex though...
The text was updated successfully, but these errors were encountered: