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
At the moment, it is possible to instantiate an object of type imex_1st_order by providing only the parameters collocation_class and num_nodes.
However, when calling e.g. the integrate function, an error is thrown because no problem or level is attached. This should be caught during instantiation, but I am not sure what is the proper way to that.