Hi everyone,
i have written a user element for 2D problem. It works fine if i do a test for a 10*10 mesh problem and the result coinsider with the result from feap own element. But if i test with a finer mesh e.g. 12*12, i got *ERROR* Residual norm is NaN or Inf
, whereas if i use feap own element, it still works fine. So i want to use gdb to find concretely where is NaN or Inf in my own element code.
I have seen some video on Youtube how man uses gdb. But i still don't know how to apply it in feap. Can anyone give me a small example to show how use gdb in feap?
Best