[numerics] move loop start
This commit is contained in:
parent
330da2ade5
commit
8242bdcd6b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,6 @@ math: true
|
|||
{% assign mu_array = "0.001, 0.005, 0.01, 0.05, 0.20833333333333334, 0.36666666666666664, 0.525, 0.6833333333333333, 0.8416666666666667, 1.0" | split: ", " %}
|
||||
{% assign prefix = "/s/numerics/FJMT.2024/plots_23_04_2024/results/LFR_separated/N_micro=1000,N_mfl=301" %}
|
||||
{% assign prefix = "https://gaspard.janko.fr/s/numerics/FJMT.2024/plots_23_04_2024/results/LFR_separated/N_micro=1000,N_mfl=301" %}
|
||||
{% for sigma in sigma_array %}
|
||||
|
||||
<style>
|
||||
.manual_center_1500 { margin-left: -367px; margin-top: 1em; width: 1500px; height: 750px; }
|
||||
|
@ -28,6 +27,7 @@ depending on two parameters:
|
|||
|
||||
![f vs sigma](https://gaspard.janko.fr/s/numerics/FJMT.2024/plots_23_04_2024/f_init_vs_sigma.png){:width="750"}
|
||||
|
||||
{% for sigma in sigma_array %}
|
||||
<h2>$β$ distribution with $σ² = {{sigma}}$</h2>
|
||||
<h3 id="LFR301_var=0.001_movies">Movies (ensemble averages)</h3>
|
||||
|
||||
|
|
Loading…
Reference in a new issue