from .abstract_problem import AbstractProblem class Problem2D(AbstractProblem): spatial_dimensions = 2