I have a couple of comments:
1. Use "opti" to speed the computations.
Thanks for this advice, I will give it a try. But even if I use my own material routine with five dof's the calculations aren't that long, but mor speed is always good!
2. Your coordinates are only accurate to about 5 digits which might explain some of the lack of symmetry. If you use COOR ALL option for input of nodal data, feap allows full precision in the data.
Ah ok, I didn't knew that. I will adjust my inputfile accordingly.
3. 2-d elements in Cartesian coordinates have properties independent of the size of the element, only its shape and aspect ratio matter. Thus, no matter how many times you refine the last refinement has the same gradient at the tip as earlier ones would have. Thus, stress usually will always oscillate around the tip due to the high gradient.
But I do see a refinement in the solution if I refine my mesh (not at the cracktip, but in the outer region of my problem). I am trying to rebuild the mesh of a former colleague to do analogous calculations and he had used this refinement.
4. If you read some old literature (say by T. Ingrafia) you should find a discussion on this. One proposal was to use
quadratic order elements and place the midside nodes around the tip at the 'quarter point' of each side -- this introduces a singularity there, but not the fully correct one.
I am using quadratic order elements but no quarterpoint-elements yet. I have read about them but want to try to reach an acceptable accuracy without editing my code again to introduce these quarterpoints. But this concept is for a better approcimation at the cracktip and the oscilations I am concerned about take place far away from the cracktip somewhere in "nowhere".
5. Another option is to build in the crack-tip intensity by adding its displacement function to the normal FE one. Much like XFEM does.
I don't know XFEM yet and don't have the time right now to learn and use a whole new theory, so it has to work for my code (modulo quarterpoints if I can't avoid them).