Skip to content

Commit 5060e7f

Browse files
Prepare documentation for rendering in Hugo (#77)
1 parent a421d92 commit 5060e7f

7 files changed

Lines changed: 15 additions & 0 deletions

docs/adapter-dealii-configure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Configure the deal.II codes
33
permalink: adapter-dealii-configure.html
4+
aliases:
5+
- /adapter-dealii-configure.html
46
keywords: adapter, deal.II, configuration, parameter file
57
summary: "Define your geometry in the individual source code file and case specific parameters (e.g. coupling parameters) in the respective parameter file (*.prm)"
68
---

docs/adapter-dealii-coupling-meshes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Coupling meshes in deal.II
33
permalink: adapter-dealii-coupling-meshes.html
4+
aliases:
5+
- /adapter-dealii-coupling-meshes.html
46
keywords: adapter, dealii, meshes
57
summary: "The polynomial support points are used to define the coupling mesh."
68
---

docs/adapter-dealii-get.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Get the deal.II adapter
33
permalink: adapter-dealii-get.html
4+
aliases:
5+
- /adapter-dealii-get.html
46
keywords: adapter, dealii, building
57
summary: "Use CMake to install deal.II and build the individual programs."
68
---

docs/adapter-dealii-limitations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Limitations and assumptions
33
permalink: adapter-dealii-limitations.html
4+
aliases:
5+
- /adapter-dealii-limitations.html
46
keywords: adapter, deal.II, limitations,
57
---
68

docs/adapter-dealii-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: The deal.II adapter
33
permalink: adapter-dealii-overview.html
4+
aliases:
5+
- /adapter-dealii-overview.html
6+
- /adapter-dealii.html
47
redirect_from: adapter-dealii.html
58
keywords: adapter, deal.II
69
summary: "Coupled structural solver written with the C++ finite element library deal.II"

docs/adapter-dealii-own-project.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Use the adapter for your own project
33
permalink: adapter-dealii-own-project.html
4+
aliases:
5+
- /adapter-dealii-own-project.html
46
keywords: adapter, dealii, adapter writing
57
summary: "This section will help you couple your own deal.II-code based on the provided deal.II solid codes."
68
---

docs/adapter-dealii-solver-details.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Theoretic details of coupled deal.II codes
33
permalink: adapter-dealii-solver-details.html
4+
aliases:
5+
- /adapter-dealii-solver-details.html
46
keywords: adapter, dealii, time discretization
57
---
68

0 commit comments

Comments
 (0)