Quantcast
Channel: Latest Discussions - COMSOL Forums
Viewing all articles
Browse latest Browse all 26527

solvers in 4.3a/4.3 version

$
0
0
Hello

I am interested in accesing solver information for ODE/PDE in Comsol.

So far I was using the Matlab - COMSOL connection in 3.5 version which was showing a sequence like:

fem.sol=femtime(fem, ...
'solcomp',{' ',' ',' ',' ' }, ...
'outcomp',{' ' , ' ',' ',' '}, ...
'blocksize','auto', ...
'odesolver','genalpha', ...
'tlist',t:dt/4:t+dt, ...
'tout','tlist', ...
'incrdelay','off', ...
'nlsolver','manual', ...
'ntolfact',1, ...
'maxiter',4, ...}

I would like to know if and where this information is available in newer version.

What I could understand untill now id that all the solving is unde (for example):

model.sol('sol1').runAll

Thank you in advance for your support.

Dana Ofiteru

Viewing all articles
Browse latest Browse all 26527

Trending Articles