Hi.
I ran a simualtion on BEM++ to evaluate pressure field at particular points. Later, if I need to evaluate pressure at some other points (no change in boundary surfaces), do I need to run the whole problem again? I have saved the real and imaginary parts of the surface solution from the previous solution (using bempp.api.export(grid_function,fname,transformation) ). If I am able to import this grid_function, I can evaluate pressure at any point in the domain without needing to run the inverse problem solver again. I tried the bempp.api.import_grid() function, it did not work as it looks like it was designed for grid and not for grid_function whereas bempp.api.export can handle both grid and grid_functions. Is there any way to save and reuse the surface solution?
Thanks in advance!!