inducer / modepy

Modes and nodes for high-order discretizations
Other
16 stars 7 forks source link

Add `with_order` to `FunctionSpace` #50

Open inducer opened 2 years ago

inducer commented 2 years ago

Inspired by this comment https://github.com/inducer/meshmode/pull/291/files#r777549852 from @alexfikl

If when/done: use it in the spots in the PR that provided the inspiration.

inducer commented 2 years ago

Problem: It probably shouldn't be in FunctionSpace, since order isn't necessarily a well-defined concept for every function space (e.g. anisotropic-order tensor product).

alexfikl commented 2 years ago

Hm, yeah, forgot about that. Maybe something narrower then? At least for the use cases in meshmode

Not sure, probably better to wait until things start breaking :grin: