Topic: Orthotropic NonLocal
Dear Borek,
I'm implementing my Orthotropic Averaging scheme in OOFEM.
To do so, I have made new nonlocal interface and structural nonlocal interface classes to deal with an array of weights not an scalar weight.
The problem is in the StructuralElement class, the "StructuralNonlocalMaterialExtensionInterface" class is called to handle the preparations for non-local averaging and this is not the interface that my non-local scheme belongs to.
I was wondering what's your suggestion.
Shall I modify the existing non-local interfaces and make them capable of dealing with both isotropic and orthotropic averaging?
Thanks
Alireza