1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-19 17:03:46 +02:00

added first crude implementation of counter mode to minimize advection

This commit is contained in:
Oliver Hahn 2023-02-09 16:40:22 -08:00
parent b0e2642e20
commit 85dfd7d784
2 changed files with 744 additions and 724 deletions

File diff suppressed because it is too large Load diff

View file

@ -212,11 +212,11 @@ public:
}
inline double get_kmin( void ){
return 1e-4;
return 1e-5;
}
inline double get_kmax( void ){
return 1.e4;
return 1.e5;
}
};