numerics: update plots for FJMT.2024
This commit is contained in:
parent
8242bdcd6b
commit
c2ad36ac3d
1 changed files with 12 additions and 13 deletions
|
@ -6,13 +6,13 @@ math: true
|
|||
---
|
||||
# Lancichinetti-Fortunato-Radicchi (N_mfl = 301)
|
||||
|
||||
{% assign sigma_array = "0.001, 0.002, 0.004, 0.012" | split: ", " %}
|
||||
{% 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" %}
|
||||
{% assign sigma_array = "0.001, 0.004, 0.012" | split: ", " %}
|
||||
{% assign mu_array = "0.001, 0.005, 0.01, 0.05, 0.5" | split: ", " %}
|
||||
{% assign prefix = "https://gaspard.janko.fr/s/numerics/FJMT.2024/plots_23_04_2024/results/LFR_single_graph/N_micro=1000,N_mfl=301" %}
|
||||
|
||||
<style>
|
||||
.manual_center_1500 { margin-left: -367px; margin-top: 1em; width: 1500px; height: 750px; }
|
||||
.manual_center_510 { margin-left: 128px; margin-top: 1em; width: 510px; height: 510px; }
|
||||
h3 { margin-top: 1em; margin-bottom: 0.5em; font-size: 110%; }
|
||||
p { margin-top: 1em; }
|
||||
.form { display: flex; align-items: center; margin-bottom: 0.5em; }
|
||||
|
@ -27,6 +27,13 @@ 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"}
|
||||
|
||||
<h3 id="LFR_graphs">Graphs</h3>
|
||||
|
||||
|----------|
|
||||
| {% for mu in mu_array -%}
|
||||
| [μ={{ mu | round: 4 }}]({{ prefix }}/reference/μ={{ mu }}/graph_LFR.png){% if forloop.last -%} | {% endif -%}
|
||||
{% endfor %}
|
||||
|
||||
{% for sigma in sigma_array %}
|
||||
<h2>$β$ distribution with $σ² = {{sigma}}$</h2>
|
||||
<h3 id="LFR301_var=0.001_movies">Movies (ensemble averages)</h3>
|
||||
|
@ -36,14 +43,6 @@ depending on two parameters:
|
|||
| [μ={{ mu | round: 4 }}]({{ prefix }}/σ²={{ sigma }}/μ={{ mu }}/movie_without_g.mp4){% if forloop.last -%} | {% endif -%}
|
||||
{% endfor %}
|
||||
|
||||
<h3 id="LFR301_var=0.001_graphs">Graphs</h3>
|
||||
|
||||
|----------|
|
||||
{% for run in (1..5) -%}
|
||||
| R{{ run }} {% for mu in mu_array -%}
|
||||
| [μ={{ mu | round: 4 }}]({{ prefix }}/σ²={{ sigma }}/μ={{ mu }}/micro-{{ run }}/graph_LFR.png){% if forloop.last -%} | {% endif -%}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
<h3>Dynamics</h3>
|
||||
|
||||
|
@ -69,7 +68,7 @@ Convergence rates are computed over the time span marked in blue in the first pl
|
|||
<input id="check_LFR301_var={{ sigma }}" type="checkbox">
|
||||
<label>Invert </label>
|
||||
</div>
|
||||
<img src="{{ prefix }}/σ²={{ sigma }}/g_init_montage.png" id="g_init_LFR301_var={{ sigma }}"/>{:.manual_center_1500}
|
||||
<img src="{{ prefix }}/σ²={{ sigma }}/g_init_montage.png" id="g_init_LFR301_var={{ sigma }}"/>{:.manual_center_510}
|
||||
|
||||
{% endfor %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue