Next: D1.5 Damping Scheme
Up: D1. Iteration Blocks
Previous: D1.3 Failure Criterion
The enter criterion can be used to enable or disable complete iteration blocks and their
sub-blocks. An example might be a HD simulation which is preceded by a DD
simulation to provide a good initial-guess. The iteration block which provides the
drift-diffusion initial-guess is disabled for all subsequent simulations.
Schemes
{
HD
{
DD : DDBlock
{
enter = firstStep;
}
HD : HDBlock;
}
}
Iterate
{
Scheme : ~Schemes.MixedDD;
}
Tibor Grasser
1999-05-31