Skip to content
Snippets Groups Projects

Slides update

Merged Ivan Buntic requested to merge slides_update into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -32,11 +32,11 @@ Implementations of the Dune grid interface
#include <dune/grid/yaspgrid.hh>
...
template<class TypeTag>
struct Grid<TypeTag, TTag::TwoPIncompressible>{
struct Grid<TypeTag, TTag::Injection2p>{
using type = Dune::YaspGrid<2>;
};
```
<span style="font-size: 0.4em; position: relative; top: -38px; color: gray;">File: `dumux/test/porousmediumflow/2p/incompressible/properties.hh`</span>
<span style="font-size: 0.4em; position: relative; top: -38px; color: gray;">File: `dumux-course/exercises/exercise-grids/properties.hh`</span>
* Include the matching grid manager header files in main file and create the grid via a grid manager instance
```cpp
Loading