diff --git a/_layouts/tutorials.html b/_layouts/tutorials.html index e64201a7..c9aa6a43 100644 --- a/_layouts/tutorials.html +++ b/_layouts/tutorials.html @@ -11,6 +11,33 @@
diff --git a/_layouts/vandv.html b/_layouts/vandv.html index 5089e5ce..d73c7ada 100644 --- a/_layouts/vandv.html +++ b/_layouts/vandv.html @@ -11,6 +11,34 @@ {{ page.title }} {{ content }} + + {% unless page.disable_comments %} + + Please enable JavaScript to view the comments powered by Disqus. + + + + + {% endunless %} + + diff --git a/_tutorials/index.md b/_tutorials/index.md index b1ebfab0..0184c7da 100644 --- a/_tutorials/index.md +++ b/_tutorials/index.md @@ -2,6 +2,7 @@ title: The SU2 Tutorial Collection permalink: /tutorials/home/ redirect_from: /tutorials/index.html +disable_comments: true --- ## Getting started with SU2 diff --git a/_vandv/index.md b/_vandv/index.md index f7f62757..980f84ff 100644 --- a/_vandv/index.md +++ b/_vandv/index.md @@ -2,6 +2,7 @@ title: The SU2 V&V Collection permalink: /vandv/home/ redirect_from: /vandv/index.html +disable_comments: true --- The case studies presented in this section demonstrate the verification and validation (V&V) of the solvers within the SU2 suite. Verification activities assess whether a particular model has been implemented correctly in software, i.e., it is coded as specified and bug-free. Validation activities assess whether a particular model matches the physical reality for a situation of interest, typically via comparison with experiment.
diff --git a/_tutorials/index.md b/_tutorials/index.md index b1ebfab0..0184c7da 100644 --- a/_tutorials/index.md +++ b/_tutorials/index.md @@ -2,6 +2,7 @@ title: The SU2 Tutorial Collection permalink: /tutorials/home/ redirect_from: /tutorials/index.html +disable_comments: true --- ## Getting started with SU2 diff --git a/_vandv/index.md b/_vandv/index.md index f7f62757..980f84ff 100644 --- a/_vandv/index.md +++ b/_vandv/index.md @@ -2,6 +2,7 @@ title: The SU2 V&V Collection permalink: /vandv/home/ redirect_from: /vandv/index.html +disable_comments: true --- The case studies presented in this section demonstrate the verification and validation (V&V) of the solvers within the SU2 suite. Verification activities assess whether a particular model has been implemented correctly in software, i.e., it is coded as specified and bug-free. Validation activities assess whether a particular model matches the physical reality for a situation of interest, typically via comparison with experiment.