Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Using Comsol Java API to Evaluate Expression at Arbitrary Point
Posted Dec 1, 2023, 9:18 a.m. EST Interfacing, API, Results & Visualization 1 Reply
Please login with a confirmed email address before reporting spam
I am using the Java API to do some results post-processing on an electrostatics study. I came to a point in which I need to interpolate value of the electric potential at some specific point, but I cannot seem to find how to do that from the Java API documentation (alternative link)
In MATLAB Comsol, there is a function mphinterp which does exactly what I want. How can I replicate this functionality in my Java code?
Is it even possible to do that with the Java API only?
P.S. I am doing some optimization in the Java code, which is performance sensitive, which is why I cannot use Matlab mphinterp.