Error with Custom Spatially Varying Elastic Moduli Material #27320
-
Hi experts, I'm encountering an error while running an input file for my custom material. The material computes a spatially varying elastic tensor. Not sure what is going on... Please find the material files, a minimal example, and log files in debug mode. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hello my guess without having run your code is that the residualSetup routine for the derived class needs to call the residualSetup for the parent class first. If it s not that, please run your input in a debugger and get us the exact line for the "out of bounds" error that you receive currently. Guillaume |
Beta Was this translation helpful? Give feedback.
so with that in mind, is residualSetup the right place for what you are doing?
Residual setup is not in a quadrature point loop maybe?
I think you may be wanting to override another material property routine.
Is _cijk supposed to depend on space? Isnt it a constant in the base class?