Change fire to fire/old and fire2 to fire. Implement normstyle in fire. Update author affiliation.
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user