Frontmatter
---
title: Configuration Basics
permalink: configuration-basics.html
keywords: configuration, basics, overview
summary: "Usually the first paragraph of the page. If not create one or simple leave the field blank"
toc: true # optional use false to disable toc
tocheaders: h2,h3,h4 # optional use this to control which headers to show on the page
---
Sidebar
entries:
- title: sidebar
product: Docs
version: 2.1.0
folders:
- title: Configuration
output: web, pdf
folderitems:
- title: Basics
url: /configuration-basics.html
output: web, pdf
subfolders:
- title: Coupling Scheme
output: web, pdf
subfolderitems:
- title: Overview
url: /configuration-coupling.html
output: web, pdf
- title: Multi Coupling
url: /configuration-coupling-multi.html
output: web, pdf
- title: Acceleration
url: /configuration-acceleration.html
output: web, pdf
Alerts
{% include note.html content="This is my note." %}
{% include tip.html content="This is my tip." %}
{% include warning.html content="This is my warning." %}
{% include important.html content="This is my important info." %}
Code blocks in a list
Indent the code block as follows:
* first bullet point
```
some code
```
* second bullet point
Result:
-
first bullet point
some code
-
second bullet point
Links and Images
[Some internal link](docs-meta-cheatsheet.html#links-and-images)

Resize: 100% width svg
<img class="img-responsive" src="images/docs/couple-your-code-parallel-coupling.svg" alt="Parallel coupling flow" style="width: 100%">
Use the class ‘img-responsive’ and style ‘width: 100%’.
Center
In addition to the last example add class ‘center-block’, an absolute ‘width’ and values ‘margin: auto;’ to the element’s style.
<img class="img-responsive center-block" src="images/events/precice2021.svg" alt="preCICE Workshop banner" style="width: 500px; margin: auto;">
Markdown in HTML block
<details markdown="1">
* `regular-prior`: In every `advance` call (also for subcycling) and in ...
</details>
LaTeX Math Syntax
Use two dollar signs $$ to delimit math syntax:
$$ \sqrt{3x-1}+(1+x)^2 $$
In the future we might implement server-side rendering.
Header Styles
H1 Heading
“Lorem Ipsum” is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
H2 Heading
“Lorem Ipsum” is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
H3 Heading
“Lorem Ipsum” is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
H4 Heading
“Lorem Ipsum” is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
H5 Heading
“Lorem Ipsum” is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.