154{
156 "We caught a MetaPhysicL error in while performing element or face loops. This is "
157 "potentially due to AD not having a sufficiently large derivative container size. To "
158 "increase the AD container size, you can run configure in the MOOSE root directory with the "
159 "'--with-derivative-size=<n>' option and then recompile. Other causes of MetaPhysicL logic "
160 "errors include evaluating functions where they are not defined or differentiable like sqrt "
161 "(which gets called for vector norm functions) or log with arguments <= 0");
162}
void mooseError(Args &&... args)
Emit an error message with the given stringified, concatenated args and terminate the application.