In line 1010 of constitutive_law.h the method TransformStrains is not declared virtual, but the method TransformStresses it is. Is this right?
@KratosMultiphysics/technical-committee @KratosMultiphysics/structural-mechanics @KratosMultiphysics/solid-mechanics
In fact these methods are utilities that would be better to be located in another place (i.e. constitutive_law_utilities) non virtual.
I agree with that, besides that would make the CL lighter (which is something everyone will agree)
@KratosMultiphysics/technical-committee: The less intrusive option would be to add the virtual to the CL
base method.
Added
Most helpful comment
In fact these methods are utilities that would be better to be located in another place (i.e. constitutive_law_utilities) non virtual.