Change fire to fire/old and fire2 to fire. Implement normstyle in fire. Update author affiliation.

This commit is contained in:
Julien Guénolé
2020-01-28 14:51:23 +01:00
parent ea24ec8d6a
commit 197ba62cd9
5 changed files with 566 additions and 564 deletions

View File

@ -34,9 +34,10 @@ class MinFire : public Min {
int iterate(int);
private:
double dt,dtmax;
double dt,dtmax,dtmin;
double alpha;
bigint last_negative;
bigint last_negative,ntimestep_start;
int vdotf_negatif;
};
}