Solvers and Study Steps > Study Steps

Study Steps
Introduction
In the COMSOL Desktop, you create one or more studies, each with one or more study steps to compute the solution to a model. The studies generate a solver sequence with the solvers and other solver features that correspond to the study steps in the study.
Study and Study Step Types in the COMSOL Multiphysics Reference Manual.
The following commands create a study std1 and adds a Stationary study step to that study:
model.study().create("std1");
model.study("std1").create("stat", "Stationary");
You can also create a reference to an existing study step from a solver sequence:
model.sol("sol1").create("st1", "StudyStep");
model.sol("sol1").feature("st1").set("study", "std1");
model.sol("sol1").feature("st1").set("studystep", "stat");
The following table lists the major study steps with links to documentation of available properties for each study step: