ansys / pyprimemesh

Pythonic Meshing Client for Ansys Prime Server
https://prime.docs.pyansys.com/
MIT License
20 stars 9 forks source link

fix: Slow plotting #861

Closed AlejandroFernandezLuces closed 2 months ago

AlejandroFernandezLuces commented 2 months ago

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.

AlejandroFernandezLuces commented 2 months ago

@rchopade7 @waltersma whenever you have some time can you take a look at these changes?