[dune-fem] using dune-fem-howto
alkaemper
alkaemper at mathematik.uni-stuttgart.de
Thu Sep 13 09:08:27 CEST 2018
Hi Stefan,
alugrid comes in 3 different flavors, depending on what you want. There is
ALUGRID_CUBE - cubes in 3d, quadrilaterals in 2d with isometric refinement
ALUGRID_SIMPLEX - tetrahedrons in 3d, triangles in 2d with red refinement
ALUGRID_CONFORM - tetrahedrons in 3d, triangles in 2d with conforming
bisection refinement
Best,
Martin
On 10.09.2018 12:30, Stefan Vater wrote:
> Hi,
>
> I am trying to understand a bit of dune applied to finite volumes using the
> dune-fem-howto. However, that seems to be not really up-to-date at the moment.
> I got it to work, going back to the 2.5 release for all modules and setting
>
> -DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS=TRUE
> -DDUNE_GRID_GRIDTYPE_SELECTOR=ON
>
> in CMAKE_FLAGS
>
> Now, I would like to test grid adaptation. It seems that in its original state
> YASPGRID is used, so there is only uniform refinement. How can I use another
> grid, so that there is also adaptive refinement. Changing
> target_compile_definitions in CMakeLists.txt to
> re
> target_compile_definitions( solution-10.fv PRIVATE
> ALUGRID;GRIDDIM=2;WANT_ISTL;POLORDER=1 )
>
> produces compiler errors for me, although dune-alugrid is installed.
>
> Any help is appreciated!
>
> Stefan
More information about the dune-fem
mailing list