craffael

Results 14 comments of craffael
trafficstars

I just ran into this issue as well and spent a fair amount of time until I figured it out. It would be great if Json.NET would throw an exception...

It has happened to me multiple times now that I've run into a similar issue and I would very much appreciate if it would at least be possible to access...

@Vampire Thanks for the tip with dynamic field resolution, that's actually a workable workaround :)

@ncograf Ich habe den Code noch etwas angepasst, so dass clang-tidy nicht mehr meckert. Aber ich habe jetzt grad gemerkt, dass die unit tests z.T. fehlschlagen: https://github.com/craffael/lehrfempp/actions/runs/7586593522/job/20665126047#step:7:1381 Weisst du an...

I've profiled ell_bvp_linfe as you've suggested on Windows and on my laptop. The problem is a bit that it is not so easy to share the result with you in...

Taking a look from the bottom up, i.e. looking at in which function most time is spent exclusively, i.e. excluding calls to child functions, we get the following: https://www.dropbox.com/s/qijwj9y3907725o/Report20190307-2341_FunctionSummary.xlsx?dl=0 Here...

Ah that sounds like a familiar problem. I like the solution that you proposed, but I think we should make the remap function virtual, i.e. we cannot use templates. So...

Alright, let me know if I can help in any way. this shouldn't be too hard to implement :)

I have seen that Paraview supports up to order 10 lagrangian elements since about a year. I will update the VTKWriter accordingly.

@anianruoss Can you please provide me with the exact positions of the nodes that you used to construct the quad in your plots? I'm currently implementing n-th order visualization in...