Dear 1user, dear FEAP Forum,
thanks for the great idea of finding where the IF was missing. RCLA seem to work well at my end.
Also, I was just taking a look at refinement by knot insertion and it seems that also there some conditionals are missing.
For instance, in subroutine pelvout3d.f (I found the issue there as I am working in 3D), in line 62 additional statements should include:
elseif(lknot(0,kno1).eq.3) then ! LClamped inot
write(ios,2007) kno1,lknot(1,kno1),lknot(2,kno1),
& (knots(n,kno1),n=1,lknot(1,kno1))
elseif(lknot(0,kno1).eq.4) then ! Unclamped inot
write(ios,2008) kno1,lknot(1,kno1),lknot(2,kno1),
& (knots(n,kno1),n=1,lknot(1,kno1))
then it seems to work.
Somehow the correctly newly defined knot vectors were not being written down to the necessary temporary and output files.
This seems to do the trick.
Again, this may be needed to check for 1d and 2d as well...
Best regards,
Axuni