Beispiel #1
0
void
FunctionDT::acceptStep()
{
  removeOldKnots();
}
Beispiel #2
0
void
FunctionDT::preExecute()
{
  TimeStepper::preExecute();
  removeOldKnots();
}
Beispiel #3
0
void
FunctionDT::postStep()
{
  removeOldKnots();
}