Re: [deal.II] Re: Transfinite Interpolation

2018-05-25 Thread Wolfgang Bangerth
On 05/26/2018 07:56 AM, David Wells wrote: I was curious to see how hard it would be to put together a nice grid for the DFG benchmark problem. After the other patch is merged, why don't you put that into the library as well? It's a common benchmark, and we have GridGenerator::cheese(). We

Re: [deal.II] Re: Transfinite Interpolation

2018-05-24 Thread Martin Kronbichler
Hi Narenda and David, Just to add on top of what David Wells said, Luca Heltai and I once had the idea of showing this manifold in a new tutorial program (where we combine it with MappingFEField to show the performance impact). Now step-60 does contain some MappingFEField, but on a different

[deal.II] Re: Transfinite Interpolation

2018-05-23 Thread David Wells
Hi Narendra We should probably put something like this in step-49. Here is a bit of code that shows how to use the TFI manifold class: #include #include #include #include int main() { using namespace dealii; Triangulation<2> tria; GridGenerator::hyper_cube_with_cylindrical_hole