Hi,
some time ago I created a (modified-) neo-hookean model, mostly based on
$FEAPHOME8_5/ver85/elements/solid2d/*
$FEAPHOME8_5/ver85/elements/material/finite/*
The convergence is quadratic. For displacement boundary conditions, the user element calculates the same resulting displacements and stresses as the built-in standard feap element.
But for traction-based loads like in example12 from the inputs85.zip, e.g. with
csurf
surface
1 0 0 a -p
2 a 0 a -p
3 a a a p
4 0 a a p
the calculated displacements are not the same in the user element compared with the standard element.
As far as I know, I do not have to implement something for traction boundary conditions in the user-element code, but I start getting sceptical.
Am I missing something?
Kind regards