runVelIC
This commit is contained in:
@@ -11,7 +11,7 @@ void MbD::BasicQuasiIntegrator::firstStep()
|
||||
orderNew = 1;
|
||||
this->selectFirstStepSize();
|
||||
this->incrementTime();
|
||||
//this->runInitialConditionTypeSolution();
|
||||
this->runInitialConditionTypeSolution();
|
||||
//this->reportTrialStepStats();
|
||||
|
||||
//while (this->isRedoingFirstStep())
|
||||
@@ -48,6 +48,11 @@ void MbD::BasicQuasiIntegrator::nextStep()
|
||||
//this->reportStepStats();
|
||||
}
|
||||
|
||||
void MbD::BasicQuasiIntegrator::runInitialConditionTypeSolution()
|
||||
{
|
||||
system->runInitialConditionTypeSolution();
|
||||
}
|
||||
|
||||
void MbD::BasicQuasiIntegrator::selectFirstStepSize()
|
||||
{
|
||||
if (iTry == 1) {
|
||||
|
||||
Reference in New Issue
Block a user