Hello,
I am trying to adapt from COMSOL 3.5a to COMSOL 4, and so far, the biggest functionality that I miss while using the MATLAB connection is the following:
I want to be able to create solution objects and assign these solution objects to fem's, so that I can use COMSOL solvers to process the dataset I want, or more importantly, to be able to plot those datasets.
I was able to do this by using the following command in COMSOL 3.5:
fem.sol = femsol(u,'tlist',tlist)
where the solution data set I want to have in fem is present in u. In other words, I was able to manipulate the doffs by manipulating u. Is there a corresponding functionality in COMSOL 4?
Thanks in advance.
I am trying to adapt from COMSOL 3.5a to COMSOL 4, and so far, the biggest functionality that I miss while using the MATLAB connection is the following:
I want to be able to create solution objects and assign these solution objects to fem's, so that I can use COMSOL solvers to process the dataset I want, or more importantly, to be able to plot those datasets.
I was able to do this by using the following command in COMSOL 3.5:
fem.sol = femsol(u,'tlist',tlist)
where the solution data set I want to have in fem is present in u. In other words, I was able to manipulate the doffs by manipulating u. Is there a corresponding functionality in COMSOL 4?
Thanks in advance.