pySDC
pySDC copied to clipboard
Can instantiate sweeper without problem or level attached
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.