Hello There,
Well, I hope to get some help from here since the actual problem is happening on the C side... but it is quite Fortan related.
I call a C function from a Fortran somehow like:
type fe_node_property
real, allocatable, dimension(:,:) :: xf
integer, allocatable...