mphrun
Call run on nodes in the COMSOL model.
Syntax
mphrun(model)
mphrun(model,ntag,…)
mphrun(model,{ntag1,…},…)
mphrun(model,nodetype,…)
Description
mphrun(model) runs all study nodes in model.
mphrun(model,ntag,…) runs the node with the tag ntag in model.
mphrun(model,{ntag1,…,ntagn},…) runs the nodes ntag1,…,ntagn in model.
mphrun(model,nodetype,…) runs all the nodes with the type nodetype in model. nodetype can be any of batch, geom, mesh, sol, study, result, or externalinterface.
The function mphrun accepts the following property/value pairs:
When executing the run method on studies that have not been run before the default is to create any plots that the study is set up to create. If no new plots are required set the createplots property to 'off'.
The progress bar is not supported on Mac OS.