From 3f8819385322b0435ca2580cbca3d0e2ad5d661e Mon Sep 17 00:00:00 2001 From: IvBu <ivan.buntic@iws.uni-stuttgart.de> Date: Mon, 17 Feb 2025 15:23:56 +0100 Subject: [PATCH] [slides][multidomain] Add file paths for code blocks. --- slides/multidomain.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/slides/multidomain.md b/slides/multidomain.md index 1c58e304..70a9c621 100644 --- a/slides/multidomain.md +++ b/slides/multidomain.md @@ -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  @@ -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 -- GitLab