-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about getdof
#74
Comments
Definitely, that's left over from an early draft.
That should definitely work, pkg> st MeasureBase MeasureTheory
Status `/user/.julia/environments/measuretheory/Project.toml`
[fa1605e6] MeasureBase v0.12.2
[eadaa1a4] MeasureTheory v0.16.5
julia> getdof(Normal())
static(1)
I'm not quite sure what the correct approach for discrete measures is here. For contiguous measures it shouldn't be limited to Lebesgue-based measure, of course - but |
Ok great, that's a quick update :)
Ah ok, I think I just needed to update this. Thanks
Is the only purpose of |
So far, yes, I've only used it globally, and often need to use it before |
Thanks @oschulz . Let's leave this open until the docstring is updated, then we can close. |
I have some questions about
getdof
. Here's the current docstring:First and easiest, is it right that we can now drop the "effective" from this? Or does it add anything?
Next, I'm wondering if we can pin down the behavior of this a little bit. Currently in MeasureBase I'm getting
This is wrong, but I'm not sure of the best way to fix it. Is there a reason
getdof
can't just check the dimensionality of the root measure? [And, did we already discuss this?]Then, I'm wondering what conditions should guarantee that
getdof
is defined? I don't think the root measure should be requried to beLebesgueMeasure() ^ n
for somen
, since this doesn't hold for manifolds, including affine transforms.The text was updated successfully, but these errors were encountered: