Angelos Mantzaflaris (Άγγελος Μαντζαφλάρης)
Angelos Mantzaflaris (Άγγελος Μαντζαφλάρης)
Hi Christian, thank you for this suggestion, we will try to incorporate it. You are also mostly welcome to attempt to add the namespaced target and make a PR
The problem is that some submodules have restricted access.. There is a real problem when using visual studio, because it tries to download all submodules even if they are not...
Hi, what is the the result you wish to have? Can you provide a small example? Say you have a square and one knot at 0.5 at level 0 for...
A relatively easy way I can see to get the knots/points you want is: Iterate over all the elements of the mesh (there is a domain iterator that does that)...
I think this is a nice function to have, if you try it and it works we can add it as a new member function in the spline class.
thnx for the explainations, can yopu also show the mesh (it is possible by creating a gsMesh using a constructor: https://gismo.github.io/classgismo_1_1gsMesh.html)
> I would gladly do it but how can it be represented? When I create it the avaiblable functions are just two different addline's (and displaying it simply shows the...
I think it is not made public yet, I am going to add it to the repository soon. However, it is quite preliminary and untested..
> I always wanted to rename `gsUnum` and the flag `UNUM` into `gsUniversal` and `UNIVERSAL`. This might be the right time to do it. Can you do this, please? OK...
Hi, Yes, for many levels it can take more time, due to the large size of the tree or so. Before running into conclusions one should profile the code to...