Skip to content
Snippets Groups Projects
Commit 3f881938 authored by Ivan Buntic's avatar Ivan Buntic
Browse files

[slides][multidomain] Add file paths for code blocks.

parent 3aa2dff5
No related branches found
No related tags found
1 merge request!296Slides update
......@@ -64,6 +64,8 @@ void pointSource(PointSource& source...) const
...
}
```
<span style="font-size: 0.4em; position: relative; top: -38px; color: gray;">File: `dumux/test/multidomain/embedded/2d3d/1p_1p/problem_matrix.hh`</span>
## Coupling Residual / Data Transfer (2/3)
```c++
......@@ -80,6 +82,7 @@ void pointSource(PointSource& source...) const
...
}
```
<span style="font-size: 0.4em; position: relative; top: -38px; color: gray;">File: `dumux/test/multidomain/embedded/2d3d/1p_1p/problem_matrix.hh`</span>
## Coupling Residual / Data Transfer (3/3)
......@@ -95,6 +98,8 @@ void pointSource(PointSource& source...) const
...
}
```
<span style="font-size: 0.4em; position: relative; top: -38px; color: gray;">File: `dumux/test/multidomain/embedded/2d3d/1p_1p/problem_matrix.hh`</span>
## Coupling Residual (1/2)
......@@ -112,6 +117,7 @@ decltype(auto) evalCouplingResidual(Dune::index_constant<i> domainI,
...
}
```
<span style="font-size: 0.4em; position: relative; top: -38px; color: gray;">File: `dumux/dumux/multidomain/embedded/couplingmanagerbase.hh`</span>
## Coupling Residual (2/2)
......@@ -131,6 +137,8 @@ decltype(auto) evalCouplingResidual(...)
return residual;
}
```
<span style="font-size: 0.4em; position: relative; top: -38px; color: gray;">File: `dumux/dumux/multidomain/embedded/couplingmanagerbase.hh`</span>
## Coupling Stencil
![](./img/disc.png)
......@@ -151,6 +159,7 @@ const CouplingStencil<j>& couplingStencil(domainI,
...
}
```
<span style="font-size: 0.4em; position: relative; top: -38px; color: gray;">File: `dumux/dumux/multidomain/embedded/couplingmanagerbase.hh`</span>
## Coupling Stencil (2/2)
......@@ -167,6 +176,7 @@ const CouplingStencil<j>& couplingStencil(domainI,
return emptyStencil(domainI);
}
```
<span style="font-size: 0.4em; position: relative; top: -38px; color: gray;">File: `dumux/dumux/multidomain/embedded/couplingmanagerbase.hh`</span>
# Examples
## Embedded Fracture Model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment