Hi,
I'm currently using COMSOL 4.2 with java and am having difficulty extracting the values of several variables. I can evaluate the variables in the derived values section of results, but I am not quite sure how I can do so in my code,
i.e.
double val=model.results().some_func("variable name");
Thanks!
I'm currently using COMSOL 4.2 with java and am having difficulty extracting the values of several variables. I can evaluate the variables in the derived values section of results, but I am not quite sure how I can do so in my code,
i.e.
double val=model.results().some_func("variable name");
Thanks!