Re: [DuMux] Question - Domain Shape

2022-09-09 Thread Timo Koch
Dear Mohammad, alternatively, if you have unstrctured grids, use Gmsh to mesh your domain and then specify the Gmsh file [Grid] File = your_grid.msh in the input file. You need a an unstructured grid manager like UGGrid or ALUGrid, and currently only Gmsh version 2 format is supported. (use

Re: [DuMux] Question - Domain Shape

2022-09-09 Thread Melanie Lipp
Dear Mohammad, you can use subgrid and define a selector as in dumux/test/io/gridmanager/test_gridmanager_subgrid.cc adapting the return in operator() from the circle shape to your I shape. I hope this helps. Best wishes, Melanie On 08.09.22 16:31, Mohammad Hodroj (Alumni) wrote: