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.
ModelUtil.load
Posted 2012年7月20日 GMT-4 12:16 Interfacing, Parameters, Variables, & Functions Version 4.3 1 Reply
Please login with a confirmed email address before reporting spam
Hi everyone,
when I open a Model in my Java-Code model = ModelUtil.load("Model", filepath); within a ProgressWorker the finished(Throwable t) Methode is called multiple times. Same for model.sol("sol1").runAll(); within a ProgressWorker.
- So how do I make sure the model ist loaded first an then calculated?
Thanx
Matthias
when I open a Model in my Java-Code model = ModelUtil.load("Model", filepath); within a ProgressWorker the finished(Throwable t) Methode is called multiple times. Same for model.sol("sol1").runAll(); within a ProgressWorker.
- So how do I make sure the model ist loaded first an then calculated?
Thanx
Matthias
1 Reply Last Post 2012年8月9日 GMT-4 06:04