rath3t / dune-iga

A DUNE grid implementation with NURBS as ansatz functions.
https://rath3t.github.io/dune-iga-doc/
Other
1 stars 1 forks source link

Feature: add method to add a trimming curve to an already created Grid #48

Open henrij22 opened 11 months ago

henrij22 commented 11 months ago

It should be possible to add (additional) trimming curves to an already existing grid, weather this grid was created manually by hand or with the IbraReader.

This feature should also check if the added trimming curves are overlapping with already existing ones. At least it should be looked into the behaviour that arises from that.

To implement this, one has to think about if the curve is to be defined in the physical or the parameter space. A curve in the physical space has to be transferred firstly to the parameter space of the surface. Is a total reparametrisation needed or is it enough to transform the control points.