Note: This discussion is about an older version of the COMSOL Multiphysics® software. The information provided may be out of date.

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.

I want to exchange analysis results like 'u','v'

Please login with a confirmed email address before reporting spam

In MATLAB after analysis, I can save result files with 'mphgetu' command.

and then I change the result values about 'u','v'
and I wanna put this changed result as a initial values.

like below codes (written in V3.5)

% Solve problem
FEM.sol=femstatic(FEM, ...
'init',init_phi, ...
'solcomp',{'v','u','phi'}, ...
'outcomp',{'v','u','phi'}, ...
'blocksize','auto', ...
'sensmethod','adjoint', ...
'sensfunc','-Q_sa', ...
'senscomp',{'phi'});

Is there any function like 'femsol' (in V3.5)??
How to control 'init'!!!! in V4.2

0 Replies Last Post 2011/12/01 12:46 GMT-5
COMSOL Moderator

Hello Gyeorye Lee

Your Discussion has gone 30 days without a reply. If you still need help with COMSOL and have an on-subscription license, please visit our Support Center for help.

If you do not hold an on-subscription license, you may find an answer in another Discussion or in the Knowledge Base.

Note that while COMSOL employees may participate in the discussion forum, COMSOL® software users who are on-subscription should submit their questions via the Support Center for a more comprehensive response from the Technical Support team.