Closed AlejandroFernandezLuces closed 2 months ago
This PR fixes the plotting operation being slow in the new PrimePlotter object. This is solved by caching some of the operations and updating only when required, after performing a meshing operation in the backend.
@rchopade7 @waltersma whenever you have some time can you take a look at these changes?
Overview
This PR fixes the plotting operation being slow in the new PrimePlotter object. This is solved by caching some of the operations and updating only when required, after performing a meshing operation in the backend.