Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SU2
Submodule SU2 added at 2676ad
113 changes: 113 additions & 0 deletions _config.yml.backup
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
# Site settings
title: SU2 | Multiphysics Simulation and Design Software
email: info@su2foundation.org
description: >
Website for the SU2 Project

baseurl: "/" # the subpath of your site, e.g. /blog/
url: https://su2code.github.io # the base hostname & protocol for your site
git_address: https://github.com/su2code/SU2.git
git_edit_address: https://github.com/su2code/su2code.github.io/blob/master

# theme options from https://bootswatch.com/
# comment out this to use default Bootstrap
bootwatch: yeti

# Build settings
markdown: kramdown
highlighter: rouge
gems:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap

whitelist:
- jekyll-redirect-from


exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
timezone: Europe/Berlin
defaults:
- scope:
path: _posts
type: posts
values:
layout: post
sectionid: blog

- scope:
path: _docs_v7
type: docs_v7
values:
layout: docs_v7
sectionid: docs_v7
seo:
type: "WebPage"

- scope:
path: _docs
type: docs
values:
layout: docs
sectionid: docs
seo:
type: "WebPage"

- scope:
path: _tutorials
type: tutorials
values:
layout: tutorials
sectionid: tutorials
seo:
type: "WebPage"

- scope:
path: _vandv
type: vandv
values:
layout: vandv
sectionid: vandv
seo:
type: "WebPage"

- scope:
path: _su2gui
type: su2gui
values:
layout: su2gui
sectionid: su2gui
seo:
type: "WebPage"

collections:
docs:
permalink: /:collection/:path/
output: true
docs_v7:
permalink: /:collection/:path/
output: true
tutorials:
permalink: /:collection/:path/
output: true
vandv:
permalink: /:collection/:path/
output: true
su2gui:
permalink: /:collection/:path/
output: true
posts:
permalink: /blog/:year/:month/:day/:title/
output: true

# Google Analytics
google_analytics: UA-28187985-1

plugins:
- jekyll-gist
113 changes: 113 additions & 0 deletions _config.yml.bak2
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
# Site settings
title: SU2 | Multiphysics Simulation and Design Software
email: info@su2foundation.org
description: >
Website for the SU2 Project

baseurl: "/" # the subpath of your site, e.g. /blog/
url: https://su2code.github.io # the base hostname & protocol for your site
git_address: https://github.com/su2code/SU2.git
git_edit_address: https://github.com/su2code/su2code.github.io/blob/master

# theme options from https://bootswatch.com/
# comment out this to use default Bootstrap
bootwatch: yeti

# Build settings
markdown: kramdown
highlighter: rouge
gems:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap

whitelist:
- jekyll-redirect-from


exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
timezone: Europe/Berlin
defaults:
- scope:
path: _posts
type: posts
values:
layout: post
sectionid: blog

- scope:
path: _docs_v7
type: docs_v7
values:
layout: docs_v7
sectionid: docs_v7
seo:
type: "WebPage"

- scope:
path: _docs
type: docs
values:
layout: docs
sectionid: docs
seo:
type: "WebPage"

- scope:
path: _tutorials
type: tutorials
values:
layout: tutorials
sectionid: tutorials
seo:
type: "WebPage"

- scope:
path: _vandv
type: vandv
values:
layout: vandv
sectionid: vandv
seo:
type: "WebPage"

- scope:
path: _su2gui
type: su2gui
values:
layout: su2gui
sectionid: su2gui
seo:
type: "WebPage"

collections:
docs:
permalink: /:collection/:path/
output: true
docs_v7:
permalink: /:collection/:path/
output: true
tutorials:
permalink: /:collection/:path/
output: true
vandv:
permalink: /:collection/:path/
output: true
su2gui:
permalink: /:collection/:path/
output: true
posts:
permalink: /blog/:year/:month/:day/:title/
output: true

# Google Analytics
google_analytics: UA-28187985-1

plugins:
- jekyll-gist
51 changes: 51 additions & 0 deletions _data.backup/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
- title: Introduction to SU2
docs:
- home
- contribute

- title: Quick Start
docs:
- Quick-Start

- title: Installation
docs:
- Download
- Installation
- Build-from-Source
- Simple-Build
- Parallel-Build
- AD-Build
- Python-Wrapper-Build
- Windows-Installation
- Windows-Demo
- Cygwin-Build-for-Windows

- title: Input Files
docs:
- Configuration-File
- Mesh-File
- Restart-File

- title: Running SU2
docs:
- Execution
- Post-processing
- Test-Cases

- title: Developer Docs
docs:
- Gitting-Started
- Developing-SU2-on-GitHub-(Internal-Developers)
- Running-Regression-Tests
- Code-Review
- Code-Structure
- Style-Guide
- Advanced-AD-Techniques

- title: FAQ
docs:
- FAQ

- title: Contact
docs:
- Contact
68 changes: 68 additions & 0 deletions _data.backup/docs_v7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
- title: Introduction to SU2
docs_v7:
- home
- contribute

- title: New in Version 7
docs_v7:
- Guide-to-v7

- title: Quick Start
docs_v7:
- Quick-Start

- title: Installation
docs_v7:
- Download
- Software-Components
- Installation
- SU2-Linux-MacOS
- SU2-Windows
- Test-Cases

- title: Build From Source
docs_v7:
- Build-SU2-Linux-MacOS
- Build-SU2-Windows
- Running-Unit-Tests

- title: Theory
docs_v7:
- Theory
- Streamwise-Periodicity
- Thermochemical-Nonequilibrium

- title: Users Guide
docs_v7:
- Configuration-File
- Mesh-File
- Restart-File
- Solver-Setup
- Physical-Definition
- Markers-and-BC
- Convective-Schemes
- Slope-Limiters-and-Shock-Resolution
- Custom-Output
- Linear-Solvers-and-Preconditioners
- Multizone
- Execution

- title: Developer Docs
docs_v7:
- Gitting-Started
- Developing-SU2-on-GitHub-(Internal-Developers)
- Running-Regression-Tests
- Code-Review
- Code-Structure
- Style-Guide
- Advanced-AD-Techniques
- Container-Development
- Writing-Unit-Tests
- Tracy-Integration
- title: FAQ
docs_v7:
- FAQ

- title: Contact
docs_v7:
- Contact
19 changes: 19 additions & 0 deletions _data.backup/su2gui.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- title: Introduction to SU2GUI
su2gui:
- Introduction
- Quick-Start

- title: Installation
su2gui:
- Installation

- title: User Guide
su2gui:
- Terminal-Initialization
- Manage-Cases
- Mesh-File
- configurations
- Initialization
- Logs-Errors
- Result-Analysis
- Supported-Functionalities
Loading